RE: OutOfMemory...

2004-08-20 Thread Alan Brown
o Sam [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 1:53 PM To: Ant Users List Subject: Re: OutOfMemory... Alan Brown wrote: > I'm using with genericAntFile to run an ant task against every > subdirectory. However, it runs out of memory before finishing. I've > done s

OutOfMemory...

2004-08-20 Thread Alan Brown
I'm using with genericAntFile to run an ant task against every subdirectory. However, it runs out of memory before finishing. I've done some poking around and it seems that like has some issues with the classLoader that can result in this kind of problem. Does anyone know a workaround? I re

testing for the existence of a file...

2004-07-25 Thread Alan Brown
I need a task to be dependent on the existence of any file of a given type (.xyz). However, the task only seems to be able to test the existence of a specifically named file ("wibble.xyz") rather than a filename that contains wildcards ("*.xyz"). What is the best way around this? alan =

setting system properties from an ant task...

2004-07-23 Thread Alan Brown
code until it unveils a silly mistake I must have made. alan -Original Message- From: Alan Brown Sent: Friday, July 23, 2004 2:17 PM To: Ant Users List Subject: RE: Getting directory information from Basename was all that I needed. Thanks for the pointer. -Original Messa

RE: Getting directory information from

2004-07-23 Thread Alan Brown
t; > From: Alan Brown [mailto:[EMAIL PROTECTED] > > > > Nice one. > > > > > > All I need to do now is parse the name to get the > last directory out of > > it, which shouldn't be too hard. > > See first example of . --DD > Sounds like he'd n

Re: super-jar

2004-06-11 Thread alan brown
Even if you could, would it work? Has java gotten over the problem of not being able to deal with nested jars since I last checked? I think you're stuck with un'jar'ing and re'jar'ing. That's the way I do it anyway. alan Gregory Gimler <[EMAIL PROTECTED]> wrote: Is there some way with ant

VSSCheckout...

2003-11-24 Thread alan brown
I notice that the writable attribute is no longer available in this task. I also note, to my chagrin, that there's no failonerror attribute. This makes life difficult for me because I want my build to continue if the file is already checked out. My question is how can I make the file writab