<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I am new to cheat sheets. I ran into issues testing quickstart pull
363, so I decided to take a step back and look at Max's basic
cheatsheet-helloworld example. The source is here:
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="https://github.com/maxandersen/cheatsheet-helloworld">https://github.com/maxandersen/cheatsheet-helloworld</a><br>
<br>
I imported his quickstart into JDBS 6.0.1 GA, went to Help -->
Cheat Sheets. and opened the cheatsheet-helloworld/cheatsheet.xml
file. <br>
<br>
The cheatsheet.xml source file contains this XML: <br>
<item<br>
skip="false"<br>
title="Welcome to this project"><br>
<description><br>
It is important to force this to be run to make the
variable resolved - a simple way to make that happen is to add an
required command as seen below.<br>
</description><br>
<command<br>
required="true"<br>
returns="currentProject"<br>
serialization="org.jboss.tools.project.examples.cheatsheet.getProjectForCheatsheet"/><br>
</item><br>
<br>
In the cheat sheet in the right pane, I clicked on the "Click to
perform" under the description above:<br>
<br>
<img src="cid:part2.03090008.06060500@redhat.com" alt=""
height="505" width="439"> <br>
<br>
I get this error:<br>
<br>
<img src="cid:part3.08090603.00000208@redhat.com" alt=""
height="277" width="787"><br>
<br>
I also don't see any link under the "Open a file" section either. I
believe there should be one based on this command:<br>
<br>
<command<br>
required="false"<br>
serialization="org.jboss.tools.project.examples.cheatsheet.openFileInEditor(path=/${currentProject}/cheatsheet.xml,fromLine=27,toLine=29)"/><br>
<br>
Does anyone have any idea what I'm doing wrong?<br>
<br>
Thanks,<br>
Sande<br>
</body>
</html>