Re: Open database connection from Ant

2007-02-19 Thread Steve Loughran
lightbulb432 wrote: I should have changed my question from "open a connection to a database" to "start the database server"...that seems more like it. lightbulb432 wrote: How can I open a connection to a database from Ant? I have an Ant build that builds and deploys an EAR file to an applicat

Specifying a directory without losing the directory name

2007-02-19 Thread Jackson, Paul R
Dear list, I have a directory with a bunch of class files, and am trying to create multiple jar files instead of just one. So I have Build/classses/module1 Build/classes/module2 This works to create the jar files, but strips away module1 from the path (which is not good since it messes up the j

RE: return status problem in ant.bat

2007-02-19 Thread Jose Antonio Pla Rodriguez
Nothing, I call the exitValue() after the waitFor() returns and get the value 0 again. There is something else, in linux that works without problems (returns 1). Can some body tell me what can I do?? -Original Message From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Saturday, February

how to get the configured nested tasks from Macrodef?

2007-02-19 Thread Xu Xin
Hellow everyone, I am working with ANT 1.6.5, have a question for MacroDef: how can I get the configured nested tasks from ? suppose I have the following macrodef template, and I have a following target: what I want is