Hello Karsten, it appears you have not gotten an answer and you may have
already resolved the issue. But, for-whatever-it's-worth here is a custom xml
configuration file that is processed during the build and jar targets. for the
following XML elements found in my XML config file:
@DBPASSWOR
I would use xmltask to insert the below into a dynamically built
build.xml, and then execute a new Ant task to run that.
Brian
On Fri, September 21, 2007 20:42, Karsten Kousgaard wrote:
> Hello
>
> I'm doing my first ANT project, but have faced a problem that I'm not able
> to solve. I have a xml
Hello
I'm doing my first ANT project, but have faced a problem that I'm not able to
solve. I have a xml file, which I want to change using a dynamic configuration
file of some kind. The configuration file could look like this:
..
That fits perfect together with the external task, xmltask.