-
Notifications
You must be signed in to change notification settings - Fork 39
Building
Oliver Salzburg edited this page Mar 3, 2014
·
10 revisions
-
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.
-
Download winant and install it.
-
Make sure that the Ant-Contrib tasks are selected for installation.
-
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
.
-
Download Git for Windows and install it.
-
Open an instance of Git Bash.
-
Clone the SE-AutoReviewComments git repository, using
git clone https://github.com/Benjol/SE-AutoReviewComments.git
-
Start the build process by issuing
ant
in the SE-AutoReviewComment folder.