Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dhowe/RiTa
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Apr 16, 2017
2 parents ed36930 + 2ea7647 commit dab42b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,21 @@ If you don't feel like coding but still want to contribute, please send a twitte

8. To run the tests:

a. Navigate to the RiTa/resources directory and right-click on 'build.xml'
a. Navigate to the RiTa/resources directory and right-click on 'build.xml'

b. Select 'Run as' > 'Ant Build' to compile and run the tests in JUnit.
b. Select 'Run as' > 'Ant Build' to compile and run the tests in JUnit.

9. To build the project:

a. In the Eclipse menu, select 'Window' > 'Show View' -> 'Ant
a. In the Eclipse menu, select 'Window' > 'Show View' -> 'Ant

b. Click the 'Add buildfile' button to add a buildfile in the newly added Ant panel, and navigate to RiTa/resources/build.xml
b. Click the 'Add buildfile' button to add a buildfile in the newly added Ant panel, and navigate to RiTa/resources/build.xml

c. Click to expand the 'RiTa' menu and reveal the various tasks, then double-click 'build' (or run ```$ cd RiTa/resources && ant build``` from the terminal)
c. Click to expand the 'RiTa' menu and reveal the various tasks, then double-click 'build' (or run ```$ cd RiTa/resources && ant build``` from the terminal)

d. (Optional) Ignore this step if you are on Mac or step 9a to c if you are on Windows, install [ant](http://dita-ot.sourceforge.net/doc/ot-userguide13/xhtml/installing/windows_installingant.html) and use [cygwin](http://cygwin.com/install.html) to run the command ```$ cd RiTa/resources && ant build```.
d. (Optional) Ignore this step if you are on Mac or step 9a to c if you are on Windows, install [ant](http://dita-ot.sourceforge.net/doc/ot-userguide13/xhtml/installing/windows_installingant.html) and use [cygwin](http://cygwin.com/install.html) to run the command ```$ cd RiTa/resources && ant build```.

e. When the build is complete, project resources can be found in RiTa/dist
e. When the build is complete, project resources can be found in RiTa/dist

10. Work on an existing [issue](https://github.com/dhowe/RiTa/issues?q=is%3Aopen+is%3Aissue), then [submit a pull request...](https://help.github.com/articles/creating-a-pull-request)

Expand Down

0 comments on commit dab42b7

Please sign in to comment.