Assert is a reserved word in java 1.4.X - I built xDoclet up from source using 1.3.1.  
Why in the world is xDoclet treating anything as 1.4.1 source explicitly?

I'm a second away from hacking up the xDoclet source to ignore assert if the jdk in 
use is 1.3.1.

There's another tool called PDT (I think) that I had a similar problem with about a 
year ago.  I sent a note (one note) to the development team and they fixed it. 


-----Original Message-----
From:   [EMAIL PROTECTED] on behalf of Nirmish R. Dholakia
Sent:   Thu 6/17/2004 12:49 AM
To:     [EMAIL PROTECTED]
Cc:     
Subject:        RE: [Xdoclet-user] assert
Well, as far as my programme is concern it error occurs when there is missing of " ; " 
or closing brakets in the source file at given line number. I think so..

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of EJ Ciramella
Sent: Thursday, June 17, 2004 4:19 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [Xdoclet-user] assert


Has anyone come across the following error and if so what did they do to get by it?
 
[templatedoclet] Error parsing File 
C:\work\aspen\source\com\upromise\app\workerbean\UPromiseBaseWorkerBean.java:Encountered
 ". ass
ert" at line 499, column 49.
[templatedoclet] Was expecting one of:
[templatedoclet]     ";" ...
[templatedoclet]     "=" ...
[templatedoclet]     "++" ...
[templatedoclet]     "--" ...
[templatedoclet]     "+=" ...
[templatedoclet]     "-=" ...
[templatedoclet]     "*=" ...
[templatedoclet]     "/=" ...
[templatedoclet]     "&=" ...
[templatedoclet]     "|=" ...
[templatedoclet]     "^=" ...
[templatedoclet]     "%=" ...
[templatedoclet]     "<<=" ...
[templatedoclet]     ">>=" ...
[templatedoclet]     ">>>=" ...
[templatedoclet]     "." <IDENTIFIER> ...
[templatedoclet]     "." "this" ...
[templatedoclet]     "." "super" ...
[templatedoclet]     "." "new" ...
[templatedoclet]     "[" ...
[templatedoclet]     "(" ...
[templatedoclet]     "." "class" ...
[templatedoclet]     <IDENTIFIER> ...
[templatedoclet]






-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to