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 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.thoughtworks.qdox.parser.ParseException) on one
> of my 
> non-persistant classes on the following line:
> 
>     private static final Map<String,Status>
> INSTANCES = new 
> HashMap<String,Status>();
> 
> Is this a bug?
In this case not ours :) 

regards,

----[ Konstantin Pribluda ( ko5tik ) ]----------------
... Auf der Suche nach einen Projekt in Rhein-Main
ab 18.4.2005
----[ http://www.pribluda.de ]------------------------

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to