Re: nohup and Ant question

2011-01-11 Thread dfreis
1045680.n5.nabble.com/nohup-and-Ant-question-tp1350407p3336165.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

RE: nohup and Ant question

2008-01-28 Thread Barry Pape
tting rexec to work and went back to exec. -Original Message- From: Z W [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 3:23 PM To: Ant Users List Subject: Re: nohup and Ant question Barry It's a little complicated for me in that solution. Do you have a simpler one ? Will i

Re: nohup and Ant question

2008-01-28 Thread Z W
Barry It's a little complicated for me in that solution. Do you have a simpler one ? Will it work for as opposed to ? Thanks

RE: nohup and Ant question

2008-01-28 Thread Barry Pape
Sounds similar to the issue I just had. The solution that worked for me came from here: http://marc.info/?l=ant-user&m=100621497023872&w=2 -Original Message- From: Z W [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 3:25 PM To: Ant Users List Subject: Re: nohup

Re: nohup and Ant question

2008-01-25 Thread Z W
Hi Chuck Appreciate your response. I'm using Ant 1.7 on Windows. I'm pretty sure it's an ANT issue that doesn't deal well with nohup. Is there a workaround with Ant. Running the unix script directly, the pid is found; not a shell script issue.

Re: nohup and Ant question

2008-01-25 Thread Chuck Holzwarth
You may have several problems here. Both nohup commands start asynchronous processes that don't end when the connection is broken and you may end up with zombies running. Both nohup commands write to nohup.out with the second one probably overwriting the same file. You can do this on Unix/Luni

nohup and Ant question

2008-01-24 Thread Z W
Hi I have a shell script where in it, it has these lines nohup ./mdmctl start-t -dep zg & nohup vmstat 10 > $log_location/vmstat_$1.log & echo "Wait to come up...sleep for 100 secs" sleep 100 echo "Starting prstat." pid=`ps -ef|awk '/'"java -server -XX:CompileThreshold"'/ && !/bash/ {print $2}'`

Re: Divide And Conquer Ant Question

2007-12-14 Thread Peter Reilly
uses xmlns-C" > A only contains B. Xml namespaces are not imported. > > > Jan > > > > > -Ursprüngliche Nachricht- > > Von: Scot P. Floess [mailto:[EMAIL PROTECTED] > > Gesendet: Freitag, 14. Dezember 2007 03:49 > > An: Ant Users List > >

AW: Divide And Conquer Ant Question

2007-12-13 Thread Jan.Materne
CTED] > Gesendet: Freitag, 14. Dezember 2007 03:49 > An: Ant Users List > Betreff: Re: Divide And Conquer Ant Question > > I do the same thing... However, I am partial to macrodef's... I do > have a build script that may use those macrodef's... However, my >

Re: Divide And Conquer Ant Question

2007-12-13 Thread Scot P. Floess
I do the same thing... However, I am partial to macrodef's... I do have a build script that may use those macrodef's... However, my macrodef's are sorta like functions from which I can then script/glue/call from my "scripts" Z W wrote: Hi I'm using Ant as a scripting tool much like a sh

Re: Divide And Conquer Ant Question

2007-12-13 Thread Bill Rich
Hi I use ant as a process control tool but have tried to keep my targets close to the ant model. I do use some looping over a set of files but only where it is truly needed. I try hard to use the depends and if/unless constructs to control the execution of targets. I have avoided using antcal

Divide And Conquer Ant Question

2007-12-13 Thread Z W
Hi I'm using Ant as a scripting tool much like a shell script to do various tasks of a project, not for a build purpose. I like to get opinions from the gurus here about this. I have various tasks written in a single build file. However, this file has become very large. I like to break this file

Re: ANT Question: How do I check for the presence of JAR files in a directory

2007-12-09 Thread James Abley
> Eric Wood wrote: > > Thanks, that works. > > > > Is there something further I can read on resources and how to use them. > > I read the manual page and was a little confussed. Is anybody aware of > > some good documentation on this topic with some examples. Eric, can you share what you felt was

Re: ANT Question: How do I check for the presence of JAR files in a directory

2007-12-07 Thread Scot P. Floess
some good documentation on this topic with some examples. Eric -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 12:39 PM To: Ant Users List Subject: Re: ANT Question: How do I check for the presence of JAR files in a directory Checkout

RE: ANT Question: How do I check for the presence of JAR files in a directory

2007-12-07 Thread Eric Wood
PROTECTED] Sent: Friday, December 07, 2007 12:39 PM To: Ant Users List Subject: Re: ANT Question: How do I check for the presence of JAR files in a directory Checkout resource collections...that may do what you want... someproperty will be set with the count if any jar files exist in somedir

Re: ANT Question: How do I check for the presence of JAR files in a directory

2007-12-07 Thread Scot P. Floess
Checkout resource collections...that may do what you want... someproperty will be set with the count if any jar files exist in somedir... Eric Wood wrote: I'm want to set a property to check later on if there are any jar files in a folder/directory. Available does quite seem right since

ANT Question: How do I check for the presence of JAR files in a directory

2007-12-07 Thread Eric Wood
I'm want to set a property to check later on if there are any jar files in a folder/directory. Available does quite seem right since I want to wildcard for any jars. What is the best way to accomplish this task? Thanks for you help, Eric

AW: Ant question

2007-03-15 Thread Jan.Materne
? Jan >-Ursprüngliche Nachricht- >Von: Denis Bessmertnyj [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 15. März 2007 10:25 >An: user@ant.apache.org >Betreff: Ant question > >Hi, Ant users. > >May the Ant do the next thing for me: >It lists all dirs in

Ant question

2007-03-15 Thread Denis Bessmertnyj
Hi, Ant users. May the Ant do the next thing for me: It lists all dirs in the current directory and then entrance in each dir by turns and execute build.xml in current directory. Is it real? --- Denis Bessmertnyj, GUI SoftWeb

Re: Old ant version download and general ant question- 1.5.3

2005-12-23 Thread Stefan Bodewig
On Thu, 22 Dec 2005, Srikrishna Parthasarathy <[EMAIL PROTECTED]> wrote: > I am trying to download 1.5.3 for researching my build.xml file. But > I Couldn't find it. > > http://archive.apache.org/dist/ant/source/ IIRc there was some minor packaging problem with 1.5.3 and we revoked it, replacin

Old ant version download and general ant question- 1.5.3

2005-12-22 Thread Srikrishna_Parthasarathy
I am trying to download 1.5.3 for researching my build.xml file. But I Couldn't find it. http://archive.apache.org/dist/ant/source/ I am trying to do a build with ant and weblogic ant tasks for building a webservice. If I have the weblogic.jar , webservices.jar in the ANT_HOME /lib d

RE: Basic ant question

2005-08-22 Thread Kenneth Litwak
Thanks for your reply, Antoine. Yes, I am having a problem. I have code that reads a couple of tables, and combines their contents into a couple of objects (mostly Strings, with a few ints and Dates). The program uses a DAO I wrote that has been in production for months. I've written a report

Re: Basic ant question

2005-08-20 Thread Antoine Levy-Lambert
Hello Kenneth, yes, your format looks good. Do you have problems ? Cheers, Antoine Kenneth Litwak wrote: >Is this the correct format to increase the default memory for the JVM >and to pass command line arguments? > > dir="${basedir}" >cla

Basic ant question

2005-08-19 Thread Kenneth Litwak
Is this the correct format to increase the default memory for the JVM and to pass command line arguments? Thanks. Ken Kenneth D. Litwak Software Engineer III IMT Azusa Pac