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
> -
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
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
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
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
> -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(
I can have simultaneous builds by using
tasks other than the task embedded in task.
Thanks Harshal