Created
January 25, 2012 11:49
-
-
Save wolfc/1675923 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.jboss.noxius.Noxius; | |
import javax.tools.ToolProvider; | |
public class bootstrap { | |
public static void main(final String[] args) throws Exception { | |
Noxius.with(ToolProvider.getSystemToolClassLoader()).execute("build.java", "build", args); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment