<div dir="ltr">Hi folks,<div><br></div><div>I just created this JIRA: <a href="https://issues.jboss.org/browse/FORGE-1425">https://issues.jboss.org/browse/FORGE-1425</a></div><div><br></div><div>As I wrote in the first email, I would like to help resolving it. I just need some guidance on where to look. George asked me to run the unit tests and I tried. However, the addon-manager tests failed and I couldn&#39;t find the reason. :(</div>
<div><br></div><div>Cheers,</div><div>Ivan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III <span dir="ltr">&lt;<a href="mailto:lincolnbaxter@gmail.com" target="_blank">lincolnbaxter@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yes, thank you for finding these issues! Looks like we know what we will be working on next few days :)</div>
<div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi <span dir="ltr">&lt;<a href="mailto:ggastald@redhat.com" target="_blank">ggastald@redhat.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>Ivan,</div><div><br></div><div>Could you open a JIRA with these issues and mark it as Blocker? We can&#39;t release 2.0.0.Final unless this is fixed.</div>

<div><br>Em 08/01/2014, às 11:18, &quot;Ivan St. Ivanov&quot; &lt;<a href="mailto:ivan.st.ivanov@gmail.com" target="_blank">ivan.st.ivanov@gmail.com</a>&gt; escreveu:<br><br></div><div><div><blockquote type="cite">
<div><div dir="ltr">Sorry, forgot to mention that this is with snapshot from December, 29th. The situation was the same with all the previous betas and alphas.</div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi <span dir="ltr">&lt;<a href="mailto:ggastald@redhat.com" target="_blank">ggastald@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>Thanks for the feedback ivan. </div><div>Are you testing against the latest snapshot? </div><div>

<br>
</div><div>Best Regards,</div><div>George</div><div><br>Em 08/01/2014, às 11:10, &quot;Ivan St. Ivanov&quot; &lt;<a href="mailto:ivan.st.ivanov@gmail.com" target="_blank">ivan.st.ivanov@gmail.com</a>&gt; escreveu:<br><br>


</div><div><div><blockquote type="cite"><div><div dir="ltr">Hi folks,<div><br></div><div>As I promised, here is a [intended-to-be] short feedback about the new Forge 2 shell. As some of you know, I use Windows (Really? OK...). So I will be very happy to help you solve the issues besides merely reporting them:</div>



<div><br></div><div>* The history doesn&#39;t work. That is, when you press up and down arrows instead of the previous commands, you get this: αH</div><div><br></div><div>* Backspace doesn&#39;t work. When I press it, the cursor just comes back to the previous position without deleting the character there. If I just write something there, the old symbol is overwritten by the new one, but at the end after pressing enter it looks like you never entered anything after pressing backspace. For example:</div>



<div>  1) I write <i>new-project --namek</i></div><div>  2) I notice the typo and press backspace</div><div>  3) k doesn&#39;t get deleted, but I overwrite it with d</div><div>  4) Then I complete my command to look like this: <i>new-project --named test</i></div>



<div><i>  </i>5) Forge&#39;s output is: <i>Project name must be specified.</i></div><div><br></div><div>* As you know on windows the full path to a file or directory is &lt;drive-letter&gt;:\&lt;dir1&gt;\&lt;dir2&gt;</div>



<div>  1) If I try to do <i>cd c:\temp\forge</i>, Forge blows with exception:</div><div><div>org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] can have no</div><div> children</div><div>        at org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract</div>



<div>FileResource.java:78)</div><div>        at org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse</div><div>r.java:232)</div><div>        at org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java</div>



<div>:71)</div><div>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div><div>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.</div><div>java:57)</div><div>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces</div>



<div>sorImpl.java:43)</div><div>        at java.lang.reflect.Method.invoke(Method.java:606)</div></div><div>  2) Somehow I noticed that I may use the paths without the drive letter, e.g. just \&lt;dir1&gt;\&lt;dir2&gt;. It is legal to do it in Windows, but thus you can&#39;t change to a directory located on a different drive. For example cd \temp\forge will change to c:\temp\forge if you are currently in c:. So I tried <i>cd \temp\forge</i>, but the result was the same [exception].<br>



</div><div>  3) If I am in the root directory (c:\) and I run <i>cd temp\forge</i>, I don&#39;t get exception, but <i>***ERROR*** tempforge\: No such file or directory</i>. The interesting thing is that I ran that command by pressing tab, i.e. counting on the command completion of the shell, which obviously works fine.<br>



</div><div><br></div><div>  I made the cd command work by just running <i>cd /temp/forge</i> (notice the forward slashes)</div><div><br></div><div><br></div><div>If you wish, I may add these observations as JIRA items, probably as children to this one: <a href="https://issues.jboss.org/browse/FORGE-1387" target="_blank">https://issues.jboss.org/browse/FORGE-1387</a>. Bear in mind that all the reported features work in Forge 1 even on Windows ;)</div>



<div><br></div><div>We can discuss these in today&#39;s meeting.</div><div><br></div><div>Cheers,</div><div>Ivan</div><div><br></div></div>
</div></blockquote></div></div><blockquote type="cite"><div><span>_______________________________________________</span><br><span>forge-dev mailing list</span><br><span><a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a></span><br>


<span><a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a></span></div></blockquote></div><br>_______________________________________________<br>



forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br></blockquote></div><br></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>forge-dev mailing list</span><br><span><a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a></span><br>

<span><a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a></span></div></blockquote></div></div></div><br>_______________________________________________<br>


forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org" target="_blank">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br>
Lincoln Baxter, III<br><a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>
&quot;Simpler is better.&quot;
</font></span></div>
<br>_______________________________________________<br>
forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br></blockquote></div><br></div>