- 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
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
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&
> - 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,
- 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
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
- 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.
- 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:
>
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