RE: and '$' symbol on Solaris 8

2005-11-24 Thread Nadejda Rylova
Dominique, I tried to simplify the task description (and as you can see this reductive variant of the task had to be explained with several letters). Actually there were several ssh-scripts (not only ProductIndexer) and... I executed them not from command line but from other sh-file that just (as

Re: Recovering the return code from the called build.xml i nto the calling build.xml

2005-11-24 Thread Antoine Levy-Lambert
Hello Saurabh, look at using ant-contrib. http://ant-contrib.sourceforge.net/tasks/tasks/antcallback_task.html Cheers, Antoine > --- Ursprüngliche Nachricht --- > Von: "Bhatia Saurabh \(CHA\)" <[EMAIL PROTECTED]> > An: > Betreff: Recovering the return code from the called build.xml into the > call

Re: apply task trouble for command using < and >

2005-11-24 Thread Jakob Fix
Jan, On 24/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I´ve played a little bit ... thanks for playing :-) While trying to understand how your snippet works, I added inline comments (or questions, rather). > from="*.js" > to="dest/*.js"/> "Map

Re: apply task trouble for command using < and >

2005-11-24 Thread Dominique Devienne
> I have the following command line (see [1] for jsmin): > jsmin < bigfile.js > smallfile.js "prefix file with this comment" > > To do this for an entire directory I created this task: > > > > > > > > > > > > > My suspicion is that the problem may be caused by the

AW: apply task trouble for command using < and >

2005-11-24 Thread Jan.Materne
I´ve played a little bit ... Jan >-Ursprüngliche Nachricht- >Von: Jakob Fix [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 24. November 2005 15:20 >An: Ant Users List >B

Re: apply task trouble for command using < and >

2005-11-24 Thread Jakob Fix
Jan, On 24/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > < and > mean redirection of STDIN and STDOUT from/to file. > So I would have a look at nested s. I was hoping never being required to use this element in my ant scripts, because they look so fiendishly difficult to use. Now, I've p

AW: apply task trouble for command using < and >

2005-11-24 Thread Jan.Materne
< and > mean redirection of STDIN and STDOUT from/to file. So I would have a look at nested s. Jan >-Ursprüngliche Nachricht- >Von: Jakob Fix [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 24. November 2005 13:53 >An: Ant Users List >Betreff: apply task trouble for command using < an

apply task trouble for command using < and >

2005-11-24 Thread Jakob Fix
Hello, I have the following command line (see [1] for jsmin): jsmin < bigfile.js > smallfile.js "prefix file with this comment" To do this for an entire directory I created this task: This runs, but the result is not at all satisfactory: - No output

Recovering the return code from the called build.xml into the calling build.xml

2005-11-24 Thread Bhatia Saurabh \(CHA\)
Dear Community, My calling build.xml makes a call to a target defined in a different build.xml and this target does an exec. I do get the return value from this exec in the called build.xml but I am looking for a solution for recovering this resultproperty="run-test.result" in the calling code so

start jboss task failing after a compile task

2005-11-24 Thread Andrei
I have a problem starting jboss when running the following target sequence "clean compile aa". From my test i observed that jboss start task fails if there exists a compile target in the build sequence. If i cancel the build ( CTRL + C ) in the moment when the message "Terminate batch job