Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] examples for RCP apps with modified p2 UI

Should this example work for feature based product as well?

1. I've checked out the "org.eclipse.equinox.p2.examples.rcp.cloud.releng"
2. I've changed the product path in build.properties.
3. Running buildProduct.xml from Eclipse workspce produces the following error:


generateFeature:
[eclipse.generateFeature] Some inter-plug-in dependencies have not
been satisfied.
[eclipse.generateFeature] Bundle org.eclipse.compare.win32:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.compare.win32_1.0.0.I20081216
[eclipse.generateFeature] Bundle org.eclipse.core.filesystem.win32.x86:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.core.filesystem.win32.x86_1.1.0.v20080604-1400
[eclipse.generateFeature] Bundle org.eclipse.core.net.win32.x86:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.core.net.win32.x86_1.0.0.I20080909
[eclipse.generateFeature] Bundle org.eclipse.core.resources.win32.x86:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.core.resources.win32.x86_3.5.0.v20081020
[eclipse.generateFeature] Bundle org.eclipse.cvs:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.cvs_1.0.100.v20090123
[eclipse.generateFeature] Bundle org.eclipse.equinox.launcher.win32.win32.x86:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090306-1900
[eclipse.generateFeature] Bundle org.eclipse.equinox.security.win32.x86:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.equinox.security.win32.x86_1.0.100.v20090306-1900
[eclipse.generateFeature] Bundle org.eclipse.jdt.apt.pluggable.core:
[eclipse.generateFeature] 	Missing Constraint:
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
[eclipse.generateFeature] 	Unsatisfied import package
org.eclipse.jdt.internal.compiler.tool_0.0.0.
[eclipse.generateFeature] 	Unsatisfied import package
org.eclipse.jdt.internal.compiler.apt.dispatch_0.0.0.
[eclipse.generateFeature] 	Unsatisfied import package
org.eclipse.jdt.internal.compiler.apt.model_0.0.0.
[eclipse.generateFeature] 	Unsatisfied import package
org.eclipse.jdt.internal.compiler.apt.util_0.0.0.
[eclipse.generateFeature] Bundle org.eclipse.jdt.compiler.apt:
[eclipse.generateFeature] 	Missing Constraint:
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
[eclipse.generateFeature] 	Unsatisfied import package
org.eclipse.jdt.internal.compiler.tool_0.0.0.
[eclipse.generateFeature] Bundle org.eclipse.jdt.compiler.tool:
[eclipse.generateFeature] 	Missing Constraint:
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
[eclipse.generateFeature] Bundle org.eclipse.swt.win32.win32.x86:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.swt.win32.win32.x86_3.5.0.v3536b
[eclipse.generateFeature] Bundle org.eclipse.team.cvs.ui:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.team.cvs.ui_3.3.200.I20090309-1300
[eclipse.generateFeature] Bundle org.eclipse.ui.win32:
[eclipse.generateFeature] Bundle org.eclipse.update.core.win32:
[eclipse.generateFeature] Bundle org.eclipse.team.cvs.core:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.team.cvs.core_3.3.200.I20090304-1015
[eclipse.generateFeature] Bundle org.eclipse.team.cvs.ssh2:
[eclipse.generateFeature] 	Another singleton version selected:
org.eclipse.team.cvs.ssh2_3.2.200.I20090126-0800

BUILD FAILED
C:\Documents and
Settings\michael\workspace\studio\org.eclipse.equinox.p2.examples.rcp.cloud.releng\buildProduct.xml:16:
The following error occurred while executing this line:
C:\eclipse\plugins\org.eclipse.pde.build_3.5.0.v20090312-1500\scripts\productBuild\productBuild.xml:26:
The following error occurred while executing this line:
C:\eclipse\plugins\org.eclipse.pde.build_3.5.0.v20090312-1500\scripts\productBuild\productBuild.xml:54:
Unable to find feature: org.eclipse.dltk.core.

org.eclipse.dltk.core presents in both: workspace and C:\eclipse\dropins folder.

What am I missing?

Thanks,
Michael


2009/3/18 Susan Franklin McCourt <susan_franklin@xxxxxxxxxx>:
> In preparation for the p2 EclipseCon tutorial, I've updated the wiki page
> that shows how to configure the p2 UI in an RCP app.
>
> There are now 5 different example apps based on RCP Mail that tweak the p2
> UI in different ways.
> Andrew N. has also provided sample releng projects for building these
> examples the proper way (using the p2.inf, etc...)
> You can find sample snippets and pointers to the examples in the CVS repo
> here:
>
> http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_RCP_Application
>
> susan
>
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev
>
>



-- 
Best regards,
Michael


Back to the top