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 <[email protected]> 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
>
>

http://wiki.eclipse.org/Equinox/p2/Publisher
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
_______________________________________________
p2-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/p2-dev

Reply via email to