Community
Participate
Working Groups
When trying to resolve source bundles for some bundles in my target platform using the p2 update site at: http://download.eclipse.org/modeling/emft/mwe/updates/nightly I discovered that some sources are present in the p2 meta-data but the actual artifacts seems to be missing. I get these errors when trying to download: Artifact not found: osgi.bundle,org.eclipse.emf.mwe2.launch.source,2.0.0.v201103031425. Artifact not found: osgi.bundle,org.eclipse.emf.mwe2.language.source,2.0.0.v201103031425. Artifact not found: osgi.bundle,org.eclipse.emf.mwe2.language.ui.source,2.0.0.v201103031425.
Hello Thomas, updates/nightly points to <child location='mwe2lang'/> The corresponding artifacts.jar currently contains : <artifact classifier='osgi.bundle' id='org.eclipse.emf.mwe2.language.source' version='2.0.0.v201103041820'> <properties size='3'> which is physicaly present in updates/nightly/mwe2lang/plugins Maybe you tried to resolve bundles during promotion at 23:29 ? Please try agian and let me know if it works. Regards, Dennis. (In reply to comment #0) > When trying to resolve source bundles for some bundles in my target platform > using the p2 update site at: > > http://download.eclipse.org/modeling/emft/mwe/updates/nightly > > I discovered that some sources are present in the p2 meta-data but the actual > artifacts seems to be missing. I get these errors when trying to download: > > Artifact not found: > osgi.bundle,org.eclipse.emf.mwe2.launch.source,2.0.0.v201103031425. > Artifact not found: > osgi.bundle,org.eclipse.emf.mwe2.language.source,2.0.0.v201103031425. > Artifact not found: > osgi.bundle,org.eclipse.emf.mwe2.language.ui.source,2.0.0.v201103031425.
(In reply to comment #1) > Maybe you tried to resolve bundles during promotion at 23:29 ? > That must have been it. My problems were related to version '2.0.0.v201103031425' which I guess no longer exists. I managed to find them though so it must have been just before the redeploy happened. Then when I attempted the download, it had been swapped for version '2.0.0.v201103041820'. I actually retried with no success at first. It wasn't until I removed the p2 cache that I managed to get it working. Anyway, sorry for the buzz.