Getting around 1.5's built-in concurrency, someone switched back to the
EDU.oswego.concurrent jars.
However, the relevant pom.xml files don't reference that jar, so the
build fales at Diff.java.
Here's a patch which fixes that.
---------------
Index: pom.xml
===================================================================
--- pom.xml (revision 21051)
+++ pom.xml (working copy)
@@ -493,6 +493,12 @@
<version>1.6</version>
</dependency>
+ <!-- threadsafe concurrent datastructures -->
+ <dependency>
+ <groupId>edu.oswego</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.4</version>
+ </dependency>
<!-- XML -->
<dependency>
Index: module/main/pom.xml
===================================================================
--- module/main/pom.xml (revision 21051)
+++ module/main/pom.xml (working copy)
@@ -221,6 +221,10 @@
<artifactId>jsde_concurrent</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
+ <dependency>
+ <groupId>edu.oswego</groupId>
+ <artifactId>concurrent</artifactId>
+ </dependency>
</dependencies>
-----------
--saul
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel