Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Don't atomatically start browser - run configuration for Rap Apps
Don't atomatically start browser - run configuration for Rap Apps [message #108464] Tue, 07 October 2008 08:51 Go to next message
NkD Missing name is currently offline NkD Missing nameFriend
Messages: 61
Registered: July 2009
Member
Hi,

I need from you add new choice to run configuration dialog in Eclipse
IDE (section RAP application, group browser): "Don't automatically start
browser".

I can not allow start browser to Eclipse IDE, because my project is a
litle bit bigger and Eclipse IDE start browser and requesting RAP in
time when my project isn't started complete (Missed some spring module
OSGi service registrations). Browser request in this time failure.

Now I have set browser in Eclipse IDE to piontless place and Eclipse
IDE, when want open browser only raise message box about "cannot open
browser" . I start browser manually later, when project is completely
started. This my workaround.

But now, I start use Eclipse IDE Mylyn, and Mylyn work with same
configuration of browser in Eclipse IDE which I have set to pointless
place.... it is problem for me.
Re: Don't atomatically start browser - run configuration for Rap Apps [message #108478 is a reply to message #108464] Tue, 07 October 2008 08:59 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 237
Registered: July 2009
Senior Member
Hi,

there is already an open request for this:

234994: [Launcher] Add option to omit starting the application in a browser
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234994

Greets
Benny

Michal NkD Nikodím wrote:
> Hi,
>
> I need from you add new choice to run configuration dialog in Eclipse
> IDE (section RAP application, group browser): "Don't automatically start
> browser".
>
> I can not allow start browser to Eclipse IDE, because my project is a
> litle bit bigger and Eclipse IDE start browser and requesting RAP in
> time when my project isn't started complete (Missed some spring module
> OSGi service registrations). Browser request in this time failure.
>
> Now I have set browser in Eclipse IDE to piontless place and Eclipse
> IDE, when want open browser only raise message box about "cannot open
> browser" . I start browser manually later, when project is completely
> started. This my workaround.
>
> But now, I start use Eclipse IDE Mylyn, and Mylyn work with same
> configuration of browser in Eclipse IDE which I have set to pointless
> place.... it is problem for me.
Re: Don't atomatically start browser - run configuration for Rap Apps [message #108494 is a reply to message #108478] Tue, 07 October 2008 09:36 Go to previous messageGo to next message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi,

Looks very good, but how do I use this?

Roland


Benjamin Muskalla schrieb:
> Hi,
>
> there is already an open request for this:
>
> 234994: [Launcher] Add option to omit starting the application in a browser
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=234994
>
> Greets
> Benny
>
> Michal NkD Nikodím wrote:
>> Hi,
>>
>> I need from you add new choice to run configuration dialog in Eclipse
>> IDE (section RAP application, group browser): "Don't automatically
>> start browser".
>>
>> I can not allow start browser to Eclipse IDE, because my project is a
>> litle bit bigger and Eclipse IDE start browser and requesting RAP in
>> time when my project isn't started complete (Missed some spring module
>> OSGi service registrations). Browser request in this time failure.
>>
>> Now I have set browser in Eclipse IDE to piontless place and Eclipse
>> IDE, when want open browser only raise message box about "cannot open
>> browser" . I start browser manually later, when project is completely
>> started. This my workaround.
>>
>> But now, I start use Eclipse IDE Mylyn, and Mylyn work with same
>> configuration of browser in Eclipse IDE which I have set to pointless
>> place.... it is problem for me.
Re: Don't atomatically start browser - run configuration for Rap Apps [message #108584 is a reply to message #108478] Tue, 07 October 2008 12:18 Go to previous messageGo to next message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi, me again.

I got it.

Roland

Benjamin Muskalla schrieb:
> Hi,
>
> there is already an open request for this:
>
> 234994: [Launcher] Add option to omit starting the application in a browser
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=234994
>
> Greets
> Benny
>
> Michal NkD Nikodím wrote:
>> Hi,
>>
>> I need from you add new choice to run configuration dialog in Eclipse
>> IDE (section RAP application, group browser): "Don't automatically
>> start browser".
>>
>> I can not allow start browser to Eclipse IDE, because my project is a
>> litle bit bigger and Eclipse IDE start browser and requesting RAP in
>> time when my project isn't started complete (Missed some spring module
>> OSGi service registrations). Browser request in this time failure.
>>
>> Now I have set browser in Eclipse IDE to piontless place and Eclipse
>> IDE, when want open browser only raise message box about "cannot open
>> browser" . I start browser manually later, when project is completely
>> started. This my workaround.
>>
>> But now, I start use Eclipse IDE Mylyn, and Mylyn work with same
>> configuration of browser in Eclipse IDE which I have set to pointless
>> place.... it is problem for me.
Re: Don't atomatically start browser - run configuration for Rap Apps [message #108694 is a reply to message #108584] Wed, 08 October 2008 10:29 Go to previous messageGo to next message
NkD Missing name is currently offline NkD Missing nameFriend
Messages: 61
Registered: July 2009
Member
Many thaks. Can I download somewhere new version of RAP SDK (maybe only
launcher) and use it ?

I tried download rap.ui.launcher from eclipse tehnology CVS and repleace
it in eclipse IDE plugin directory, but it didn't work.


Roland Siebert wrote:
> Hi, me again.
>
> I got it.
>
> Roland
>
> Benjamin Muskalla schrieb:
>> Hi,
>>
>> there is already an open request for this:
>>
>> 234994: [Launcher] Add option to omit starting the application in a
>> browser
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=234994
>>
>> Greets
>> Benny
>>
>> Michal NkD Nikodím wrote:
>>> Hi,
>>>
>>> I need from you add new choice to run configuration dialog in Eclipse
>>> IDE (section RAP application, group browser): "Don't automatically
>>> start browser".
>>>
>>> I can not allow start browser to Eclipse IDE, because my project is a
>>> litle bit bigger and Eclipse IDE start browser and requesting RAP in
>>> time when my project isn't started complete (Missed some spring
>>> module OSGi service registrations). Browser request in this time
>>> failure.
>>>
>>> Now I have set browser in Eclipse IDE to piontless place and Eclipse
>>> IDE, when want open browser only raise message box about "cannot open
>>> browser" . I start browser manually later, when project is completely
>>> started. This my workaround.
>>>
>>> But now, I start use Eclipse IDE Mylyn, and Mylyn work with same
>>> configuration of browser in Eclipse IDE which I have set to pointless
>>> place.... it is problem for me.
Re: Don't atomatically start browser - run configuration for Rap Apps [message #108708 is a reply to message #108694] Wed, 08 October 2008 10:45 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 237
Registered: July 2009
Senior Member
Hi Michal,

the patch is not yet integrated into the current development stream (bug
is still open). What you could do is to check out the launcher project
from CVS, apply the patch and deploy it as plugin to use it in your
eclipse enviroment.

Greets
Benny

Michal NkD Nikodím wrote:
> Many thaks. Can I download somewhere new version of RAP SDK (maybe only
> launcher) and use it ?
>
> I tried download rap.ui.launcher from eclipse tehnology CVS and repleace
> it in eclipse IDE plugin directory, but it didn't work.
>
>
> Roland Siebert wrote:
>> Hi, me again.
>>
>> I got it.
>>
>> Roland
>>
>> Benjamin Muskalla schrieb:
>>> Hi,
>>>
>>> there is already an open request for this:
>>>
>>> 234994: [Launcher] Add option to omit starting the application in a
>>> browser
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=234994
>>>
>>> Greets
>>> Benny
>>>
>>> Michal NkD Nikodím wrote:
>>>> Hi,
>>>>
>>>> I need from you add new choice to run configuration dialog in
>>>> Eclipse IDE (section RAP application, group browser): "Don't
>>>> automatically start browser".
>>>>
>>>> I can not allow start browser to Eclipse IDE, because my project is
>>>> a litle bit bigger and Eclipse IDE start browser and requesting RAP
>>>> in time when my project isn't started complete (Missed some spring
>>>> module OSGi service registrations). Browser request in this time
>>>> failure.
>>>>
>>>> Now I have set browser in Eclipse IDE to piontless place and Eclipse
>>>> IDE, when want open browser only raise message box about "cannot
>>>> open browser" . I start browser manually later, when project is
>>>> completely started. This my workaround.
>>>>
>>>> But now, I start use Eclipse IDE Mylyn, and Mylyn work with same
>>>> configuration of browser in Eclipse IDE which I have set to
>>>> pointless place.... it is problem for me.
Re: Don't atomatically start browser - run configuration for Rap Apps [message #108802 is a reply to message #108708] Thu, 09 October 2008 06:30 Go to previous message
NkD Missing name is currently offline NkD Missing nameFriend
Messages: 61
Registered: July 2009
Member
This is a multi-part message in MIME format.
--------------080506040001010209080109
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 8bit

Hi all,

I prepare patched version of rap.ui.launcher and it's work. Many many
thanks.

Patched version in attachment.

NkD

Benjamin Muskalla napsal(a):
> Hi Michal,
>
> the patch is not yet integrated into the current development stream (bug
> is still open). What you could do is to check out the launcher project
> from CVS, apply the patch and deploy it as plugin to use it in your
> eclipse enviroment.
>
> Greets
> Benny
>
> Michal NkD Nikod
Previous Topic:MenuDetect Event
Next Topic:Using BIRT in RAP application
Goto Forum:
  


Current Time: Wed Apr 24 22:41:20 GMT 2024

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

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

Back to the top