RE: javac multiple packages

2006-07-20 Thread Rainer Noack
What's about ant-contrib's / task? Rainer > -Original Message- > From: Chun Ji [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 20, 2006 12:00 AM > To: Martin Gainty > Cc: Ant Users List > Subject: RE: javac multiple packages > > > > I h

RE: javac multiple packages

2006-07-20 Thread Matt Benson
gt; 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

RE: javac multiple packages

2006-07-20 Thread Matt Benson
ge- > 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 > ... >

RE: javac multiple packages

2006-07-19 Thread Chun Ji
packages Did you try To: "Ant Users List" 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

Re: javac multiple packages

2006-07-19 Thread Martin Gainty
Did you try To: "Ant Users List" 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

javac multiple packages

2006-07-19 Thread Chun Ji
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 co