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. startWeblogic.sh is just one of the shell script file. 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, 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 <wlrun> task to start a Weblogic server. http://jakarta.apache.org/ant/manual/OptionalTasks/ejb.html#wlrun Jesse -- Jesse Stockall [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -------------------------------------------------------------------------- Note: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. --------------------------------------------------------------------------
