On Sat, Aug 16, 2014 at 7:46 AM, Jody Garnett <[email protected]> wrote:
> I assume we have tried http://mojo.codehaus.org/javacc-maven-plugin/ >> > Don't know we did. Afaik the javacc plugin we use was developed before that mojo project existed. The mojo one works btw, I use it in GeoServer for some bits of the WCS 1.1 parsing, but I'm not sure how much work would be involved in using it in GeoTools also. Here is the GeoServer usage, for reference: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javacc-maven-plugin</artifactId> <version>2.3</version> <executions> <execution> <id>jjtree</id> <goals> <goal>jjtree</goal> </goals> <configuration> <sourceDirectory>src/main/java/org/geoserver/wcs/kvp/rangesubset</sourceDirectory> <outputDirectory>target/generated-sources/jjtree</outputDirectory> </configuration> </execution> <execution> <id>javacc</id> <goals> <goal>javacc</goal> </goals> <configuration> <sourceDirectory>target/generated-sources/jjtree/</sourceDirectory> <outputDirectory>target/generated-sources/javacc</outputDirectory> </configuration> </execution> </executions> </plugin> Mauricio, do you know if we have any custom behavior that would make it hard to switch to the mojo one? As far as I can see the jjtree-javacc plugin is used only to build cql Cheers Andrea -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it -------------------------------------------------------
------------------------------------------------------------------------------
_______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
