Re: Importing antlibs

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

Importing antlibs

2007-02-18 Thread robert burrell donkin
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

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

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: Ant 1.7.0 can't find Junit in ${user.home}/.ant/lib

2007-02-18 Thread Antoine Levy-Lambert
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