Re: output dir is being determined by following symlink

2007-02-28 Thread David Carson
How do I do that for the .cache files? I think these are the only files being written to the parent at the moment. My ultimate target is being written to an explicit target directory already, as you suggest. On 2/28/07, Omry Yadan <[EMAIL PROTECTED]> wrote: try to use explicit target directory

RE: [Junit] How to handle TestSuites correctly

2007-02-28 Thread Anton Vodonosov
>> From what I understand from documentation, it is impossible >> to create Resource Collection based on classpath. Am I right? >> >that's right, because there is nothing in the Java API to enum all >classes in a package. Yes, but it is possible to analyze classpath programmatically: for jars

Unknown task [EMAIL PROTECTED] What does it mean?

2007-02-28 Thread lists
Hello Ant Users, I'm getting a strange error when running a custom task from cruise control. I don't get the error if I run the same command from the command line. First of all I would like to understand the error: Unknown task [EMAIL PROTECTED] not in [EMAIL PROTECTED]:antcall, [EMAIL PROTECTE

I am getting java.lang.NullPointerException

2007-02-28 Thread cthopuri
Hai, I am getting java.lang.NullPointerException.I have ant version 1.6.2.I set the both variables in environment variables.They are ANT_HOME and PATH.But in cmd prompt i am checking the ant -version it gives below exception. java.lang.NullPointerException at org.apache.too

AW: Getting java.lang.NullPointerException

2007-02-28 Thread Jan.Materne
I would think about a version-mix-problem ... Could you use an actual Ant 1.7.0 and retry with empty CLASSPATH? Jan >-Ursprüngliche Nachricht- >Von: vmanthi [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 28. Februar 2007 13:55 >An: user@ant.apache.org >Betreff: Getting java.lang.NullPoin

Getting java.lang.NullPointerException

2007-02-28 Thread vmanthi
Hi, I copied apache-ant-1.6.2. Completed with setting ANT_HOME and PATH. But when ran the ant -version command at CMD getting following error message java.lang.NullPointerException at org.apache.tools.ant.launch.Locator.getLocationURLs(Locator.java:262) at org.apache.too

Re: [Junit] How to handle TestSuites correctly

2007-02-28 Thread Steve Loughran
Anton Vodonosov wrote: Hi, All. I want to run many unit tests I have, but without adding all them manually to ant script. The best way for me is using TestSuite, because it gives maximum flexibility and simplicity comparing to ant scripts. But unfortunately junit task removes original class

Re: output dir is being determined by following symlink

2007-02-28 Thread Peter Reilly
On 2/27/07, David Carson <[EMAIL PROTECTED]> wrote: We have a build environment where we build a 'shadow' of our source tree consisting of symbolic links to the real source tree. The actual build takes place in this shadow. When I run ant in this shadow, it reads the main .mxml file using the s

test

2007-02-28 Thread Sayed, Irfan (Irfan)