Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Cannot install features into a runtime workbench

Disable this option and instead point your runtime workbench to an eclipse install that is in the desired starting state by setting the following VM properties (make sure to adjust the value of the properties)

-Declipse.p2.data.area=/Applications/eclipse/p2/
-Declipse.p2.profile=SDKProfile

HTH

On 2011-10-13, at 2:27 PM, Andrew Eisenberg wrote:

> I am working on a patch for
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=332158.  I am trying to
> reproduce the problem in a runtime workspace.  (This is the problem
> where trying to install into a Shared Install fails, but the error
> message is confusing).
> 
> For this, in my launch configuration, I have checked "Support software
> installation in the launched application".  Also, in the plug-ins tab,
> I have selected all features.
> 
> Then, when I launch the runtime workbench and go to About Eclipse ->
> Installation Details -> Installed software, the page is blank.  This
> seems to be causing feature-based installs to fail since the runtime
> workbench does not think there are any features installed.  Hence, I
> cannot reproduce this bug in a runtime workbench.
> 
> Does anyone have any suggestions?
> 
> thanks,
> Andrew
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev



Back to the top