RE: Having problems with reference not being found in 1.6.2

2004-08-12 Thread Dominique Devienne
> From: Jerry Brown [mailto:[EMAIL PROTECTED] > OK, I'll throw something together in the next day or two. Had to revert > to 1.5.4 to get this weeks builds out the door! JB > > > -Original Message- > > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > > > > I'm not sure what could cause

RE: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Thittai, Ranganathan N. [IE]
NetaB- Thanks for your mail. Peter - Thanks for your thoughtful clarification. I switched my compiler to Jikes and now see the class files getting produced even if there are a few build errors - exactly what I wanted. Thank you all for the help. -Original Message- From: Peter Reilly [mai

Re: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Peter Reilly
By javac here Neta means the javac compiler and not the javac task. It is the compiler that decides whether to generate classes for a failed compilation. Initially Sun's compilers did genenerate classes even if some java files could not compile. The current Sun's compilers do not do this. It makes

RE: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Neta Bar Tal
I know this is a javac issue. So I'm attaching how I build my src tree with javac. When I tried to replace the compiler to jikes , a lot more classes were built. There is nothing wrong with the task you run netaB -Original Message- From: Thittai, Ranganathan N. [IE] [mailto:[EMAIL P

RE: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Thittai, Ranganathan N. [IE]
NetaB, Thanks. Out of 5000+ classes, only 5 failed to compile. And those 5 failed classes lay pretty secluded deep inside the package tree. That is, hardly any classes have references to those 5. But still I do not see even 1 class file produced. I think the problem is arising from ANT. I have sp

RE: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Neta Bar Tal
Hi Ranga, The problem you describe is a javac way of work , when it fails in compilation it stops creating classes and just gives you Compilation errors. So in the worst case no classes are generated.. netaB -Original Message- From: Thittai, Ranganathan N. [IE] [mailto:[EMAIL PRO

RE: filset issue

2004-08-12 Thread Antoine Levy-Lambert
if you could list explicitly in your includes proj/abc100V64/** proj/efg100V64/** ... it would be a bit faster Antoine > > Hi Antonie, > This is my structure of file system > > /proj/ - abc100V64 -bin > -lib > -classes >

RE: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Thittai, Ranganathan N. [IE]
Deepak, Thanks. Param "failOnError" IS set to false. Any idea what could be wrong. -Ranga -Original Message- From: Angeshwar Deepak [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 8:48 AM To: Ant Users List Subject: RE: ANT: JAVAC (No Class Files For an Incomplete Build) Hi,

RE: ANT: JAVAC (No Class Files For an Incomplete Build)

2004-08-12 Thread Angeshwar Deepak
Hi, It should get created and the build should also be sucessfull if failonerror="false" is set. bye, with regards, Deepak. --- "Thittai, Ranganathan N. [IE]" <[EMAIL PROTECTED]> wrote: > Folks, > > Why this deafening silence? > Does anyone know the answer to this? If this is a > JAVAC issue