That was a bug in javacc copying files with paths where '\xxx' gets interpreted as an invalid escape character. Andrea had a workaround in the geotools javacc maven plugin that wrote the paths as unix unes (ie using / instead of \). Guess it didn't got to trunk, just to 2.3.x?
Gabriel On Friday 09 March 2007 23:52, Jody Garnett wrote: > I am trying to remove the amount of comments and instructions in our > pom.xml files ... > > And set up the following in unsupported/pom.xml: > > <profile> > > <id>pending</id> > > <modules> > > <module>cql</module> <!-- until 2 bugs in geotools that > > prevents the tests to pass are fixed --> > > <module>hsql</module> > > <module>h2</module> > > <module>oracle</module> > > </modules> > > </profile> > > However when including cql into the build I get a compile error: > > Annotated grammar generated successfully in > > C:\java\geotools\trunk\modules\unsupported\cql\target\generated-sources\j > >jtr ee-javacc\org\geotools\text\filter\expr.jj > > Java Compiler Compiler Version 3.2 (Parser Generator) > > (type "javacc" with no arguments for help) > > Reading from file > > C:\java\geotools\trunk\modules\unsupported\cql\target\generated-sources\j > >jtree-javacc\org\geotools\tex t\filter\expr.jj . . . > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] FATAL ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Invalid escape character at line 1 column 92. > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Trace > > java.lang.Error: Invalid escape character at line 1 column 92. > > at > > org.javacc.parser.JavaCharStream.readChar(JavaCharStream.java:325) > > at > > org.javacc.parser.JavaCCParserTokenManager.getNextToken(JavaCCParserToken > >Manager.java:1962) at > > org.javacc.parser.JavaCCParser.jj_ntk(JavaCCParser.java:8626) at > > org.javacc.parser.JavaCCParser.javacc_options(JavaCCParser.java:119) > > at > > org.javacc.parser.JavaCCParser.javacc_input(JavaCCParser.java:66) > > at org.javacc.parser.Main.mainProgram(Main.java:151) > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
