Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 29226 invoked from network); 23 Jul 2002 15:35:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Jul 2002 15:35:36 -0000 Received: (qmail 24363 invoked by uid 97); 23 Jul 2002 15:35:47 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 24346 invoked by uid 97); 23 Jul 2002 15:35:47 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 24334 invoked by uid 98); 23 Jul 2002 15:35:46 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: ant "run" target Date: Tue, 23 Jul 2002 10:35:25 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N We use to run our program in the developer sandboxes (instead of doing a distrib and run it, which takes time to jar up things, and copy somewhere). You just need to be sure to fork it, and be aware that the output from native code might be blocked by Ant somehow if you don't run in -verbose mode, and also that Ant blocks until your application terminates. But otherwise, go for it ;-) --DD -----Original Message----- From: Mike Charters [mailto:mcharter@umich.edu] Sent: Tuesday, July 23, 2002 7:58 AM To: ant-user@jakarta.apache.org Subject: ant "run" target hi, i am new to ant and developing in java in general. i was curious if it is typical to have an ant "run" target, just for running your program? or is there another way that you java guys do it? i noticed the book i have (ant: the definitive guide) did not say much about using the command in the ant buildfiles much ... and i wondered if there is a reason (like maybe there is a different way to do it?)? thanks, -Mike -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: