How to build MacroTracker
Note: MacroTracker's APIs and Librarys are currently out of date and are being updated. You can build MacroTracker yourself to get a feel for the functionality it will contain.
System Requirements
- Java 2 SDK 1.5 or higher (1.4.x or lower will not work)
- Apache Ant (version 1.6 or higher recommended)
Make sure you have Apache Ant and Java 2 SDK tools in your path and have the JAVA_HOME variable set:
(windows) set JAVA_HOME=C:\j2sdk1.5.0 set PATH=%PATH%;%JAVA_HOME%\bin;C:\ant\bin (linux) export JAVA_HOME=/home/rlk/j2sdk1.5.0/bin export PATH=$JAVA_HOME/bin:/home/rlk/ant:$PATH
Build
To compile MacroTracker, run ant build from the command prompt in the MacroTracker directory.
Running MacroTracker
Run the following command at the command prompt to run MacroTracker:
java org.mozdev.MacroTracker.main.MacroTracker
Clean
To delete all class files and any other files generated by the build, run ant clean.
If you have questions or comments about MacroTracker, please send a message to the MacroTracker mailing list.
Copyright © 2003-2004. All rights reserved.