----- Original Message ----- From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Saturday, January 04, 2003 15:46 Subject: Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ide VAJAntToolGUI.java
> On Saturday, January 4, 2003, at 03:12 PM, Steve Loughran wrote: > > > > ----- 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. the issue I have is that some of the metadata-to-java tool (like Axis) stick the extra semis in, and I get hate logmessages from xdoclet when it parses the files. I dont want to have to fix every such code gen tool I have just 'cos xdoclet is fussy... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
