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
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
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
=
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
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
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
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