Re: browsing ant source code with eclipse and Netbeans

2015-07-15 Thread Antoine Levy Lambert
Hi, there is a file “fetch.xml” with which you can get Ant’s library dependencies. fetch.xml requires a prebuilt version of Ant. Once you have downloaded the library dependencies, which should go into /lib/optional, you can set your classpath in eclipse and netbeans and you should be able to co

browsing ant source code with eclipse and Netbeans

2015-07-15 Thread mohamed chebbi
Hi, i cloned the ant repository and try to browse the source code with eclipse but i still getting some error, i think many of them are example of bad code. so i want steps to import ant source code into eclipse and Netbeans. If you have any link about it will be nice. -