Sigil is currently being migrated to Apache Felix from it's original home on http://sigil.codecauldron.org. As part of this migration it has been decided to go for a completely self hosted mode of development - i.e. use Sigil to build Sigil.
Please help development of Sigil by reporting issues and contributing patches here.
If you want to try it out or contribute here are the steps to build Sigil in it's current form:
The ant build will probably take a long time on first pass as it needs to download a lot of large eclipse dependencies first time around. But after this first pass the secondary builds should run quickly i.e. seconds not minutes. By way of a brief explanation of what is going on in this build.
Currently the Sigil build does not create an eclipse update site, but it will generate the plugins to install in eclipse:
# ls site/plugins bndlib.jar org.apache.felix.sigil.common.junit.jar org.apache.felix.sigil.eclipse.help.jar org.apache.felix.sigil.eclipse.ui.jar com.springsource.org.apache.commons.lang.jar org.apache.felix.sigil.common.obr.jar org.apache.felix.sigil.eclipse.obr.jar org.apache.felix.sigil.eclipse.utils.jar org.apache.felix.sigil.common.core.jar org.apache.felix.sigil.eclipse.core.jar org.apache.felix.sigil.eclipse.search.jar |
You can copy these bundles to your dropins directory of your Eclipse install to get Eclipse to manually install these bundles from the file system.
Please let us know if you have any problems, questions, or want to help out via the Felix dev email list.