Re: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-05 Thread Steve Loughran
- Original Message - From: "Ian Zabel" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 2:08 PM Subject: Re: "Unclosed comment" error with jdk1.4.1 while compiling > I am an avid IntelliJ IDEA

Re: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-05 Thread Ian Zabel
will attempt to report it to the RC team (not sure how to do that yet). Ian. - Original Message - From: "Paul Christmann" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 4:34 PM

Re: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-05 Thread Ian Zabel
ot;Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 4:13 PM Subject: Re: "Unclosed comment" error with jdk1.4.1 while compiling > > - Original Message - > From: "Ian Zabel" <[EMAIL PROTECTED]> > To: "Ant Users List&

RE: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-05 Thread Paul Christmann
> - Original Message - > From: "Ian Zabel" <[EMAIL PROTECTED]> > > This is just a legacy coding convention that is in about > 300 classes. When > > compiling these classes with jdk1.4.1 RC from the command > line, they all > > compile fine. It's only a problem when compiling through ant,

Re: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-05 Thread Steve Loughran
- Original Message - From: "Ian Zabel" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 10:04 AM Subject: Re: "Unclosed comment" error with jdk1.4.1 while compiling > I am reasonably sure that

Re: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-05 Thread Ian Zabel
mment [javac] // *** End Of CqtEstimateSpecKey.java [javac] ^ Any other ideas? Ian. - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 12:35 PM Subject: Re: "U

Re: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-05 Thread Steve Loughran
- Original Message - From: "Ian Zabel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 9:01 AM Subject: "Unclosed comment" error with jdk1.4.1 while compiling > When I compile our code with the javac task in Ant 1.5 or 1.5.1beta, while > running with jdk1.

Re: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-04 Thread George McKinney
- Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 4:27 PM Subject: Re: "Unclosed comment" error with jdk1.4.1 while compiling > Zabel, Ian wrote: >

Re: "Unclosed comment" error with jdk1.4.1 while compiling

2002-09-04 Thread Erik Hatcher
Thats extremely bizarre, to say the least. All Ant does is hand the Java files (that are out of date) to javac. Try running with fork="true" and with -verbose (or -debug) to see more details, where you can see the command-line its invoking for compilation. Erik Zabel, Ian wrote: > W