http://ant.apache.org/manual/install.html#optionalTasks
Jan
> -Ursprüngliche Nachricht-
> Von: qbnronin [mailto:[EMAIL PROTECTED]
> Gesendet: Samstag, 8. März 2008 03:46
> An: user@ant.apache.org
> Betreff: Re: building ant from source and junit build error
>
>
> I was having the sam
1. Have a clean Ant-src directory ( /tmp/ant/apache-ant-1.7.0 ), means:
- no "build"
- no "bootstrap"
- no "dist"
On windows I use a small batch file:
@echo off
rd /Q/S bootstrap build dist
del *.log
del TEST-*.*
2. Build Ant and provide the path to add