RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-18 Thread Schaefer, Don
Title: RE: Ant 1.3 sequence of tasks but would like concurrent? I took a quick look at cactus but it appears to be more of a unit test tool, not a launcher. Although I am very interested in a more generic launching process like the fellow mentioned below. thanks, don. -Original

Re: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-18 Thread Vincent Massol
Title: RE: Ant 1.3 sequence of tasks but would like concurrent? Hi Don, You should have a look at : http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons/cactus/conf/sample/conf/test/servlet22/resin12/resin.conf?rev=1.1content-type=text/vnd.viewcvs-markupwhich makes use of a runserver

Re: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-17 Thread Stefan Bodewig
Sean McNamara [EMAIL PROTECTED] wrote: Question: Since multithreading of targets as you've described it still wouldn't address the issue of executing completely standalone, non-returning processes, is this something that will be addressed in another way? Having a detach attribute (or

Re: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-16 Thread Peter Donald
On Sat, 16 Jun 2001 01:11, McNamara, Sean (Contractor) wrote: Thanks for your response Stefan. Yes, the misuse of TASK for TARGET was a mistake, and if my description wasn't correct, my impression of the v2.0 mutlithreading (based on your description) was. Question: Since multithreading of

Re: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-15 Thread Stefan Bodewig
Please refer to the commented version http://jakarta.apache.org/ant/ant2/features.html instead of the raw http://jakarta.apache.org/ant/ant2/requested-features.txt when searching for explanations 8-) Sean McNamara [EMAIL PROTECTED] wrote: My understanding is that multiple commnads within a

Re: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-15 Thread Stefan Bodewig
Mehmood Shaikh [EMAIL PROTECTED] wrote: Does anyone know whats the timeline for Ant2? There is no real timeline, we are still trying to agree on the basic designs - and as the ant-dev community seems to strongly disagree on some points, it could take some time before we are going to reach

RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-15 Thread McNamara, Sean (Contractor)
? Thanks for your help! -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 1:55 AM To: [EMAIL PROTECTED] Subject: Re: Ant 1.3 sequence of tasks but would like concurrent? Please refer to the commented version http://jakarta.apache.org/ant/ant2

Ant 1.3 sequence of tasks but would like concurrent?

2001-06-14 Thread Nasgowitz, Mark (MED, GEMS-IT)
Currently I run a sequence of different clearcase builds on different Unix boxes using an ant script on a NT box to kick them off. Once all tasks are done ant emails messages and ftps all results to a common site. The problem is that the whole process takes a long time(++hours) to finish all

RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-14 Thread McNamara, Sean (Contractor)
: Nasgowitz, Mark (MED, GEMS-IT) [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 9:33 AM To: '[EMAIL PROTECTED]' Subject: Ant 1.3 sequence of tasks but would like concurrent? Currently I run a sequence of different clearcase builds on different Unix boxes using an ant script on a NT box to kick

RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-14 Thread McNamara, Sean (Contractor)
, and will follow up with a post once I've worked it out. -Original Message- From: Nasgowitz, Mark (MED, GEMS-IT) [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 10:54 AM To: '[EMAIL PROTECTED]' Subject: RE: Ant 1.3 sequence of tasks but would like concurrent? Thanks.. This is what I

RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-14 Thread Peterson, Lance
Title: RE: Ant 1.3 sequence of tasks but would like concurrent? Isn't intra-task multithreading already possible? A task could spawn its own worker threads and synchronize on them before returning. I thought Multithreaded execution of tasks within the same target means that targets

RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-14 Thread Peter Vogel
be necessary if you need to start a server to get something done... -Peter -Original Message- From: Nasgowitz, Mark (MED, GEMS-IT) [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 8:54 AM To: '[EMAIL PROTECTED]' Subject: RE: Ant 1.3 sequence of tasks but would like concurrent

RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-14 Thread Shaikh, Mehmood
Does anyone know whats the timeline for Ant2? -Original Message- From: McNamara, Sean (Contractor) [mailto:[EMAIL PROTECTED]] Sent: June 14, 2001 12:20 PM To: '[EMAIL PROTECTED]' Subject: RE: Ant 1.3 sequence of tasks but would like concurrent? My understanding is that multiple