Skip to content
Oliver Salzburg edited this page Mar 3, 2014 · 10 revisions

Building SE-AutoReviewComments

Windows

Installing the JDK

  1. Download a copy of latest JDK from Oracle and install it.

    To do so, you need to accept the license agreement. Then you can download the file appropriate for your platform and run it.

Installing Ant

  1. Download winant and install it.

  2. Make sure that the Ant-Contrib tasks are selected for installation.

  3. When asked to provide the Java directory, provide the path of the JDK installation you performed earlier. In our case, the path of the JDK is C:\Program Files\Java\jdk1.7.0_51.

Installing git

  1. Download Git for Windows and install it.

Building

  1. Open an instance of Git Bash.

  2. Clone the SE-AutoReviewComments git repository, using git clone https://github.com/Benjol/SE-AutoReviewComments.git

  3. Start the build process by issuing ant in the SE-AutoReviewComment folder.

Clone this wiki locally