DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
The daily build is hosted here:
http://ci.codecauldron.org/hudson/job/sigil-apache-daily/![]()
Eclipse Update Site
Add the following update site to Eclipse 3.4, 3.5 or 3.5.1
http://ci.codecauldron.org/hudson/job/sigil-apache-daily/lastSuccessfulBuild/artifact/sigil/site/![]()
Ivy plugin
The ivy plugin is available here:
...
| Code Block | ||
|---|---|---|
| ||
now=$(date +%Y%m%d_%H%M%S)
ANT_OPTS="-Dcache.dir=/var/tmp/sigil/cache" 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
|
...