Updating the documents ========== A lot of documents need to be updated, to reflect the current package naming. I think the 'since #.#' is still useful and should stay in. But the package names need to be corrected!
Is there already some Jira task created for the document updated related to the version 2.0.0? for example: Using standalone (standalone.html) Before version 2.0.0: java fr.jayasoft.ivy.Main -conf path/to/myivysettings.xml -ivy path/to/myivy.xml As of version 2.0.0: java org.apache.ivy.Main -settings <setting file> -ivy <ivy file> java org.apache.ivy.Main -settings path/to/myivysettings.xml -ivy path/to/myivy.xml Adding javadoc ========== As I'm reading and strugeling throught all the code, I'm missing quite some javadoc :( and also the package desciptions (package.html) .... maybe I can start helping here... but not shore if I understand all the Ivy code correct, definitly would need some reviewing. (How should it be added to the source repo? Or just sending patches?) Improving the implementatoin ========== Several things come her in my mind, like declaration of public methods inside interfaces. Not really needed. (See http://checkstyle.sourceforge.net/config_modifier.html#RedundantModifier)
