Re: Probably been asked before - Trying to override old definition of

2007-02-01 Thread Guru Balse
Thanks, Jacob. I figured that would be the answer - sigh! Unfortunately switching to 1.7 is not a choice, so are there any 1.6.5 solutions? I tried creating my own Logger to block those messages but that ended up in a catch-22 because the custom logger class file could not be found. When I

Re: Probably been asked before - Trying to override old definition of

2007-02-01 Thread Jacob Kjome
Yep, use Ant-1.7.0 Jake At 06:28 PM 2/1/2007, you wrote: >When I run my ant scripts I get these highly annoying and screen >real-estate consuming messages like: > >Trying to override old definition of task shellscript >... >Trying to override old definition of datatype isgreaterthan >... > >I a

Probably been asked before - Trying to override old definition of

2007-02-01 Thread Guru Balse
When I run my ant scripts I get these highly annoying and screen real-estate consuming messages like: Trying to override old definition of task shellscript ... Trying to override old definition of datatype isgreaterthan ... I am using ant 1.6.5 and I see in ComponentHelper.java (line 609)

Re: using ant to monitor a jvm

2007-02-01 Thread Steve Loughran
Antoine Solomon wrote: Hello all, I am sort of new in the area of monitoring virtual machines.. Would it be possible to monitor a virtual machine from ant? or possible pick up the exceptions from the virtual machine? 1. Ant tracks all JVMs it starts with , unless spawn=true. 2. it can look

using ant to monitor a jvm

2007-02-01 Thread Antoine Solomon
Hello all, I am sort of new in the area of monitoring virtual machines.. Would it be possible to monitor a virtual machine from ant? or possible pick up the exceptions from the virtual machine? Thanks, -- Antoine W. Solomon Jr.

Ant 1.7: Problem in windows when path to ant contains spaces

2007-02-01 Thread Mads B. Tandrup
Hello I'm not sure if this is the correct place, but here goes: I've updated from Ant 1.6 to 1.7 using the binary distribution at ant.apache.org. But when I try to run the new version it returns an exception before reading my build file: java.lang.ClassNotFoundException: org.apache.tools.ant.M

Selecting files from disparate directories when the files are not in other directories

2007-02-01 Thread Mikael Sitruk
Hi Is it possible to select a set of files from several directories only if they are not present in another set of directories For example I have: Dir1: a.txt Dir2: b.txt Dir3: c.txt Directories holding the files to exclude Dir4: a.txt I would like to get b.txt and c.txt only

AW: How to let the copy-task fail if a fileset is not completely available

2007-02-01 Thread Thomas.Poersch
Hi! I figured out the following construction. It

RE: can please fix API?

2007-02-01 Thread Stephen McConnell
While your waiting ... http://api.dpml.net/ant/ Cheers, Steve. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of David Blaikie > Sent: Thursday, 1 February 2007 11:18 PM > To: user@ant.apache.org > Subject: can please fix API? > > Hi, the API do

Re: Dependset NullPointerException

2007-02-01 Thread Matt Benson
--- Oliver Robinson <[EMAIL PROTECTED]> wrote: > Thanks Matt, that manual build fixes the problem. > What is the general process/timescale that this > might end up in a stable build? I currently have > ant in production and am a bit wary of using a dev > build for this... > Oliver Oliver: I w

can please fix API?

2007-02-01 Thread David Blaikie
Hi, the API docs on the Ant user manual have been broken for some time, at least a week. Can someone please, please fix? thanks David