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/caseflow/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?

--
Craig McDaniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to