RE: how to escape & in ant ---- how to launch startWebLogic.sh and startWebLogic.cmd

2002-09-23 Thread Li, Jerry
. Jerry Li -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 6:31 PM To: Ant Users List Subject: RE: how to escape & in ant --- "Li, Jerry" <[EMAIL PROTECTED]> wrote: > how do I run a shell script on UNI

Re: how to escape & in ant

2002-09-20 Thread Jacob Kjome
& try that. Jake At 04:05 PM 9/20/2002 -0700, you wrote: >Hi, All: > >I have a target as shown below: > > > > > > > > >

RE: how to escape & in ant

2002-09-20 Thread Diane Holt
--- "Li, Jerry" <[EMAIL PROTECTED]> wrote: > how do I run a shell script on UNIX with nohup and & from ANT. See: http://marc.theaimsgroup.com/?l=ant-user&m=100621497023872&w=2 Diane = ([EMAIL PROTECTED]) __ Do you Yahoo!? Yahoo! News - To

RE: how to escape & in ant

2002-09-20 Thread Alexey Solofnenko
#x27;Ant Users List' Subject: RE: how to escape & in ant Since there is startWeblogic.sh for each weblogic server instance, I do not want to use ant to start weblogic server. Ant is just an util here. To extend my question, how do I run a shell script on UNIX with nohup and & from ANT.

RE: how to escape & in ant

2002-09-20 Thread Li, Jerry
for instance, I could type the following command on Unix: unix-prompt> nohup ./myScript.sh & thanks, Jerry Li -Original Message- From: Jesse Stockall [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 4:40 PM To: Ant Users List Subject: Re: how to escape & in ant On Fri, 2

Re: how to escape & in ant

2002-09-20 Thread Jesse Stockall
On Fri, 2002-09-20 at 19:05, Li, Jerry wrote: > How Could I escape & in ant and make this target to work? I'm not sure what you mean by "escape" but you can use the task to start a Weblogic server. http://jakarta.apache.org/ant/manual/OptionalTasks/ejb.html#wlrun Jesse -- Jesse Stockall [E

how to escape & in ant

2002-09-20 Thread Li, Jerry
Hi, All: I have a target as shown below: ===