I changed my build.xml file. It was like this "<zipfileset src="${geoapi-2.1-M2}" excludes="META-INF/**" />" and now I removed "excludes": <zipfileset src="${geoapi-2.1-M2}" />. Same change to <zipfileset src="${gt2-referencing-2.3.2}" /> and <zipfileset src="${epsg-wkt-2.3.2}"/>. But I can't sign the jar file because it caused conflict: both gt2-referencing-2.3.2.jar and gt2-epsg-wkt-2.3.2.jar have META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory. Then what should I do? Thanks,
Sun Martin Desruisseaux wrote: > lareina sun a écrit : > >> Thanks for answering my questions. Now I still got problem. When I run >> the app as applet it always reportes "No factory of kind >> MathThransformFactory found" and "No factory of kind >> CoordinateOperationFactory found". >> > > It may be that some META-INF/services files were accidentally removed from > the > referencing JAR, or maybe the classloader do not see them anymore for > whatever > reason. Only one line from META-INF/services/org.geotools.... should be > removed; > the remaining file should stay there as well as all other files in META-INF. > > Martin > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Geotools-devel mailing list > Geotools-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel