Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Issue getting the p2 productPublisher / Director to correctly install a RCP app

It seems the build system can be made to create the product - in the case of Tycho, I wanted the eclipse-packaging target.

I still don't get how the p2 ProductPublisher is meant to work though:

On 31 July 2011 20:31, James Blackburn <jamesblackburn@xxxxxxxxx> wrote:
# Publish the product
./builder/eclipse  -nosplash -application org.eclipse.equinox.p2.publisher.ProductPublisher     \
    -artifactRepository file://`pwd`/foo_repo/ -metadataRepository file://`pwd`/foo_repo/   \
    -productFile `pwd`/com.foo/foo.product  \
    -executable delta-pack/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/ \
    -flavor tooling   -append -publishArtifacts -configs ANY
 

suggests that the above can be used to create a repo from a PDE .product file that I can use to install my app.  Is there a way of doing this?

Cheers,
James

Back to the top