Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] org.geotools jar files

Jody Garnett wrote:
The jar files are in the net.refractions.udig.libs folder

On trunk at least there us a net.refractions.udig.libs.sources folder that should download the sources. If you want to do it by hand GeoTools is released on source forge; or you can directly download things from the maven repository yourself:

The jar is here:
- http://lists.refractions.net/m2/org/geotools/gt2-render/2.4-SNAPSHOT/

You can check out the source code here:
svn co http://svn.geotools.org/geotools/trunk/gt/ geotools

In the event that you are using the udig 1.1 branch, you'd need to acquire geotools 2.2.3-SNAPSHOT. The jars are available here:

http://lists.refractions.net/m2/org/geotools/gt2-main/2.2.3-SNAPSHOT/

for example, but 2.2.3 does not have source jars generated (we may need to send a request to the geotools list to get this option turned on). There is also a ...libs.source plugin in udig 1.1.x, but it doesn't appear to have the needed source jars deployed to the maven repository mentioned above.

Cory.


Back to the top