Skip to content

Instantly share code, notes, and snippets.

@wolfc
Created January 25, 2012 11:49
Show Gist options
  • Save wolfc/1675923 to your computer and use it in GitHub Desktop.
Save wolfc/1675923 to your computer and use it in GitHub Desktop.
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