Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToContribute" page has been changed by AlexMargolin: http://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=73&rev2=74 ==== Integrated Development Environment (IDE) ==== - You are free to use whatever IDE you prefer, or your favourite command line editor. Note that + You are free to use whatever IDE you prefer, or your favorite command line editor. Note that * Building and testing is often done on the command line, or at least via the Maven and Ant support in the IDEs. * Set up the IDE to follow the source layout rules of the project. * If you have commit rights to the repository, disable any added value "reformat" and "strip trailing spaces" features on commits, as it can create extra noise. @@ -26, +26 @@ To build the code, install (as well as the programs needed to run Hadoop on Windows, if that is your development platform) * [[http://ant.apache.org/|Apache Ant]] - * [[http://ant.apache.org/|Apache Maven]] + * [[http://maven.apache.org/|Apache Maven]] These should be on the path; test by executing {{{ant}}} and {{{mvn}}} respectively. As the Hadoop builds use the external Maven repository to download artifacts, Ant and Maven need to be set up with the proxy settings needed to make external HTTP requests. You will also need to be online for the first builds of every Hadoop project, so that the dependencies can all be downloaded.
