Re: Using to set a property with "location" semantics?

2008-05-23 Thread Scot P. Floess
Have you considered doing something with ??? That should give you the desired value... On Fri, 23 May 2008, Cyril Sagan wrote: Has anyone else ever wished there was a way to specify "location semantics" for values? Given that doesn't exist, can anyone suggest the ideal way to implement:

Using to set a property with "location" semantics?

2008-05-23 Thread Cyril Sagan
Has anyone else ever wished there was a way to specify "location semantics" for values? Given that doesn't exist, can anyone suggest the ideal way to implement: $ cd /tmp/X/Y/script/ $ cat build.xml some.dir: ${some.dir} $ ant -Ds

RE: Possible Bug? Ant task does not handle files with over 255 chars in the path name

2008-05-23 Thread Adrian Muscalu
Hello Steve, Thank you for taking the time to look into this. I am still a bit confused for the following reasons: 1. You seem to indicate that the problem resides with Java JVM. However, the bugs listed are fairly old and have been closed for some time now. I am using Java 5 runtime and no

Re: Possible Bug? Ant task does not handle files with over 255 chars in the path name

2008-05-23 Thread Steve Loughran
Adrian Muscalu wrote: Hello, I am running an ANT script on my Win XP machine; one of the tasks attempts to create a jar file where the class files are in a directory with a long name. The combined path, package name and file name exceedes 255 characters. Expected result: The script should fa

Possible Bug? Ant task does not handle files with over 255 chars in the path name

2008-05-23 Thread Adrian Muscalu
Hello, I am running an ANT script on my Win XP machine; one of the tasks attempts to create a jar file where the class files are in a directory with a long name. The combined path, package name and file name exceedes 255 characters. Expected result: The script should fail as the files exceed

Inconsistent behaviour between exec and apply with the os parameter

2008-05-23 Thread Graham Leggett
Hi all, I am having some very weird behaviour from ant v1.6.5. The following two tags are executed one after the other, the exec tag matches the os parameter on Linux, and is run correctly. The apply tag doesn't match the os parameter on Linux, and isn't run at all. Is this a known bug?

RE: ivy issues

2008-05-23 Thread Bobby Quinne
have not mentioned the configuration : Java6_03 ant 1.7.0 ivy 2.0.0 Beta2 ruel loehr wrote: > > It's probably related to configurations. > > > - > | |modules|| artifa

Re: ANT fails while trying to compile a target

2008-05-23 Thread Steve Loughran
Zapo wrote: Hi All, I am using apache-ant-1.7.0 on XP. While running ANT I get the following error on windows-xp Filename too long (please see the dump bold). Looks like my path have gone for a toss, I tried using absolute path instead of relative still no luck. I also tried from Eclipse st

ANT fails while trying to compile a target

2008-05-23 Thread Zapo
Hi All, I am using apache-ant-1.7.0 on XP. While running ANT I get the following error on windows-xp Filename too long (please see the dump bold). Looks like my path have gone for a toss, I tried using absolute path instead of relative still no luck. I also tried from Eclipse still the same,

Re: Defining ant target to run junit tests using dbunit

2008-05-23 Thread Carlos Alonso
Well, those errors that you're getting about test classes that cannot be found are because the specified tag under the is not pointing to where the tests are. This path problems are very common when running ant tasks because is not trivial to understand the way in which ant resolves the given