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
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
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
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
-
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