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
>> 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
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
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
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
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
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
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