Community
Participate
Working Groups
towards the end of M7, the "capability bundles" and jee intro contributed by wtp were found to have bad signatures that prevented them from being included. While they were re-built with correct signatures, I did not think to change the qualifier (did not retag) so the ones that already existed were mirrored, or cached, so new ones did not "take". I have re-tagged so the new, resigned ones will be picked up. Can we try re-adding them again?
Created attachment 167841 [details] uncommented capabilty bundles
Still a problem... see errors in https://build.eclipse.org/hudson/job/epp-repository-build-helios/104/console - need more time to investigate. I am going to remove the bundles again, because I need to see whether my other changes today are working as expected. [java] ERROR: org.eclipse.core.runtime.CoreException: /opt/public/technology/epp/epp_repo/helios/epp.build/tools/buckminster/configuration/org.eclipse.osgi/bundles/21/1/.cp/org/eclipse/buckminster/pde/antscripts/build.xml:217: org.eclipse.core.runtime.CoreException: Unable to read /shared/technology/epp/epp_repo/helios/epp.build/buildresult/org.eclipse.wtp.epp.package.capabilities_1.3.0-osgi.bundle/jar/org.eclipse.wtp.epp.package.capabilities_1.3.0.v201005102000.jar [java] org.eclipse.core.runtime.CoreException: /opt/public/technology/epp/epp_repo/helios/epp.build/tools/buckminster/configuration/org.eclipse.osgi/bundles/21/1/.cp/org/eclipse/buckminster/pde/antscripts/build.xml:217: org.eclipse.core.runtime.CoreException: Unable to read /shared/technology/epp/epp_repo/helios/epp.build/buildresult/org.eclipse.wtp.epp.package.capabilities_1.3.0-osgi.bundle/jar/org.eclipse.wtp.epp.package.capabilities_1.3.0.v201005102000.jar
There are so many problem in that log, I can't help but think you are not getting (or pointing to) a good repository?
I think I have tracked down the problem - at least I have a theory: * The capabilities are referenced as bundles that are included in the main JEE root feature (and not as 'required feature') * Therefore the EPP repository build tries to build them, whereas they should be in the target platform I will modify the EPP build (i.e. the build of the target platform) later today. Would be cool to get this done before RC1.
fixed in Helios