----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 16:34 Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ide VAJAntToolGUI.java
ehatcher 2003/01/03 16:34:01
Modified: src/main/org/apache/tools/ant/taskdefs/optional/ide VAJAntToolGUI.java Log: XDoclet does not like the semicolons on these lines
why not fix xdoclet? the compilers dont complain
The compilers don't complain without the semicolons either, and now everyone is happy! :)
I spoke with Aslak about this (the Xjavadoc guru) and he said something along the lines that the spec doesn't say that semicolons are legal there, but that compilers don't mind. I could be misquoting him here, but this change is easier than me learning JavaCC and attempting to fix the other side of the equation.
Erik
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
