1
vote
Tips for speeding up build time on Linux using ANT, Javacc, JUnit and compiling Java classes
Try be inspired by pragmatic programmer. Compile only what is necessary, have two or more test suites. One for quick tests, other for full tests. Consider if there is real need to use each build-st …
3
votes
Build JavaFX project without NetBeans
If you create new project in NB there is folder called nbproject. This folder contains build-impl.xml. This file contains this target:
<target if="src.dir" name="-co …
