DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||
|---|---|---|
| ||
now=$(date +%Y%m%d_%H%M%S) ant -DbuildVersion=0.9.0.$now clean dist |
To build :(note the first build can take a /long/ time as various dependencies need to be cached - but subsequent builds take an order of 10's of seconds)
| Code Block |
|---|
svn co http://svn.apache.org/repos/asf/felix/trunk/sigil sigil-trunk
cd sigil-trunk
sh release.sh
|
...