Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Mirroring error when adding new feature

I've added a feature to an existing application and I'm getting a strange error in the p2.mirroring step.

BUILD FAILED
C:\eclipse\plugins\org.eclipse.pde.build_3.6.2.R36x_20110203\scripts\productBuild\productBuild.xml:4 4: The following error occurred while executing this line: C:\eclipse\plugins\org.eclipse.pde.build_3.6.2.R36x_20110203\scripts\build.xml:118: The following er ror occurred while executing this line: C:\eclipse\plugins\org.eclipse.pde.build_3.6.2.R36x_20110203\templates\headless-build\customTargets. xml:12: The following error occurred while executing this line: C:\eclipse\plugins\org.eclipse.pde.build_3.6.2.R36x_20110203\scripts\productBuild\allElements.xml:20 : The following error occurred while executing this line: C:\eclipse\plugins\org.eclipse.pde.build_3.6.2.R36x_20110203\scripts\genericTargets.xml:186: The fol lowing error occurred while executing this line: C:\installer\checkout\assemble.org.eclipse.pde.build.container.feature.all.xml:25: The following e rror occurred while executing this line: C:\installer\checkout\assemble.org.eclipse.pde.build.container.feature.all.xml:15: The following e rror occurred while executing this line: C:\eclipse\plugins\org.eclipse.pde.build_3.6.2.R36x_20110203\scripts\productBuild\allElements.xml:35 : The following error occurred while executing this line: C:\installer\checkout\assemble.org.eclipse.pde.build.container.feature.p2.xml:38: The following er ror occurred while executing this line: C:\installer\checkout\assemble.org.eclipse.pde.build.container.feature.p2.xml:289: Messages while mirroring artifact descriptors. Artifact not found: canonical: osgi.bundle,com.target.runtimeinstall.action,1.3.0.201109151447.

The problem is that com.target.runtimeinstall.action with the 1.3.0.201109151447 qualifier doesn't exist, the qualifier should be 201109171546.

I've tried turning off mirroring by adding p2.skipMirroring=true to my build.properties file, I've tried adding p2.mirror.ignoreErrors=true and neither of them seems to have any effect whatsoever.

I've scoured the docs and the examples on the web and I haven't found anything useful yet. Any help would be greatly appreciated.

Thanks

Deric.



Back to the top