I fact if you do the chmod step (Unix Binary Installation) then you dont even need bash or another cmd equivelant. You can then just run [activemq_install_dir]/bin/activemq
something along the lines of: <exec dir="${activemq.install.dir}" executable="activemq" spawn="true"> <arg line="${any.arguments.needed}"/> </exec> 2008/9/18 John5342 <[EMAIL PROTECTED]> > Best place to start is probably the getting started guide at > http://activemq.apache.org/version-5-getting-started.html and follow the > unix instructions. Most of the actions should be doable using standard ant > tasks such as untar and then at the end of the getting started guide it > mentions the unix script to run which is > > [activemq_install_dir]/bin/activemq > > Hope thats helpful > > > 2008/9/18 Jan K <[EMAIL PROTECTED]> > >> >> You are correct.Is there ayy command available in ant to configure >> activemq.bat file in Ant build.xml? >> My requirement is : >> 1. Setup ANT build >> 2. ANT deploy to install ActiveMQ >> 3. ANT deploy to install the Hub and the web based testing app including >> the >> database >> 4. README and installation document >> i need to know how accomplish these?please help me. >> >> John5342 wrote: >> > >> > I think your getting linux and windows confused. You say you are using >> > linux >> > but cmd is the windows shell and .bat files are again windows batch >> files. >> > That is why you get a "cmd: not found" error (because cmd doesnt exist >> on >> > linux). If you want a linux equivalent to cmd and batch files read up on >> > bash scripts. >> > >> > 2008/9/18 Jan K <[EMAIL PROTECTED]> >> > >> >> >> >> I am a new bee to Ant.I need to know how to configure batch file in >> Ant.I >> >> am >> >> using Ant 1.6.5 and Linux(ubuntu)platform.I tried using >> >> <target name="test"> >> >> <exec dir="." executable="cmd" spawn="true"> >> >> <arg line="/c start activemq.bat"/> >> >> </exec> >> >> </target> >> >> <target name="default"> >> >> <antcall target="test" /> >> >> </target> >> >> I really dont know what i am doing is correct.I browsed through google >> >> and >> >> got this exec command.I am geting an error as Execute failed: >> >> java.io.IOException: java.io.IOException: cmd: not found >> >> Please help me to solve this. >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/How-to-Configure-batch-file-in-Ant--tp19551111p19551111.html >> >> Sent from the Ant - Users mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-Configure-batch-file-in-Ant--tp19551111p19552002.html >> Sent from the Ant - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >