RE: Simultaneous Builds

2006-02-27 Thread Anderson, Rob (Global Trade)
should work for your purposes. -Rob A > -Original Message- > From: Harshal Chavda [mailto:[EMAIL PROTECTED] > Sent: Monday, February 27, 2006 9:28 AM > To: user@ant.apache.org > Subject: Simultaneous Builds > >  Hello to all users > My configuration is > -

Simultaneous Builds

2006-02-27 Thread Harshal Chavda
 Hello to all users My configuration is --pentium 4,CPU 3GHz,512 MB RAM,windows XP professional --JDK 1.5,Ant 1.6.3,Tomcat 4.1,Cruisecontrol 2.2.1 --My knowledge of java is limited to wrting simple elementary programs. I want to perform simultaneous build i.e building simultaneous targets.I ca

Re: classpath and simultaneous builds

2006-02-06 Thread Matt Benson
t;what > is classpath and > how is it used"? This is a general Java concept question and as such is off-topic for this list. In many cases you can avoid the classpath concept in Ant usage so perhaps you should simply cross that bridge when you come to it. > > I also wanted to

Re: classpath and simultaneous builds

2006-02-06 Thread Steve Loughran
ed to know whether I can have simultaneous builds by using tasks other than the task embedded in task. Harshal, You dont want to go there. Read ahead in your java books to the bits on concurrency and multithreading and try and make sense of it. Then note that ant is not really designed or tested

Re: classpath and simultaneous builds

2006-02-05 Thread Ivan \"Rambius\" Ivanov
Hello, --- Harshal Chavda <[EMAIL PROTECTED]> wrote: > Hello ant fraternity, > I am a beginner in ant(version > -1.6.3) First, I would suggest that you upgrade to the latest version of Ant which is 1.6.5. > and have > absolutely no knowledge of java(I can only write > very si

RE: classpath and simultaneous builds

2006-02-05 Thread Stephen McConnell
> -Original Message- > From: Harshal Chavda [mailto:[EMAIL PROTECTED] > Sent: Monday, 6 February 2006 5:36 AM > To: user@ant.apache.org > Subject: classpath and simultaneous builds > >   > Hello ant fraternity, > I am a beginner in ant(

classpath and simultaneous builds

2006-02-05 Thread Harshal Chavda
I can have simultaneous builds by using tasks other than the task embedded in task. Thanks Harshal