Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 41619 invoked from network); 19 Sep 2000 23:34:39 -0000 Received: from postbox.viquity.com (HELO dcsrv0.ecom2ecom.com) (63.198.126.137) by locus.apache.org with SMTP; 19 Sep 2000 23:34:39 -0000 Received: by dcsrv0 with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Sep 2000 16:34:06 -0700 Message-ID: <635802DA64D4D31190D500508B9B04104E0F07@dcsrv0> From: Jose Alberto Fernandez To: "Ant Project List (E-mail)" Subject: A new field for ANT Date: Tue, 19 Sep 2000 16:34:05 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C02292.197EDB0C" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C02292.197EDB0C Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C02292.197EDB0C" ------_=_NextPart_001_01C02292.197EDB0C Content-Type: text/plain; charset="iso-8859-1" Up to now we have been using ANT for builds. Now I am thinking on using ANT as a configuration and starter of applications, in particular server/side apps that ussually need to run with a large set of parameters and such. The idea here is that ANT will prepere things appropriatelly and then just call with the correct arguments given the configuration. All running on the same JVM and so on. We may never return from this call (System.exit()). One of the things it seem to be necessary is ways to create multiple concurrent processes that work in the background, like starting "rmiregistry" before starting the application, and so on. Any ideas/concerns on how to do this, what would be needed, etc... Jose Alberto ------_=_NextPart_001_01C02292.197EDB0C Content-Type: text/html; charset="iso-8859-1"
Up to now we have been using ANT for builds.
 
Now I am thinking on using ANT as a configuration and starter of applications, in particular server/side apps that ussually need to run with a large set of parameters and such.

The idea here is that ANT will prepere things appropriatelly and then just call <java> with the correct arguments given the configuration. All running on the same JVM and so on.
 
We may never return from this call (System.exit()).
 
One of the things it seem to be necessary is ways to create multiple concurrent processes that work in the background, like starting "rmiregistry" before starting the application, and so on.
 
Any ideas/concerns on how to do this, what would be needed, etc...
 
Jose Alberto
 
------_=_NextPart_001_01C02292.197EDB0C-- ------_=_NextPart_000_01C02292.197EDB0C Content-Type: application/octet-stream; name="Jose Alberto Fernandez.vcf" Content-Disposition: attachment; filename="Jose Alberto Fernandez.vcf" BEGIN:VCARD VERSION:2.1 N:Fernandez;Jose FN:Jose Alberto Fernandez ORG:Viquity;Engineering TITLE:Architect Software Development TEL;WORK;VOICE:408-548-9755 ADR;WORK:;Sunnyvale;1161 N Fair Oaks Ave;Sunnyvale;CA;94089;USA LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Sunnyvale=0D=0A1161 N Fair Oaks Ave=0D=0ASunnyvale, CA 94089=0D=0AUSA EMAIL;PREF;INTERNET:JFernandez@viquity.com REV:20000629T183010Z END:VCARD ------_=_NextPart_000_01C02292.197EDB0C--