You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Steve Ebersole <st...@hibernate.org> on 2007/12/10 03:50:54 UTC

Mojos and JDK5

I am working on a plugin which uses JDK5 generics.  Attempting to build that 
plugin gives me:

com.thoughtworks.qdox.parser.ParseException: syntax error @[744,56] in 
file:/home/steve/projects/jboss/dev/maven/maven-plugins/trunk/maven-jdocbook-plugin/src/main/java/org/jboss/jgettext/xml/XmlHandlerImpl.java
        at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:638)
        at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:747)
        at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.j
...

That position in the file is method returning a generic collection.

Is JDK5 allowed in writing a plugin?  If so, any idea what I might be doing 
wrong?

-- 
Steve Ebersole

Hibernate Project Lead
http://hibernate.org

Principal Software Engineer
http://redhat.com
http://jboss.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org