Diane Holt / Bill Burton:

thanks a lot. It works well. Below is the ant script to launch
startWeblogic.cmd on windows 2000 I have.

        <!-- Start the weblogic server -->
        <target name="startServer" depends="init">
                <sleep seconds="1"/>
                <echo message="Starting server..."/>
                <exec executable="cmd.exe" os="Windows 2000"
timeout="180000" failonerror="true">
                        <arg value="/C"/>
                        <arg value="start"/>
                        <arg value="${WC_HOME}/startWebLogic.cmd"/>
                </exec>
        </target>
        <!-- END: Start the weblogic server -->

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 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 - Today's headlines
http://news.yahoo.com

--
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. 
--------------------------------------------------------------------------

Reply via email to