Jody Garnett a écrit :
> I also have conflicts between org.geotools.wfs - has a wfs.jar and 
> org.geotools.xsd having a wfs jar. I have flattened all these jars into 
> a single libs folder for udig ...

We missed that part...

"mvn install" was happy because every JAR was prefixed by "gt-lib-" or 
"gt-ext-xsd-", so they were no conflict.

"mvn deploy" was happy because every JAR appears in their own group, with XSD 
WFS in its own group "org.geotools.xsd", so they were no conflict.

But when an external project has dependencies toward GeoTools and JAR get 
flattened in a single directory without their prefix, then those kind of 
conflict appears. We missed that one since our own projects don't have those 
two 
dependencies together...

I saw that Justin renamed the directories. Thanks for the fix Justin.

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to