Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The daily build is hosted here:

http://ci.codecauldron.org/hudson/job/sigil-apache-daily/Image Removed

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/Image Removed

Ivy plugin

The ivy plugin is available here:

...

Code Block
titlerelease.sh
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

...