tools
Class Build

java.lang.Object
  extended by tools.Build

public class Build
extends java.lang.Object

This tool runs through an assembly file and executes all build commands embedded in the comments line "; @build .....".


Constructor Summary
Build()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void runCommand(java.lang.String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Build

public Build()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

runCommand

public static void runCommand(java.lang.String command)
                       throws java.lang.Exception
Throws:
java.lang.Exception