Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Multiple Execution Utilities

Greetings,

To reuse an optionpane's value elsewhere in the workflow you can use a syntax like this:

<optionpane title="Pane Name" virtual="true"/>

Where the title is set to the title of the pane you've previously defined.  The virtual flag means this pane will not be rendered in the UI, but instead the value from the existing pane with the given title will be used.

Please let me know how this works for you and if you have any more questions.

Regards,
Wyatt

On Wed, Sep 2, 2009 at 9:44 AM, Wyatt Spear <wspear@xxxxxxxxxxxxxx> wrote:
Greetings,

Utilities in an execution step are nested into a single command.  The intent there is to support tools that take the executable as an argument., such as valgrind.  They will be nested in the order they are defined in the xml file.  If you need to run a distinct utility before the execution step you can try putting an analysis step before execution.  I haven't looked too closely at this use case yet so please let me know if you run into any trouble with it.

The group would not restrict this behaviour, but I believe it is possible for multiple utilities to get input from the same optionpane.  I will need to dig around a bit to check on the proper syntax for this and get back to you.

Regards,
Wyatt


On Tue, Sep 1, 2009 at 6:37 PM, Peng Deng <dengpeng@xxxxxxxxx> wrote:
Hello,

If there are more than one utility defined for execution, are they
executed sequentially or in parallel?

And is it possible to let two utilities (in the same "group") share
some options from the same optionpane?

Cheers,
P.D.
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user




Back to the top