You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by praseed balakrishanan <pr...@yahoo.com> on 2003/05/02 08:40:11 UTC

Is there issue with modern compilers

Hi All,

Iam having issue with compilation of a java folder.
When modern compiler finds error in any one of the
java file it does't write classes generated
bysuccessful compile. Ant aborts, and exits saying
"BUILD FAILED".

Is this the behavior of javac1.3 and javac1.4
compilers. ????

--P

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

Re: Is there issue with modern compilers

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 1 May 2003, praseed balakrishanan <pr...@yahoo.com> wrote:

> Is this the behavior of javac1.3 and javac1.4
> compilers. ????

Yes, at least for 1.3.  Rumors are that the situation has improved in
1.4.

Stefan