[kepler-dev] [Bug 5194] demos are difficult to find

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Jul 11 15:46:26 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5194

--- Comment #3 from Daniel Crawl <crawl at sdsc.edu> 2012-07-11 15:46:26 PDT ---
I agree that getting the hyperlinks working again for the demos would be good.
The difficulty is that the demos listed on the Help->Kepler Documentation page
reside in the outreach module whose path in the file system changes based on
the module version.

The path to the outreach module's workflows can be accessed via the java
property "outreach.workflowdir". One solution is to update
ptolemy.actor.gui.HTMLViewer to handle links with java properties. For example,
the path could be expressed using the expression language:

<a href="ptexpr:property('outreach.workflowdir') +
\"demos/getting-started/04-HelloWorld.xml\"">

To do this, HTMLViewer would use the Ptolemy expression language to parse links
beginning with ptexpr. What do you think, Christopher?

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Kepler-dev mailing list