Jon,
have you had time to figure out how to integrate the Eclipse update
site project into the main Maven build process?
If not we may 'steal' from the Apache UIMA project:
http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-eclipse-update-site/build.xml?revision=635363&view=markup
Jonathan Gallimore wrote:
Ah right, thanks for letting me know. I was getting some strange error
about not being able to find a jar inside the update site zip. I'll
investigate further a little later on.
Jon
Daniel S. Haischt wrote:
Btw, I didn't look into integrating the generation of the update
site into Maven. basically the plugins and features need to be
copied to the update site folder I guess while doing a Maven
build.
So for now one has to open the site.xml file of the update site
project right within Eclipse to generate the contents of the
update site.
Jonathan Gallimore wrote:
It looks like the .properties files are being included in the jars
correctly now. I haven't managed to install the feature from the
resulting update site, but give it a go this evening.
Jon
Daniel S. Haischt wrote:
okay that did the trick. Thanx for pointing this out.
I did checkin the changes. Could you verify that it is
working?