Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] ETFw/PTFw

I'm trying to follow the docs on

http://wiki.eclipse.org/PTP/ETFw/PTP_External_Tools_Framework

I have PTP analysis framework installed.

I go to Window > Preferences > Parallel Tools > Performance Tools

and I try to load an xml file. I tried the one on the wiki page, and I tried
<?xml version="1.0" encoding="UTF-8"?>
<toolset.01>
<tool name="echo">
<execute>
<utility command="echo">
<argument value="hello" />
<argument value="world" />
</utility>
</execute>
</tool>
</toolset.01>

Regardless of which xml I choose, nothing happens when I hit "Apply" or "OK" and no output is generated to the screen or to the log. What am I doing wrong?

Cheers,
Steve


Back to the top