RE: Problem with Ant pathconvert and paths with spaces [Solved]

2010-07-23 Thread Bailey, Darragh
> -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

Re: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread David Weintraub
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

RE: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Jonathan Rosenberg
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

RE: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Bailey, Darragh
> -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

RE: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Jonathan Rosenberg
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

Re: junit tests running slower in 1.8 than in 1.7

2010-07-23 Thread Laura Dean
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

Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Bailey, Darragh
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

Re: CopyTask: attribute to overwrite readonly files

2010-07-23 Thread Vimil Saju
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

Re: CopyTask: attribute to overwrite readonly files

2010-07-23 Thread David Weintraub
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