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 specified the failOnError param as below. Please
let me know if anything looks wrong.

    <javac
       destdir="./classes"
       nowarn="true"
       failonerror="false"
       executable="D:\jdk1.4.2\j2sdk1.4.2\bin\javac"
       compiler="javac1.4">

-Ranga

-----Original Message-----
From: Neta Bar Tal [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 12, 2004 9:22 AM
To: Ant Users List
Subject: RE: ANT: JAVAC (No Class Files For an Incomplete Build)


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 PROTECTED]

Sent: Thursday: August 12: 2004 3:50 PM
To: 'Ant Users List'
Subject: RE: ANT: JAVAC (No Class Files For an Incomplete Build)

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,

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 there

> should be a way out. BTW, I AM setting the stopOnError flag to false

> anyways.
>

> -Ranga
>

> -----Original Message-----
> Sent: Wednesday, August 11, 2004 11:23 AM
> To: 'Ant Users List'
> Subject: ANT: JAVAC (No Class Files For an Incomplete Build)
>

> Folks,
>

> Does anyone know how to make ANT's JAVAC create class files even in

> the case of a build failure. I am noticing that NO class files get

> created even if just a few classes fail.
>

> -Ranga
>

>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>

>






        

__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]



The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated
recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying
of

this communication is strictly prohibited and may be unlawful.

If you have received this communication in error, please notify us
immediately
by replying to the message and deleting it from your computer.
Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to