Re: [xdoclet-plugins-interest] ParseException using generics

2005-05-23 Thread Konstantin Priblouda
we use qdox to parse javasources, so any parse error originates from there. ( see http://qdox.codehaus.org/ ) you also may play with qfork-1.7-SNAPSHOT ( which i sforked version of qdox-1.6-SNAPSHOT ) and see whether it works better. --- John Latham <[EMAIL PROTECTED]> wrote: > So, I was fina

[xdoclet-plugins-interest] ParseException using generics

2005-05-23 Thread John Latham
So, I was finally pushed back to XDoclet2 by my use of Java 1.5 Generics. XDoclet1 doesn't like these at all :-) I had a good experience this time, just a quick sed script to change the tag names, regenerate mappings, and all my tests pass :-) However, I am getting a parse exception (com.tho