Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] trouble getting 1.1 workspace up and running

Hello.

I want to build my own uDig to be able to work on uDig bugs important to me. For some reason, I have lots of problems just getting the build environment up and running.

 * ...udig.libs "manifest has no main section".
* ...udig.libs manifest has a Require-Bundle: org.apache.xerces;visibility:=reexport, but eclipse complain that 'org.apache.xerces" cannot be resolved. * ...udig.libs does not have all the jars in the build path, so there are lots of errors in manifest. * ...udig.core uses com.vividsolutions.jts.util.Progress, but is not found in jts-1.8 * my first run resulted in a java.lang.NoClassDefFoundError: org/ geotools/referencing/FactoryFinder at net .refractions .udig .internal .ui.UDIGApplication.loadCommonlyUsedObject(UDIGApplication.java:188)

Regards,
 - Tore.


Back to the top