Ignore that.  I didn't read the original request well
enough at first.  :)  <for>/<try>?

-Matt

--- Matt Benson <[EMAIL PROTECTED]> wrote:

> Have you looked at ant-contrib's <compilewithwalls>
> task?
> 
> -Matt
> 
> --- Chun Ji <[EMAIL PROTECTED]> wrote:
> 
> > 
> > I have just tried, no difference. 
> > My jdk version is : jdk1.5.0_01. 
> > My Ant version is : 1.6.2. 
> > My OS is: Linux. 
> > 
> > 
> > -CJ
> > 
> > 
> > -----Original Message-----
> > From: Martin Gainty [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, July 19, 2006 2:45 PM
> > To: Chun Ji
> > Cc: Ant Users List
> > Subject: Re: javac multiple packages
> > 
> > 
> > Did you try
> > <javac failonerror="false"
> > ...
> >
>
*********************************************************************
> > This email message and any files transmitted with
> it
> > contain confidential
> > information intended only for the person(s) to
> whom
> > this email message is
> > addressed.  If you have received this email
> message
> > in error, please notify
> > the sender immediately by telephone or email and
> > destroy the original
> > message without making a copy.  Thank you.
> > 
> > 
> > 
> > ----- Original Message ----- 
> > From: "Chun Ji" <[EMAIL PROTECTED]>
> > To: "Ant Users List" <[email protected]>
> > Sent: Wednesday, July 19, 2006 5:31 PM
> > Subject: javac multiple packages 
> > 
> > 
> > 
> > Sorry if I posted it second time, but I am still
> > looking for a better way to solve the problem. 
> > 
> > I am working on a project that has 10 different
> java
> > packages, and these java packages have no
> dependence
> > on each other. 
> >  
> > To compile these packages, I may create 10 targets
> > in the build.xml and compile them one after
> another,
> > which I think it's a waste. 
> > 
> > Or, I may put these packages in a txt file and
> > create one target to compile all source code
> > together,  such as: 
> > <target Compile ... > 
> >      <javac srcdir="${src.dir}"
> >             destdir="${classes}"
> >             debug="${debug}"
> >             fork="true"
> >             optimize="{optimize}"
> >             includesfile="list.txt">
> >         <classpath refid="run.cp"/>
> > </target>
> > 
> > But in that case, if there is one single error in
> > just one java file, the rest files will not be
> > compiled!
> > 
> > I am looking for a way that I can do a loop and
> > build these packages one after another, even there
> > was an error, the loop continues ? 
> > 
> > 
> > -CJ
> > 
> > 
> > 
> >
>
---------------------------------------------------------------------
> > 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]
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to