On Sat, 17 Feb 2007, robert burrell donkin <[EMAIL PROTECTED]> wrote:
> so, i've been wondering whether it would make sense to generalise
> import to allow URIs to be imported rather than just file resources
> and in particular, namespaced antlib imports.
We've been discussing this before and it
the import task (shipped with 1.7 and - as far as i can tell - in trunk)
accepts 'file' and 'optional' parameters. i quite often use this is set
up template builds with common targets for modules which can then
override when necessary. i use a lot of macro's and factoring these into
antlibs helps
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
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
Hello Jacob,
I have had no time to try this out.
Regards,
Antoine
On Feb 17, 2007, at 8:20 PM, Jacob Kjome wrote:
Hi Antoine,
Have you had a chance to try this out? Are you able to reproduce
my findings?
Jake
At 10:14 PM 2/10/2007, you wrote:
>Hello Jake,
>
>I remember that the code c