Thx for the info, have added the cwiki link to my bookmarks. Regards,
Dave On Thu, Jul 23, 2009 at 7:51 PM, Marcel Offermans<[email protected]> wrote: > There are two steps in publishing the content: > > 1) the auto exporter plugin will convert any page you edit/add/save to a > static HTML version, which should be visible at: > http://cwiki.apache.org/FELIX/ > > 2) a cron job (not entirely sure under whose user account it runs on > people.apache.org) copies the content from that static location to the > website from where it is (probably) replicated > > it used to take a couple of hours... > > Also, the auto exporter is not smart enough to detect us including pages in > other pages, which means that sometimes the export gets out of sync. That > can be corrected by any confluence administrator (in the admin interface > there is the option to re-export whole spaces). That aspect still is far > from ideal, as any update from a user could require such a re-export. For > now we'll have to live with that though. Just ping me and I will do this. > > Greetings, Marcel > > > On Jul 23, 2009, at 20:39 , David Savage wrote: > >> Sure, will do. >> >> Actually I had a question about the wiki, last time I added content it >> seemed to take a couple of /days/ before the content appeared on the >> main html view - am I missing some special "render" button that will >> push the content out or was I just unlucky? >> >> Regards, >> >> Dave >> >> On Thu, Jul 23, 2009 at 7:33 PM, Richard S. Hall<[email protected]> >> wrote: >>> >>> Cool. Seems like some good info to put up on the wiki... :-) >>> >>> -> richard >>> >>> On 7/23/09 11:25 AM, David Savage wrote: >>>> >>>> Hi there, >>>> >>>> For those who are interested I've managed to get the first stage of >>>> the sigil build up and running, namely that I can build sigil using >>>> sigil :) >>>> >>>> If you want to try it out here are the steps to reproduce: >>>> >>>> # cd $felix-svn >>>> # svn update >>>> # cd sigil >>>> # ant >>>> >>>> It'll probably take a /long/ time on first pass as it needs to >>>> download a lot of large eclipse dependencies first time around and >>>> either my connection is hosed or http://download.eclipse.org needs >>>> more capacity (possibly both). 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. >>>> >>>> 1) I've hosted a prebuilt sigil-ivy-plugin at >>>> http://people.apache.org/~dsavage/sigil/ >>>> 2) The ant build downloads ivy, sigil-plugin, bnd and >>>> equinox.common.jar and stores them in $felix-svn/sigil/cache/ant/lib >>>> 3) Ivy caches a set of remote bundles that sigil can't yet index (i.e. >>>> no obr index to these resources yet) >>>> 4) Sigil creates local indexes of ivy cached bundles (just indexes >>>> filesystem) >>>> 5) Sigil builds all projects in $felix-svn/sigil/common and >>>> $felix-svn/sigil/eclipse using the meta data from the various >>>> sigil.properties files to resolve OSGi bundles that satisfy the >>>> dependencies from either the local cached repo or the spring >>>> enterprise bundle repository (for which I do have an OBR index) >>>> >>>> The next stage I want to get working is to generate an eclipse update >>>> site from these artifacts so I can install these dependencies in >>>> eclipse. >>>> >>>> Please let me know if you have any problems, questions, or want to help >>>> out ;) >>>> >>>> Regards, >>>> >>>> Dave >>>> >>> >> >> >> > >
