Richard Gould a écrit :
It appears that the demo/property module is not passing tests on 2.2.x. This is preventing me from building jars (without skipping tests)

java.lang.NoClassDefFoundError: 
EDU/oswego/cs/dl/util/concurrent/ConcurrentHashMap

I guess that you are building with Maven 1? This dependency was introduced in module/main (I'm not sure it should have been introduced - see my previous mail). It build fine with Maven 2 because of transitive dependencies, but the Maven 1 project.xml file need to be updated.

Note that the fix may be to remove this dependency from module/main instead, since I'm not sure that making module/main dependent of an ESRI file is good. We need some insight from the peoples who use ConcurrentHashMap there.

        Martin.


-------------------------------------------------------
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&kid0709&bid&3057&dat1642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to