Skip to main content



      Home
Home » Eclipse Projects » Oomph » No workspace created when "skip project selection" is used
No workspace created when "skip project selection" is used [message #1412877] Wed, 27 August 2014 05:19 Go to next message
Eclipse UserFriend
I tried to deploy a simple Eclipse DSL tools product without any project and wanted to add some setup items into its installation.setup. However, it seems that Ooomph did not store the workspace location in the user.setup and this causes problems. In addition, performing the setup tasks manually from Eclipse throws some errors:

java.lang.NullPointerException
 at org.eclipse.oomph.setup.ui.wizards.ConfirmationPage.enterPage(ConfirmationPage.java:247)
 at org.eclipse.oomph.setup.ui.wizards.SetupWizard.pageChanged(SetupWizard.java:263)


Is using no project a supported usage or should I create a very basic (single-stream, empty) project and use that instead?
Re: No workspace created when "skip project selection" is used [message #1412908 is a reply to message #1412877] Wed, 27 August 2014 06:38 Go to previous messageGo to next message
Eclipse UserFriend
Am 27.08.2014 um 11:19 schrieb Abel Hegedus:
> I tried to deploy a simple Eclipse DSL tools product without any project and wanted to add some setup items into its
> installation.setup. However, it seems that Ooomph did not store the workspace location in the user.setup and this
> causes problems. In addition, performing the setup tasks manually from Eclipse throws some errors:
>
>
> java.lang.NullPointerException
> at org.eclipse.oomph.setup.ui.wizards.ConfirmationPage.enterPage(ConfirmationPage.java:247)
> at org.eclipse.oomph.setup.ui.wizards.SetupWizard.pageChanged(SetupWizard.java:263)
>
>
> Is using no project a supported usage or should I create a very basic (single-stream, empty) project and use that
> instead?
If the user selects no project (i.e. skip selection) the installer assumes that the chosen product contains a
WorkspaceTask. But that isn't always the case, especially with none of the Eclipse.org products. I guess we should check
that more carefully and disable the "skip" checkbox accordingly. Please submit a bugzilla.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Re: No workspace created when "skip project selection" is used [message #1412948 is a reply to message #1412908] Wed, 27 August 2014 08:09 Go to previous messageGo to next message
Eclipse UserFriend
The fix is committed for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=442697. I'll promote a
build shortly.

On 27/08/2014 12:38 PM, Eike Stepper wrote:
> Am 27.08.2014 um 11:19 schrieb Abel Hegedus:
>> I tried to deploy a simple Eclipse DSL tools product without any
>> project and wanted to add some setup items into its
>> installation.setup. However, it seems that Ooomph did not store the
>> workspace location in the user.setup and this causes problems. In
>> addition, performing the setup tasks manually from Eclipse throws
>> some errors:
>>
>>
>> java.lang.NullPointerException
>> at
>> org.eclipse.oomph.setup.ui.wizards.ConfirmationPage.enterPage(ConfirmationPage.java:247)
>> at
>> org.eclipse.oomph.setup.ui.wizards.SetupWizard.pageChanged(SetupWizard.java:263)
>>
>>
>> Is using no project a supported usage or should I create a very basic
>> (single-stream, empty) project and use that instead?
> If the user selects no project (i.e. skip selection) the installer
> assumes that the chosen product contains a WorkspaceTask. But that
> isn't always the case, especially with none of the Eclipse.org
> products. I guess we should check that more carefully and disable the
> "skip" checkbox accordingly. Please submit a bugzilla.
>
> Cheers
> /Eike
>
> ----
> http://www.esc-net.de
> http://thegordian.blogspot.com
> http://twitter.com/eikestepper
>
>
>
Re: No workspace created when "skip project selection" is used [message #1412985 is a reply to message #1412948] Wed, 27 August 2014 09:53 Go to previous message
Eclipse UserFriend
Thanks for the answer and the fix!
Previous Topic:P2: CheckTrust -Workbench has not been created yet
Next Topic:Problems cloning oomph under windows
Goto Forum:
  


Current Time: Fri Jul 18 07:47:22 EDT 2025

Powered by FUDForum. Page generated in 0.27540 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top