RE: Methods inside Java ant task

2006-06-19 Thread Asaf Mesika
How about passing a param to the task you're writing, to choose the procedure you'd like to run and then run it via RMI? > -Original Message- > From: 1800 tbsfunny [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 08, 2006 6:54 PM > To: user@ant.apache.org > Subject: Methods inside Java an

RE: Using with more than one parameter/value pair

2006-06-19 Thread Asaf Mesika
What version of Ant are you using? > -Original Message- > From: Liz Burke-Scovill [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 15, 2006 7:09 PM > To: user@ant.apache.org > Subject: Using with more than one parameter/value pair > > I've been looking for documentation, but couldn't fi

RE: Token Filters Questions

2006-06-19 Thread Asaf Mesika
't exist, an > exception is thrown. Is there a way to do more graceful degradation? > > On 6/18/06, Asaf Mesika <[EMAIL PROTECTED]> wrote: > > I'm not sure I understood your question: How can a filter not exist? Can > you > > give an example? > > >

Re: Token Filters Questions

2006-06-18 Thread Asaf Mesika
I'm not sure I understood your question: How can a filter not exist? Can you give an example? On 6/15/06, Aaron Davies <[EMAIL PROTECTED]> wrote: A couple questions on token filters: First, is there a simple way to directly apply a filtersfile to an existing file, i.e. without moving/copying i

Class Loading constraint in WSAD regarding Oracle

2006-06-18 Thread Asaf Mesika
racle/jdbc/OracleConnection;) at pc: 0 Does someone managed to overcome the problem, without launching the script via a specific Java program? Thank you, Asaf Mesika

RE: Dynamic references to properties files

2006-05-22 Thread Asaf Mesika
Env is commonly used, but it is not defined unless you define it explicitly using : Asaf > -Original Message- > From: bill/wilandra [mailto:[EMAIL PROTECTED] > Sent: Monday, May 22, 2006 7:57 PM > To: 'Ant Users List' > Subject: RE: Dynamic references to properties files > > Isn't en

RE: Can't see build file output in Console view, using -logger option

2006-05-22 Thread Asaf Mesika
> -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Monday, May 22, 2006 5:41 PM > To: Ant Users List > Subject: Re: Can't see build file output in Console view, using -logger > option > > Asaf Mesika wrote: > > Hi, > &

RE: ftp task fails when file has ' (apostrophe symbol)

2006-05-22 Thread Asaf Mesika
Have you tried viewing the source code for the ftp get task? This might give you the answer. > -Original Message- > From: David [mailto:[EMAIL PROTECTED] > Sent: Monday, May 22, 2006 5:19 PM > To: Ant Apache User Group > Subject: ftp task fails when file has ' (apostrophe symbol) > > >

Can't see build file output in Console view, using -logger option

2006-05-22 Thread Asaf Mesika
Hi, I'm using Ant from within Eclipse. I'm developing a logger of my own for Ant, and I got stuck in early stage: Running the default logger. What did I do? - I added to the arguments of Run Ant Configuration the following line: -logger org.apache.tools.ant.DefaultLogger<