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

On 1-Aug-2011, at 9:21 AM, James Blackburn wrote:
> 
> REPO=eclipse37/
> # Publish the product
> ./eclipse/eclipse  -nosplash -application org.eclipse.equinox.p2.publisher.ProductPublisher     \
>     -artifactRepository file://`pwd`/$REPO -metadataRepository file://`pwd`/$REPO \
>     -productFile `pwd`/com.broadcom.memoryutil/com.broadcom.memoryutil.core/com.broadcom.memoryutil.core.product  \
>     -executable delta-pack/features/org.eclipse.equinox.executable_3.5.0.v20110530-7P7NFUFFLWUl76mart/ \
>     -flavor tooling   -append -publishArtifacts -configs gtk.linux.x86_64

I'm fairly certain the config ordering is os.ws.arch, not ws.os.arch.

You might be interested in some p2 wrapper scripts that I've put up on

	github.com/briandealwis/p2-scripts

They don't provide protection around that error though.

Brian.

Back to the top