> -Original Message-
> From: David Weintraub [mailto:qazw...@gmail.com]
> Sent: 23 July 2010 16:43
> To: Ant Users List
> Subject: Re: Problem with Ant pathconvert and paths with spaces
>
> On Fri, Jul 23, 2010 at 11:00 AM, Bailey, Darragh
> wrote:
> > I've also done some additional te
On Fri, Jul 23, 2010 at 11:00 AM, Bailey, Darragh wrote:
> I've also done some additional testing and have found that the following will
> eliminate the problem for a single space.
>
>
>
>
>
Take a look at this:
http://ant.apache.org/manual/Types/mapper.html#filter-ma
How about ?
--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/
-Original Message-
From: Bailey, Darragh [mailto:dbai...@hp.com]
Sent: Friday, July 23, 2010 11:01 AM
To: Ant Users List
Subject: RE: Problem with Ant pathconvert and paths with s
> -Original Message-
> From: Jonathan Rosenberg [mailto:j...@tabbysplace.org]
> Sent: 23 July 2010 15:43
> To: 'Ant Users List'
> Subject: RE: Problem with Ant pathconvert and paths with spaces
>
> What happens if you run the build outside of Eclipse?
I did, guess I wasn't particular
What happens if you run the build outside of Eclipse?
--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/
-Original Message-
From: Bailey, Darragh [mailto:dbai...@hp.com]
Sent: Friday, July 23, 2010 9:51 AM
To: Ant Users List
Subject: Problem w
I switched our real project to forkmode="perTest" and found that it runs
even slower (much slower), so it's clearly doing better than one VM per
test. (I haven't ruled out something like one VM per class, though.) I
won't have time to play more with the code until Monday, but I will look at
it th
I've been trying to run my ant builds within eclipse and I've been running into
a slight problem with the path generated by the pathconvert task.
After some testing, it seems that it's a problem in general with spaces appear
in paths.
The project that I have needs to pick up a library from ano
Our build script copies files out to common file server. The situation is that
developers sometimes manually copy certain files to this file server, and don't
realize that they had copied over a read-only file. When the build script runs
at night, it copies over all the files from source contro
On Thu, Jul 22, 2010 at 2:13 PM, Vimil Saju wrote:
>
> Hi,
> I was looking if the copy task had the ability to overwrite read-only files.
> The manual says
> that if the 'force' attribute is set to true then read-only files will be
> overwritten, but it also
> says this attribute is available on