I don't think 2 will work as we will install bundles to the tmp storage. Let
me fix the problem following my proposal.
Thanks,
Raymond
--------------------------------------------------
From: "Simon Laws" <[email protected]>
Sent: Tuesday, January 26, 2010 4:15 AM
To: <[email protected]>; <[email protected]>
Subject: Re: Build failed in Hudson: Tuscany-2x #395
Looking back at the thread there seems to be 2 immediate options.
1/ take the test(s) out of the build
2/ If the JIRA that Mark references is to be believed we can add
equinox.setProperty(OSGiFramework.OSGI_CONFIGURATION_AREA +
".readOnly", Boolean.TRUE.toString());
In equinox launcher and/or the osgi junit plugin to stop is trying to
write there (it's the equinox launcher that failed in this case).
I'll give 2/ a try unless people know that this won't work or there
are side effect to not writing here that we want to avoid.
Raymond has some longer term proposals which I'm not sure I follow but
my priority would be getting the build running consistently in the
first instance.
Simon