Yeah, sorry about that. I figured the problem out. Smack head!
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Friday, September 16, 2005 2:09 PM
To: Ant Users List
Subject: Re: why do I get a java FileNotFound when defining a property
Lasher, James L wrote:
> I
Lasher, James L wrote:
I'm using Ant 1.6.2 on Windows. I should have given the precise issue:
Where X is a mapped network drive... not that that should make any
difference.
The exact error I'm getting is:
java.io.FileNotFoundException: X:\tmp\success.txt (The system cannot
find the path spe
Sylvain Perchaud wrote:
Hello,
I tried to use Ant (Ant build file created with oXygen) just for a test on my
Windows XP machine.
Unfortunately I cannot even compile my small test, the system is saying me
that some libs are missing. But when I read the libs names, I believe
that these libs a
Hi Ken,
If you use with a classpath, the task will be loaded by a
newly created classloader that uses the project classloader as delegation
classloader.
(if you're using the distributed launch scripts, the project classloader is
a delegation
child of the System classloader).
The distributed task
I am having a class loading problem with Ant. We have a standard Ant
distribution which includes a jar file with a v1.1 of a task in the Ant
distribution's lib directory. However, our project is still using the 1.0
version of this task. I have included the jar with the 1.0 version of the tas
You can (or I might if I ever get time) write a custom
ResourceComparator for use with the sort collection.
-Matt
--- João Augusto Charnet <[EMAIL PROTECTED]>
wrote:
> Ok
> I've downloaded a nightly build of ant, to see how
> the sort tag works.
> It still doesn't give me the ordering I need
Ok
I've downloaded a nightly build of ant, to see how the sort tag works.
It still doesn't give me the ordering I need.
\---01_Vdir1
| 01_file1.sql
|
+---00_Vdir2
| 00_file2.sql
| 01_file3.sql
|
\---01_Vdir3
| 01_file4.sql
| 02_f
Hi, I am working on a project to automate a build system, and the flow is
somewhat like this:
1. ssh into a unix machine.
2. Sync the repository
3. dist the projects.
4. ssh into application-specific unix boxes and deploy appropriate apps to
appropriate boxes.
How can i gather the output of ss