this really is a user-list question.

On 2008-11-11, j2ee6610 <[EMAIL PROTECTED]> wrote:

>       <target name="runActiveMQ" description="Starts the ActiveMQ server">
>               <exec dir="${activemq-directory}/bin/" executable="activemq" 
> spawn="true"
> />
>       </target>

> that is my script

> i simply just want to run activemq.exe

then call it that and not activemq 8-)

executable="activemq.exe" likely works, you may need to set
resolveexecutable to true as well.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to