Andrea Aime ha scritto: > Modules that need more work, checks > ---------------------------------------- > > The following need more checks in order > to be removed (switch to Mojo equivalent > plugins): > build/maven/jjtree-javacc
I looked into jjtree-javacc usage. There are two use cases for this module, the main module, and the cql module. In the main module it's used by an old text expression parser that is marked as deprecated (ExpressionBuilder). I'd say, let's just remove it and in the few places where it's used, let's just build filters by code (cql cannot be used in main, that would cause a circular dependency). In the cql module it's used and I don't see an easy way to remove it. In particular, the parsing design fights again the jjtree/javacc standard practice and tries to replace the standard Node interface with a custom made one (instead of asking jjtree to extend a user provided base class) This is not supported by the Mojo version of the jjtree plugin, and results in compile failures. Mauricio, how hard would it be to fix this issue in your opinion? Cheers Andrea ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel