At 04:18 PM 1/11/2004 +, you wrote:
> You are going to have to quote all paths that contain spaces such as...
>
> ANT_HOME = "C:\Program Files\Apache Group\apache-ant-1.6.0"
> JAVA_HOME = "C:\Program Files\Java\jdk1.3.1_09"
That's puts me straight back to square one. Removing the quotes from a
> > Thank you for your quick action.
(B>
(B> Well, I'm not an Ant committer. I just tried what you said, found you were
(B> correct,
(B> and offered a change to the Ant community. You and I both could have overlooked
(B> some issue in this case! :-) Let's see what happens.
(B
(BI see. :)
(
[EMAIL PROTECTED] wrote:
> Thank you for your quick action.
Well, I'm not an Ant committer. I just tried what you said, found you were correct,
and offered a change to the Ant community. You and I both could have overlooked
some issue in this case! :-) Let's see what happens.
> How about "resour
Jack,
(B
(BThank you for your quick action.
(BHow about "resource" case?
(BFor example, I try to get a URL for
(Borg/apache/tools/ant/taskdefs/defaults.properties,
(Bbut WhichResource.java try to look for
(B/org/apache/tools/ant/taskdefs/defaults.properties
(B
(B> *** 169,175
(B>
> From: Graham Reeds [mailto:[EMAIL PROTECTED]
> Sent: Monday, 12 January 2004 3:18 AM
> To: Ant Users List
> Subject: RE: Ant 1.6.0 Long Filename support
>
>
> That's puts me straight back to square one. Removing the quotes
> from around
> just ANT_HOME gave me another error:
> 'Files\Java\jdk1.3
> From: Jacob Kjome [mailto:[EMAIL PROTECTED]
> Sent: Monday, 12 January 2004 3:01 AM
> To: Ant Users List
> Subject: RE: Ant 1.6.0 Long Filename support
>
> You are going to have to quote all paths that contain spaces such as...
>
> ANT_HOME = "C:\Program Files\Apache Group\apache-ant-1.6.0"
> JAV
[EMAIL PROTECTED] wrote:
> How do you write build.xml to get the URL for
> org.apache.tools.ant.Main.class? Does it actually work?
Here's a testcase which proves Mr. Sekiguchi's point.
-
In Ant 1.7 a
[EMAIL PROTECTED] wrote:
> How do you write build.xml to get the URL for
> org.apache.tools.ant.Main.class? Does it actually work?
You're right! This diff seems to fix the bug:
Index: src/main/org/apache/tools/ant/taskdefs/WhichResource.java
==
Graham Reeds wrote:
- what is the value of ANT_HOME in your system,
ANT_HOME = C:\Program Files\Apache Group\apache-ant-1.6.0
- what is the value of JAVA_HOME
JAVA_HOME = C:\Program Files\Java\jdk1.3.1_09
- is CLASSPATH set as an environment variable before you start ant; if
it
> You are going to have to quote all paths that contain spaces such as...
>
> ANT_HOME = "C:\Program Files\Apache Group\apache-ant-1.6.0"
> JAVA_HOME = "C:\Program Files\Java\jdk1.3.1_09"
That's puts me straight back to square one. Removing the quotes from around
just ANT_HOME gave me another err
10 matches
Mail list logo