Re: [ant] Determining relative paths resp. substring?

2009-01-30 Thread Patrick Martin
Hello, I think you can strip the prefix by using with a . Cheers, Patrick On Sat, Jan 17, 2009 at 11:32 PM, Georg-Johann Lay wrote: > Georg-Johann Lay schrieb: >> >> Hi, >> >> can anyone assist me in solving this following quite trivial problem? >> >> Given a path A and the current directory

RE: OutOfMemoryError: unable to create new native thread

2009-01-30 Thread Murray, Mike
Inclusion of revisions 579975 and 711860 did not resolve the eternal threads issue. I'll try the inputstring work around on all the forked tasks. Thanks, Mike -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Friday, January 30, 2009 6:25 AM To: user@ant.apache.o

Re: (Default) classpath for typedef

2009-01-30 Thread Stefan Bodewig
On 2009-01-28, rparree wrote: > I will do that. I thinks the attachment is also available at: > http://www.nabble.com/file/p21704699/diagnostics This looks OK. When you run Ant with -debug it will tell you which classloader it is using to do anything. Could you open a Bugzilla Issue and attach

Re: OutOfMemoryError: unable to create new native thread

2009-01-30 Thread Stefan Bodewig
On 2009-01-30, Murray, Mike wrote: > All the "hung" threads display the same "blocked" scenario as > thread-1199. > Name: Thread-1199 > State: BLOCKED on java.io.bufferedinputstr...@1b5973f owned by: > Thread-11 > Total blocked: 1 Total waited: 0 > Stack trace: > java.io.BufferedInputStream.

Re: AntUnit

2009-01-30 Thread Stefan Bodewig
On 2009-01-28, wrote: > The listener needs to know what targets are being executed so having > the log output is no help. which test target or any other target as well? In the former case you could still implement your AntUnit listener, in the later case we really have a use case that isn't cov

FW: IvyDE cache location

2009-01-30 Thread Daffin, Miles (IDEAS)
Maarten, Thanks, we will have a look at this. Miles -Original Message- From: Maarten Coene [mailto:maarten_co...@yahoo.com] Sent: 29 January 2009 22:06 To: ivy-u...@ant.apache.org Subject: Re: IvyDE cache location Maybe you could use the cache attribute on your resolvers pointing to dif

Re: Error: Unable to Open

2009-01-30 Thread Mark Salter
Sunils_82 wrote: > I have a build.xml file in Folder_A > and another build.xml file in Folder_B > [snip] > I'm not getting FileNotFoundException, its an "Unable to open" Error. What is the *exact* error please? ant -verbose will show you the files being used and a more of what is happening, p