> -----Original Message----- > From: M.-Leander Reimer [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 16, 2004 11:27 AM > To: Maven Users List > Subject: Problems with JavaCC plugin > > > Hi, > > I have the following comments and problems with the JavaCC plugin: > > - Bug: I want to generate my parser files into the following package > structure: de.adaptions.emp.webcontainer.util > Everything generates fine, but when it comes to compiling the > generated > sources, I get an error like > > illegal unicode escape > /* Generated By:JJTree: ... > webapp\target\generated-src\main\java\de\adaptions\emp\webcont > ainer\util > \parser\TextFormatParserTreeConstants.java */ > A!
I forgot to add tha it seems to be a bug in javacc as it with deafult settings generates a java class which cannot be compiled by javac parser. (I will look closer at this problem in next few days so I migth be wrong) Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
