RE: Javac Task(Urgent Help)

2002-04-12 Thread subhendukumar mohanty
If i use other compilor , will it help me to solve the problem. -Original Message- From: Vijay Shinde [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 5:52 PM To: Ant Users List Subject: Re: Javac Task(Urgent Help) This is my setting works fine

Re: Javac Task(Urgent Help)

2002-04-10 Thread Vijay Shinde
Wednesday, April 10, 2002 1:33 PM > To: Ant Users List > Subject: RE: Javac Task(Urgent Help) > > > -Original Message- > > From: Dominique Devienne [mailto:[EMAIL PROTECTED]] > > > Failing on compile errors is entirely reasonable to most > > people.

RE: Javac Task(Urgent Help)

2002-04-10 Thread subhendukumar mohanty
What is the "depend" attribute does in javac task. Whether it will help me to solve the problem. -Original Message- From: Daniel Barclay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 1:33 PM To: Ant Users List Subject: RE: Javac Task(Urgent Help) > -Ori

RE: Javac Task(Urgent Help)

2002-04-10 Thread Daniel Barclay
> -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED]] > Failing on compile errors is entirely reasonable to most > people. If you > really want to build as many jars as possible, do not compile all the > classes at onee. Compile only the classes of each jar by usi

RE: Javac Task(Urgent Help)

2002-04-10 Thread subhendukumar mohanty
i am using jdk1.3.1_02 -Original Message- From: Daniel Barclay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 1:27 PM To: Ant Users List Subject: RE: Javac Task(Urgent Help) > From: subhendukumar mohanty [mailto:[EMAIL PROTECTED]] > ... > But I have tried with fa

RE: Javac Task(Urgent Help)

2002-04-10 Thread Daniel Barclay
> From: subhendukumar mohanty [mailto:[EMAIL PROTECTED]] > ... > But I have tried with failonerror="no" in javac task. It > seems that after one of the compilation error for one class , > it does not compile other classes which are not depend upon > the failed class. Isn't it the compiler, n

Re: Javac Task(Urgent Help)

2002-04-10 Thread Diane Holt
--- John Keyes <[EMAIL PROTECTED]> wrote: > failonerror prevents that build execution from stopping. It does not > continue the compilaton. ^of the current task. [...] > (I usually either have a separate build file per package or a separate > compilation target per pack

Re: Javac Task(Urgent Help)

2002-04-10 Thread John Keyes
; > -Original Message- > From: Diane Holt [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 7:43 PM > To: Ant Users List > Subject: Re: Javac Task(Urgent Help) > > >> Is there any way to mention in the task so that if one of the file has >> compilation e

RE: Javac Task(Urgent Help)

2002-04-10 Thread Dominique Devienne
hard time finding out if it's a good build or not without scanning all the log of the build... --DD -Original Message- From: subhendukumar mohanty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 8:53 AM To: Ant Users List Subject: RE: Javac Task(Urgent Help) Thanks For

RE: Javac Task(Urgent Help)

2002-04-10 Thread subhendukumar mohanty
pile other classes which are not dependant on. Thanks, Subhendu -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 7:43 PM To: Ant Users List Subject: Re: Javac Task(Urgent Help) > Is there any way to mention in the task so that if one of

Re: Javac Task(Urgent Help)

2002-04-09 Thread Diane Holt
> Is there any way to mention in the task so that if one of the file has > compilation error Ant should skip that class and other classes which > depends on it , not all the classes. > And it should compile rest of the class. failonerror="no" (It won't tell it to skip other classes that depend o