This project is intended to be used as a submodule to compile the Wezside Toolkit however the individual ant files can be used as standalone. Simply use subant to call the build files with the correct parameters.
git submodule init
git submodule add [email protected]:wezside/Wezside-Ant.git ./
git submodule update
The root build script will do the following:
- Increment version numbers
- Compile Toolkit SWC
- Git Add, Commit, Push to remote repo
- Copy Compiled SWC to Toolkit-Components
- Compile Toolkit-Components SWC
- Git Add, Commit, Push to remote repo