Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 846 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 846 Bytes

Build Status

A Java application for preparing Excel workbooks with WCA competition results for submission to the WCA via JSON.

Building the application

There is an Ant build script called build.xml in the root directory of the project. The default target generates an executable jar file under the target directory. The build script uses the Proguard obfuscator to merge all the third party libraries and the application code in to one jar file. This usually takes quite a bit of memory, so it is advisable to set the ANT_OPTS environment variable and give Ant some more heap space, like such:

export ANT_OPTS=-Xmx256m