RE: Getting my own core task implementation ahead of ant.jar

2005-01-28 Thread Michael Sunde
"Jar" is the ant task that we wanted to modify. Re is this right: Yes Michael -Original Message- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 3:02 PM To: Ant Users List Subject: RE: Getting my own core task implementation ahead of ant.jar Hel

RE: Getting my own core task implementation ahead of ant.jar

2005-01-28 Thread Ninju Bohra
few lines in the build.xml file: > > uri="http://my.com/"; loaderRef="my"/> > > > > > > Michael > > -Original Message- > From: Ninju Bohra [mailto:[EMAIL PROTECTED] > Sent: Friday, January 28, 2005 2:39 PM > To: us

RE: Getting my own core task implementation ahead of ant.jar

2005-01-28 Thread Michael Sunde
ubject: Getting my own core task implementation ahead of ant.jar Hello all, I am using ANT 1.6.2 on WinXP and Lunix enviroments... I have some issues with the task (defined by the class org.apache.tools.ant.taskdefs.SQLExec) in ant.jar (i.e. does not handle PL/SQL, no interactive error handling

Re: Getting my own core task implementation ahead of ant.jar

2005-01-28 Thread Matt Benson
You should be able simply to your own task to the "sql" name, replacing the builtin with your own. -Matt --- Ninju Bohra <[EMAIL PROTECTED]> wrote: > Hello all, > > I am using ANT 1.6.2 on WinXP and Lunix > enviroments... > > I have some issues with the task (defined by > the class org.apa

Getting my own core task implementation ahead of ant.jar

2005-01-28 Thread Ninju Bohra
Hello all, I am using ANT 1.6.2 on WinXP and Lunix enviroments... I have some issues with the task (defined by the class org.apache.tools.ant.taskdefs.SQLExec) in ant.jar (i.e. does not handle PL/SQL, no interactive error handling, etc...) and have made suggestions to the ant-dev group as t