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 root/lib/optional, you can set your classpath in eclipse and netbeans and you should be able

Looking to contribute

2015-07-15 Thread Jaikiran Pai
I'm thinking of contributing to the Ivy project. I had a quick look at the JIRAs that are open and also have checked out the latest source code from git. Before starting off with anything, I would like to know what is the Java version that should be used by contributors for code contributions?

[GitHub] ant-ivy pull request: PomModuleDescriptorParser disabled handle so...

2015-07-15 Thread qxo
GitHub user qxo opened a pull request: https://github.com/apache/ant-ivy/pull/6 PomModuleDescriptorParser disabled handle source and javadoc artifact for speed up … PomModuleDescriptorParser disabled handle source and javadoc artifact by set disabledForSourcesAndJavadoc=true,

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.