Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » how to write a runner
how to write a runner [message #327906] Thu, 08 May 2008 01:23 Go to next message
Eclipse UserFriend
hi all,

I I made a new perspective now I would like to use the run dialog to
create a runner

it's a external runner (in fact it's just a make with lots of parameter)
with extention point I have to load to have in the 'open run dialog) a
new tab with my language, etc...ec...

and if you have some web site it's would be very cool

thanks

a+++
Re: how to write a runner [message #327907 is a reply to message #327906] Thu, 08 May 2008 04:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ronbermejo.nospamm.com

julien wrote:

> hi all,

> I I made a new perspective now I would like to use the run dialog to
> create a runner

> it's a external runner (in fact it's just a make with lots of parameter)
> with extention point I have to load to have in the 'open run dialog) a
> new tab with my language, etc...ec...

> and if you have some web site it's would be very cool

> thanks

> a+++

Hi,

If you want to just run make you don't need a new plug-in you can just use
CDT (Makefile project) or even the 'External Tools' (Program) in the run
dialog.

But if you want to add your own tabbed folders, etc you have to extend the
debug/launch framework. A good starting point would be:
http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.isv/guide/debug.htm

Are you using make as a build tool? (Build and launch/debug are 2
different things) If so, Eclipse CDT already has extensive support for
make build so maybe it would be better to just start from there.

Hope this helps,
Ron
Re: how to write a runner [message #327913 is a reply to message #327907] Thu, 08 May 2008 07:03 Go to previous messageGo to next message
Eclipse UserFriend
Ron Bermejo a écrit :
> julien wrote:
>
>> hi all,
>
>> I I made a new perspective now I would like to use the run dialog to
>> create a runner
>
>> it's a external runner (in fact it's just a make with lots of parameter)
>> with extention point I have to load to have in the 'open run dialog) a
>> new tab with my language, etc...ec...
>
>> and if you have some web site it's would be very cool
>
>> thanks
>
>> a+++
>
> Hi,
>
> If you want to just run make you don't need a new plug-in you can just
> use CDT (Makefile project) or even the 'External Tools' (Program) in the
> run dialog.
>
> But if you want to add your own tabbed folders, etc you have to extend
> the debug/launch framework. A good starting point would be:
> http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.isv/guide/debug.htm
>
>
> Are you using make as a build tool? (Build and launch/debug are 2
> different things) If so, Eclipse CDT already has extensive support for
> make build so maybe it would be better to just start from there.
>
> Hope this helps,
> Ron
>

thanks, yep this helps

a++
Re: how to write a runner [message #327915 is a reply to message #327907] Thu, 08 May 2008 07:22 Go to previous message
Eclipse UserFriend
hue, in fact that involve other question


to be simple, in a project directory, I have 5 choices

I can do

make
make make
make force
make debug
make forcedebug


What I want is in the toolbar ,I have 5 icons representing this actions

In a first time I thougth the best was 5 actions set and redirect the
output in the consol (after formating )

but After I ve just read , is it possible to use actions set (and so
have the button ) and from that , delegate the action to the laucher??




2 points, I make a plugin for a new language (with editor and so...) and
we don't wanna use the CDT or even the JDT cause we would like more
idependent as possible (long story).


thanks

a++


Ron Bermejo a écrit :
> julien wrote:
>
>> hi all,
>
>> I I made a new perspective now I would like to use the run dialog to
>> create a runner
>
>> it's a external runner (in fact it's just a make with lots of parameter)
>> with extention point I have to load to have in the 'open run dialog) a
>> new tab with my language, etc...ec...
>
>> and if you have some web site it's would be very cool
>
>> thanks
>
>> a+++
>
> Hi,
>
> If you want to just run make you don't need a new plug-in you can just
> use CDT (Makefile project) or even the 'External Tools' (Program) in the
> run dialog.
>
> But if you want to add your own tabbed folders, etc you have to extend
> the debug/launch framework. A good starting point would be:
> http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.isv/guide/debug.htm
>
>
> Are you using make as a build tool? (Build and launch/debug are 2
> different things) If so, Eclipse CDT already has extensive support for
> make build so maybe it would be better to just start from there.
>
> Hope this helps,
> Ron
>
Previous Topic:Setting size of window created by PlatformUI.getWorkbench().openWorkbenchWindow
Next Topic:SAXON in Eclipse
Goto Forum:
  


Current Time: Fri May 02 10:04:37 EDT 2025

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

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

Back to the top