This is already reported: http://jira.codehaus.org/browse/MPLUGIN-1
Please vote on it if you want it fixed. :-) Dan On Thursday 25 May 2006 15:12, Craig McDaniel wrote: > I having difficulty building a plugin project. When I run 'mvn > install', I get the following error: > > [ERROR] FATAL ERROR > [INFO] > ----------------------------------------------------------------------- >- [INFO] syntax error @[42,75] in > file:/d:/cwn/da/case-router-generator/src/main/java/com/sh > ps/da/caseflow/plugin/CaseRouterSAXGenerator.java > [INFO] > ----------------------------------------------------------------------- >- [INFO] Trace > com.thoughtworks.qdox.parser.ParseException: syntax error @[42,75] in > file:/d:/cwn/da/case-router-generator/src/main/java/com/shps/da/caseflo >w/plugin/CaseRouterSAXGenerator.java at > com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:504) at > com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:610) at > com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:488) > > The line it is complaining about is: > > private final Map<String,Integer> columns = new > HashMap<String,Integer>(); > > Character 75 is the second closing '>' near the end of the line. I > have verified that I am running jdk1.5.0_06. Could this be a bug? -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
