The following forum message was posted by fabioz at
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4041696:
To do a run you can use:
AbstractRunner runner = UniversalRunner.getRunner(nature)
... use runner methods...
I was taking a look and the current Abstract runner doesn't
The following forum message was posted by dhaber3 at
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4041696:
Hi,
My goal is to execute a script within the context of a method and then return
the results as the result of the method. I'm not sure how that fits into the
above, bu
The following forum message was posted by fabioz at
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4041696:
Yes, but I need some more info before answering properly: is this for emulating
a regular user run (i.e.: creating a launch configuration and running it --
like just press