Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] SimpleConfigurator/bundles.info not get created in the product structure

Hi Katya,

Yes, I feel the same. But however in the binary directory of the
p2-repo you will see the product related binary file being published
in to the repo. May be i'm doing something wrong while publishing the
product.

I used the p2 product publisher from commandline. I have a minimal p2
runtime to launch the productPublisher (I use tycho p2 runtime).

Here is the exact command I'm executing,

java -jar /home/maven3/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.12.0/eclipse/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
-nosplash
-application org.eclipse.equinox.p2.publisher.ProductPublisher
-metadataRepository file:/home/maven3/crbn-project/p2-profile/target/p2-repo
-artifactRepository file:/home/maven3/crbn-project/p2-profile/target/p2-repo
-productFile /home/maven3/crbn-project/p2-profile/example.product
-executables /home/maven3/installations/delta/eclipse/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart
-publishArtifacts
-configs gtk.linux.x86
-flavor tooling
-append


Thanks,
--Pradeep


Back to the top