My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
GetttingStartedWithBuild  
How to build the files from source
Updated Jan 12, 2009 by speedtrack@doubleSlash.de

Right now we have the two build files only for windows (feel free to build more).

Mobile Edition

Build Options (Mobile Edition)

..\speedtracker>build_handy
Buildfile: build_handy.xml

usage:
     [echo]
     [echo] Global SpeedTrack Handy build file
     [echo] -------------------------------------------------------------
     [echo]
     [echo]  available targets are:
     [echo]
     [echo]    all         -->  delegates ant-call with parameter 'all' to all subsystems
     [echo]    clean       -->  cleans all subsystems
     [echo]
     [echo]  See the comments inside the build.xml file for more details.
     [echo] -------------------------------------------------------------
     [echo]

BUILD SUCCESSFUL

Generate the .jar and .jad file (Mobile Edition)

..\speedtracker>build_handy all - generates the .jar/.jad file called 'speedTracker_handy_beta1.0.jar' and 'speedTracker_handy_beta1.0.jad'

Laptop Edition

Build Option (Laptop Edition)

..\speedtracker>build_laptop
Buildfile: build_laptop.xml

usage:
     [echo]
     [echo] Global SpeedTrack Laptop build file
     [echo] -------------------------------------------------------------
     [echo]
     [echo]  available targets are:
     [echo]
     [echo]    all         -->  delegates ant-call with parameter 'all' to all subsystems
     [echo]    compile     -->  generates classes and copies required librarys
     [echo]    jar         -->  generates speedtracker_[version].jar after compiling
     [echo]    clean       -->  cleans all subsystems
     [echo]
     [echo]  See the comments inside the build.xml file for more details.
     [echo] -------------------------------------------------------------
     [echo]

BUILD SUCCESSFUL

Generate the .jar file (Laptop Edition)

..\speedtracker>build_laptop all - generates the .jar File called 'speedTracker_laptop_beta2.0.jar'

Start speedTracker Laptop (Laptop Edition)

Execute the startfile 'startup_laptop.bat'.

..\speedtracker>startup_laptop - starts a GUI of the speedTracker Laptop Edition

Sign in to add a comment
Powered by Google Project Hosting