Re: Open database connection from Ant

2007-02-22 Thread Steve Loughran
lightbulb432 wrote: Sounds interesting, but how can I do this with Ant? Beginner, remember...? :) Whcih platform are you running? Windows or Unix? Steve Loughran wrote: lightbulb432 wrote: I should have changed my question from "open a connection to a database" to "start the database ser

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 seems more like it. >> >> >> >> lightbulb432 w

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

Re: Open database connection from Ant

2007-02-18 Thread Kevin Jackson
I should have changed my question from "open a connection to a database" to "start the database server"...that seems more like it. Try sshexec if your server is a remote machine (of course it needs to be running sshd) Kev -

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 file to an application server, but