<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,&nbsp; went to Help --&gt;
    Cheat Sheets. and opened the cheatsheet-helloworld/cheatsheet.xml
    file. <br>
    <br>
    The cheatsheet.xml source file contains this XML: <br>
    &nbsp;&nbsp;&nbsp; &lt;item<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; skip="false"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; title="Welcome to this project"&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/description&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;command<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; required="true"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; returns="currentProject"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
serialization="org.jboss.tools.project.examples.cheatsheet.getProjectForCheatsheet"/&gt;<br>
    &nbsp;&nbsp; &lt;/item&gt;<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>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;command<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; required="false"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
serialization="org.jboss.tools.project.examples.cheatsheet.openFileInEditor(path=/${currentProject}/cheatsheet.xml,fromLine=27,toLine=29)"/&gt;<br>
    <br>
    Does anyone have any idea what I'm doing wrong?<br>
    <br>
    Thanks,<br>
    Sande<br>
  </body>
</html>