Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] problems with the workspace handling in RCP/Eclipse

Nico,

the mailing lists are for the developers of the corresponding component.
Please ask questions in the newsgroups.

Having said that, you should simply remove "-data".

Dani

|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |"Nico Stieler" <Nico.Stieler@xxxxxxxxxxxxxxxxxxxxx>                                                                                               |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |<pde-dev@xxxxxxxxxxx>, <platform-dev@xxxxxxxxxxx>                                                                                                 |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |18.11.2010 09:46                                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[platform-dev] problems with the workspace handling in RCP/Eclipse                                                                                |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|





Dear Eclipse RCP people,

we are developing a product based on RCP and eclipse. We have some problems
with the workspace handling:
      ·         When starting the product the first time: it doesn’t ask
      the user to choose the workspace. Instead it takes a default
      workspace : ./workspace.
      ·         When use the function “switch workspace”, it does restart
      eclipse and add the entered workspace to the workspaces I can select
      on ”switch workspace”, but it does not switch the workspace :(

I tried a lot of things to solve this:
      ·         -data @noDefault, to force the product to ask the user for
      a workspace, but it does not work (errorlog1)
      ·         Set the workspace when the product is starting (code2) this
      is working, but it’s not a nice solution
      ·         Many other things without any positive result.

What to do?
      ·         Maybe using a different application super class or
      interface.
      ·         …

Thanks a lot,

Best regards,

Nico Stieler
 [attachment "errorlog1.log" deleted by Daniel Megert/Zurich/IBM]
[attachment "code2.txt" deleted by Daniel Megert/Zurich/IBM]
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-dev


Back to the top