Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Quickstart fails

Hi uDiggers,

I'm new to the project, going to be doing some modifications for use on campuses with Internet2. Anyway, having trouble with the Quickstart. Followed the instructions, all freshly downloaded files, checked out from the repo ok, but I'm running into many errors.

  1. Select all the plug-ins and choose Project -> Clean... and clean all the plug-ins.
    • This will let net.refractions.udig.libs download the required jars

This seems to do nearly ok. shapefile-renderer.jar (commented with a "jesse what is this?" :) ) doesn't seem to exist online, so it doesn't get that one, but otherwise ok.

Select the net.refractions.udig.libs plugin and press refresh.
  • This should allow Eclipse to see the recently downloaded jars.

Don't see a "refresh" anywhere to press...?

  1. Right click inside the Package Explorer window
  2. Select "PDE Tools" and "Update Classpath..."
  3. Select All
  4. Finish
    • This will generate the .classpath and .project files

OK

But now, these errors show up in the Problems tab:

Severity    Description    Resource    In Folder    Location    Creation Time
2    Project CT-ebRIM is missing required Java project: 'geotools'    CT-ebRIM            June 4, 2005 4:27:44 PM
2    The project cannot be built until build path errors are resolved    CT-ebRIM            June 4, 2005 4:30:41 PM
2    Unbound classpath variable: 'MAVEN_REPO/geoapi/jars/geoapi-SNAPSHOT.jar' in project CT-ebRIM    CT-ebRIM            June 4, 2005 4:27:44 PM
2    Unbound classpath variable: 'MAVEN_REPO/JTS/jars/JTS-1.4.jar' in project CT-ebRIM    CT-ebRIM            June 4, 2005 4:27:44 PM
2    The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project    deploy            June 4, 2005 4:30:41 PM
2    Project SchemaCodeGenerator is missing required Java project: 'geotools'    SchemaCodeGenerator            June 4, 2005 4:36:44 PM
2    The project cannot be built until build path errors are resolved    SchemaCodeGenerator            June 4, 2005 4:36:56 PM
2    The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files    IconExe.java    deploy/installer/src    line 1    June 4, 2005 4:30:41 PM
2    The import org.geotools.renderer.shape cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 39    June 4, 2005 4:37:10 PM
2    ShapefileRenderer cannot be resolved to a type    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 54    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 137    June 4, 2005 4:37:10 PM
2    ShapefileRenderer cannot be resolved to a type    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 137    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 139    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 140    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 141    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 149    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 150    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 214    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 275    June 4, 2005 4:37:10 PM
2    renderer cannot be resolved    ShapefileFeatureRenderer.java    net.refractions.udig.render.feature.shapefile/src/net/refractions/udig/render/internal/feature/shapefile    line 290    June 4, 2005 4:37:10 PM

Anyway, wondering if anybody else would be willing to try a fresh run through the Quickstart instructions to see if they get these errors as well. I've tried it several times now, always with the same result.

Thanks for your time.

Jeff

Back to the top