<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Problem solved. The path in the cheat sheet doesn't match the
quckstart path name. I will make a comment in the pull.<br>
<br>
Thanks!<br>
<br>
<div class="moz-cite-prefix">On 07/25/2013 10:02 AM, Sande Gilda
wrote:<br>
</div>
<blockquote cite="mid:51F12FE1.6040101@redhat.com" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
Hi Nick,<br>
<br>
I didn't even notice the error message in the status bar. I was
looking for errors in the "Problems" window.<br>
<br>
I have not renamed anything. I got that link from this open
quickstart pull request I need to review:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<a moz-do-not-send="true"
href="https://github.com/jboss-jdf/jboss-as-quickstart/pull/363">https://github.com/jboss-jdf/jboss-as-quickstart/pull/363</a><br>
<br>
It sounds like the cheat sheet may be referring to the artifactId
rather than the folder name. I will investigate.<br>
<br>
Thanks for the response.<br>
Sande<br>
<br>
<div class="moz-cite-prefix">On 07/25/2013 09:01 AM, Nick Boldt
wrote:<br>
</div>
<blockquote cite="mid:51F12190.2030104@redhat.com" type="cite">The
error message shown, "Cannot open the /jboss-as-kitchensink/..."
suggests that either you created the project w/ a non-standard
name, renamed it, or the cheatsheet assumes the wrong project
name. <br>
<br>
At any rate, there's a mismatch, but I'm not sure if it's user
error (you renamed something) or cheatsheet error (invalid
assumption on project path). Perhaps Snjezana can comment as to
what happened. <br>
<br>
Just out of curiosity, where are you finding links to Snjeza's
github fork? Surely the *published* content for JBDS doesn't
link to these intermediate / developer-owned resources, but to
content in <a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="https://github.com/jbosstools/">https://github.com/jbosstools/</a>
? <br>
<br>
N <br>
<br>
On 07/25/2013 08:22 AM, Sande Gilda wrote: <br>
<blockquote type="cite">I downloaded the final JDBS 7.0 GA
yesterday and am making more <br>
progress, but it's still not working as I would expect. I am
testing the <br>
kitchensink ".cheatsheet.xml" file located here: <br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://github.com/snjeza/quickstart/tree/jbide-12915/kitchensink">https://github.com/snjeza/quickstart/tree/jbide-12915/kitchensink</a>
<br>
<br>
'Click to perform' now works with no error. <br>
When I first expand a file in the cheatsheet, there are no
icons to <br>
indicate you can do anything, only blank spaces (see
'index.xhtml'). <br>
<br>
I clicked in another panel and when I clicked back in the
cheatsheet, I <br>
see icons for Click to perform and Click to skip' for the <br>
'default.xhtml' file. When I 'Click to perform', nothing
happens. I <br>
would expect it to open the file and go to the line number. Am
I using <br>
this incorrectly or expecting the wrong results? Screenshot is
below. <br>
<br>
Thanks, <br>
Sande <br>
<br>
<br>
<br>
<br>
On 07/22/2013 05:54 PM, Sande Gilda wrote: <br>
<blockquote type="cite">Thanks Snjezana and Nick! I'm relieved
to know that a JDBS upgrade <br>
will help. Now I know who to contact for help. :-) <br>
<br>
On 07/22/2013 04:52 PM, Snjezana Peco wrote: <br>
<blockquote type="cite">The <br>
org.jboss.tools.project.examples.cheatsheet.getProjectForCheatsheet
<br>
command has been introduced in JBT 4.1/JBDS 7.0. <br>
This command can't be used in JBDS 6.0.1.GA. <br>
See <a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="https://issues.jboss.org/browse/JBIDE-14333">https://issues.jboss.org/browse/JBIDE-14333</a>.
<br>
<br>
Snjeza <br>
<br>
On 7/22/2013 9:20 PM, Rodney Russ wrote: <br>
<blockquote type="cite">[adding jboss tools list -
external-exadel] <br>
<br>
------------------------------------------------------------------------
<br>
<br>
I am new to cheat sheets. I ran into issues testing
quickstart <br>
pull 363, so I decided to take a step back and look
at Max's <br>
basic cheatsheet-helloworld example. The source is
here: <br>
<a moz-do-not-send="true"
class="moz-txt-link-freetext"
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 --> <br>
Cheat Sheets. and opened the <br>
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 <br>
variable resolved - a simple way to make that happen
is to add <br>
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 <br>
perform" under the description above: <br>
<br>
<br>
<br>
I get this error: <br>
<br>
<br>
<br>
I also don't see any link under the "Open a file"
section <br>
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>
<br>
_______________________________________________ <br>
jdf-dev mailing list <br>
<a moz-do-not-send="true"
class="moz-txt-link-abbreviated"
href="mailto:jdf-dev@lists.jboss.org">jdf-dev@lists.jboss.org</a>
<br>
<a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="https://lists.jboss.org/mailman/listinfo/jdf-dev">https://lists.jboss.org/mailman/listinfo/jdf-dev</a>
<br>
<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
<br>
<br>
_______________________________________________ <br>
jdf-dev mailing list <br>
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
href="mailto:jdf-dev@lists.jboss.org">jdf-dev@lists.jboss.org</a>
<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://lists.jboss.org/mailman/listinfo/jdf-dev">https://lists.jboss.org/mailman/listinfo/jdf-dev</a>
<br>
</blockquote>
<br>
</blockquote>
<br>
</blockquote>
<br>
</blockquote>
<br>
</body>
</html>