Re: Spawning a java call in a new command shell

2005-05-20 Thread Ninju Bohra
This is the helper target that we use:

Re: Spawning a java call in a new command shell

2005-05-19 Thread Alexey N. Solofnenko
Brain is working faster than fingers I meant that you will to need to add "pause" at the end of your command for the window to remain opened. - Alexey. Alexey N. Solofnenko wrote: On Windows you can execute 'cmd /c start "Window title" command', on Unix ('pwd' is usually executed on Unix) it

Re: Spawning a java call in a new command shell

2005-05-19 Thread Alexey N. Solofnenko
On Windows you can execute 'cmd /c start "Window title" command', on Unix ('pwd' is usually executed on Unix) it can be done by executing "xterm ...". You will also pause at the end, so the window is not closed. - Alexey. Brian Kuhn wrote: I think this is more of a windows than an ant question;

Re: Spawning a java call in a new command shell

2005-05-19 Thread Brian Kuhn
t am: Sonntag, 22. August 2004 18:40 > > An: Ant Users List > > Betreff: Spawning a java call in a new command shell > > > > > > I know that I can use spawn to set my java call going in a separate > > process. But is it possible to have that separate process be in