Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Director issue

I finally got through my generator issue.  I can now generate the meta data for my eclipse application.

Now I am trying to run the p2 director to create the p2 directory under my application.

I am using the eclipse 3.5 director to run this.

here is the error:
[java] !ENTRY org.eclipse.equinox.p2.director 4 1 2009-09-02 14:02:27.123
        [java]      [java] !MESSAGE Cannot complete the install because one or more required items could not be found.
        [java]      [java] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-09-02 14:02:27.123
[java] [java] !MESSAGE Software being installed: com.ddci.openarbor.application.product 3.4.2.v200909021350 (com.ddci.openarbor.application.product 3.4.2.v200909021350)
        [java]      [java] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-09-02 14:02:27.123
[java] [java] !MESSAGE Missing requirement: toolingorg.eclipse.equinox.simpleconfigurator 1.0.0.v20080604 requires 'bundle org.eclipse.equinox.simpleconfigurator 1.0.0.v20080604' but it could not be found
        [java]      [java] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 1 2009-09-02 14:02:27.123
        [java]      [java] !MESSAGE Cannot satisfy dependency:
        [java]      [java] !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2009-09-02 14:02:27.123
[java] [java] !MESSAGE From: com.ddci.openarbor.application.product 3.4.2.v200909021350 (com.ddci.openarbor.application.product 3.4.2.v200909021350)
        [java]      [java] !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2009-09-02 14:02:27.123
        [java]      [java] !MESSAGE To: toolingorg.eclipse.equinox.simpleconfigurator [1.0.0.v20080604]

notice the toolingorg.eclipse.equinox.simpleconfigurator reference in the code.

where does the tooling come from.  That would explain why the code can not find the plugin.

here is the command that is executed in Ant:
        [java] Execute:Java13CommandLauncher: Executing 'C:\Program Files\Java\jre6\bin\java.exe' with arguments:
        [java] '-jar'
        [java] 'f:\build\openArbor\temp\eclipse35\eclipse\plugins\org.eclipse.equinox.launcher_1.0.200.v20090520.jar'
        [java] '-data'
        [java] 'f:\build\openArbor\temp\eclipse.build\result\workspace-director'
        [java] '-application'
        [java] 'org.eclipse.equinox.p2.director.app.application'
        [java] '-nosplash'
        [java] '--launcher.suppressErrors'
        [java] '-consoleLog'
        [java] '-installIU'
        [java] 'com.ddci.openarbor.application.product'
        [java] '-version'
        [java] '3.4.2.v200909021350'
        [java] '-p2.os'
        [java] 'win32'
        [java] '-p2.ws'
        [java] 'win32'
        [java] '-p2.arch'
        [java] 'x86'
        [java] '-roaming'
        [java] '-profile'
        [java] 'OpenArborProfile'
        [java] '-metadataRepository'
        [java] 'file:/f:/build/openArbor/temp/repo/'
        [java] '-artifactRepository'
        [java] 'file:/f:/build/openArbor/temp/repo/'
        [java] '-destination'
        [java] 'f:/build/openArbor/temp/eclipse.build/result/tmp/eclipse'
        [java] '-bundlepool'
        [java] 'f:/build/openArbor/temp/eclipse.build/result/tmp/eclipse'
        [java] '-vmargs'
        [java] '-Declipse.p2.data.area=f:/build/openArbor/temp/eclipse.build/result/tmp/eclipse/p2'
        [java] The ' characters around the executable and arguments are


any help would be great
--
Mark Russell
Build Master
Instantiations, Inc.
+1 724-368-3331 (land line)
http://www.instantiations.com


Back to the top