You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
waf_old/playground/prefork
Thomas Nagy 1f314af77b
Docs
11 years ago
..
Prefork.java Docs 11 years ago
README Additional notes on preforked build processes 11 years ago

README

TODO - work in progress

Get a copy of https://github.com/ralfstx/minimal-json, currently minimal-json-0.9.3-SNAPSHOT.jar

Build the java file with:
javac -target 1.7 -source 1.7 -cp ./minimal-json-0.9.3-SNAPSHOT.jar:. Prefork.java