some entity
<[EMAIL PROTECTED]>
05/22/2005 12:31 AM
Please respond to
"Ant Users List"
To
cc
Subject
RE: Urgent Help Required: Issue with Suse Linux
Why not try this:
>
Kapil Bajaj wrote:
>Hi All
>
>I am facing an issue when I am tryi
Why not try this:
>
Kapil Bajaj wrote:
>Hi All
>
>I am facing an issue when I am trying to execute Ant Script in Suse
>Linux
>Environment. I am using Ant Version 1.6.1. I am using exec Tag in
>Build.xml to make connection to DB2 Database and then using Exec Tag
>again
>to execute a
On Saturday 21 May 2005 18:50, Alexey N. Solofnenko wrote:
> If it works on a command line, write a batch script and execute it as
> "cmd /c batch.bat".
With an os="windows" to the exec.
For unix/linux on can use "bash -c scriptname", or inline the script
from within the build file using a (brack
If it works on a command line, write a batch script and execute it as
"cmd /c batch.bat".
- Alexey.
Kapil Bajaj wrote:
Hi All
I am facing an issue when I am trying to execute Ant Script in Suse
Linux
Environment. I am using Ant Version 1.6.1. I am using exec Tag in
Build.xml to make connec
Hi All
I am facing an issue when I am trying to execute Ant Script in Suse Linux
Environment. I am using Ant Version 1.6.1. I am using exec Tag in
Build.xml to make connection to DB2 Database and then using Exec Tag again
to execute a SQL File
In this case I would