Thanks i can resolve this problem
thanks
On Feb 4, 2008 2:56 PM, David Weintraub <[EMAIL PROTECTED]> wrote:
> Looks like you have spaces in your -lib:
>
> -C:\Archivos de programa\Java\jre1.6.0_02\lib\ext
>
> Ant sees the -lib ending at "C:\Archivos" and "de" as your target.
>
> Your best be
Looks like you have spaces in your -lib:
-C:\Archivos de programa\Java\jre1.6.0_02\lib\ext
Ant sees the -lib ending at "C:\Archivos" and "de" as your target.
Your best bet is to install Java in a directory with no spaces in it.
Something like "C:\Java".
On Feb 4, 2008 1:38 AM, Armin Garcia <[EM
Armin Garcia wrote:
hi there i have problems with ANT on windows...
take a look at http://wiki.apache.org/ant/InstallTroubleshooting
i download and try to use the apache-ant-1.7.0 and apache-ant-1.6.5
I configured the system variables
set ANT_HOME=c:\ant
set JAVA_HOME=c:\jdk-1.5.0.05
set PAT
hi there i have problems with ANT on windows...
i download and try to use the apache-ant-1.7.0 and apache-ant-1.6.5
I configured the system variables
set ANT_HOME=c:\ant
set JAVA_HOME=c:\jdk-1.5.0.05
set PATH=%PATH%;%ANT_HOME%\bin
the problem is when i try tu run ant by this way
ant -version or