Hello Jairo, Using the maven shade plugin, as detailed in the build FAQ page that you cited, is still the recommended way to produce an executable jar. The shade plugin should indeed merge the individual GeoTools META-INF/services folders properly - at least it has for me many times.
The first thing to check is your pom file. If you'd like to post it here we might be able to spot a problem. Michael On 8 November 2012 11:23, Jairo de Almeida <[email protected]> wrote: > Hi group, > How to export a executable jar using geotools > I found this article > http://docs.geotools.org/stable/userguide/advanced/build/faq.html > But isn't works and shows this error log http://pastebin.com/gLkDcics > could i make a executable fat jar file with all META-INF/services merged > Thanks guys > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > GeoTools-GT2-Users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
