Re: Open database connection from Ant

2007-02-21 Thread lightbulb432
Sounds interesting, but how can I do this with Ant? Beginner, remember...? :) Steve Loughran wrote: > > lightbulb432 wrote: >> I should have changed my question from "open a connection to a database" >> to >> "start the database server"...that see

Re: Open database connection from Ant

2007-02-18 Thread lightbulb432
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

Open database connection from Ant

2007-02-18 Thread lightbulb432
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 application server, but then I have to separately start up the database server (MySQL) from the command line the first time I deploy my app after restarting my computer. Is there a wa

Re: AW: DTD or XSD for build files

2007-02-14 Thread lightbulb432
> I dont think that it's "really" possible ... > > > > > > > ... > > > > > > > > > How you would define a DTD or XSD _before_ writing the buildfile? > > > Jan > > >>-Ursprüngliche Nachricht- >>Von: lightbulb432 [mailto:[EMAIL PR

DTD or XSD for build files

2007-02-13 Thread lightbulb432
Is DTD or XSD validation of the Ant build files possible from within an IDE? It seems to be possible, but I'm wondering how that happens. The taskdef element's name attribute defines the element used later in the Ant build files. It seems different from the standard way of defining element names i