Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Nightly build update-site failing sometimes

Hi all,

I quite regularly see some complaints on either the forum/nntp or on
this mailing list that the nightly update site seems to produce some MD5
problems upon installing.

As we had some similar problems with a Maven / Hudson generated
update-site we use internally I thought I point out our issue with it.

In the first run we had the update-site being produced by the same maven
project as the plugin has been built (maven tycho to be specific). This
worked fine locally but we got a corrupt update-site out of hudson.

What we did to resolve the issue was to split the update-site
generatation and the build of the plugin in two maven projects and that
resolved the error for us.

So maybe this is the case for you guys too from time to time?

Greetings
-Sascha-


Back to the top