Re: Run BAT from ANT
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Fri, 07 Oct 2005 04:42:20 GMT
On 6 Oct 2005 18:50:41 -0700, ive_got_a_diploma@xxxxxxxxx wrote or
quoted :
>Does anyone know of a jar and task that lets you run
>BAT as an ANT task?
<exec executable="xxxx.exe" dir="${package.dir}">
Your executable is called something like cmd.exe or 4NT.exe. Your bat
file is a parameter to it.
See http://mindprod.com/jgloss/exec.html
What you want to do is use Java's exec to spawn a command processor
within ANT.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- References:
- Run BAT from ANT
- From: ive_got_a_diploma
- Run BAT from ANT
- Prev by Date: eclipse: text search including attached sources
- Next by Date: Re: Run BAT from ANT
- Previous by thread: Run BAT from ANT
- Next by thread: Re: Run BAT from ANT
- Index(es):
Relevant Pages
|
|