Richard, You are the man :) I cherry-picked your patch (though you might want to re-clone from master, and force push to your repository, because it seems your repo is out of sync. Or, you can type:<br><br>    git reset HEAD^1 --hard<br>
<br>about 5 times, then<br><br>    git pull upstream master<br><br>And see if that makes a difference<br><br>(you can go back more than 5 times (as many as you need) if needed, but just guessing.) At some point re-cloning becomes easier because you don&#39;t have to keep typing ;)<br>
<br>~Lincoln<br><br><div class="gmail_quote">On Fri, Mar 2, 2012 at 2:55 AM, Richard Kennard <span dir="ltr">&lt;<a href="mailto:richard@kennardconsulting.com">richard@kennardconsulting.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 class="im"> &gt; do you think you might also be able to try this one? <a href="https://issues.jboss.org/browse/FORGE-305" target="_blank">https://issues.jboss.org/browse/FORGE-305</a><br>
<br>
</div>I had a muddle. Pull request issued.<br>
<div class="im"><br>
On 2/03/2012 4:19 AM, Lincoln Baxter, III wrote:<br>
</div><div class="im">&gt; Hey Richard,<br>
&gt;<br>
&gt; I think this is a good approach. Let&#39;s do it!<br>
&gt;<br>
&gt; As a side note, if you are good with windows shell scripting (you have to be better than I,) do you think you might also be able to try this one?<br>
&gt; <a href="https://issues.jboss.org/browse/FORGE-305" target="_blank">https://issues.jboss.org/browse/FORGE-305</a><br>
&gt;<br>
&gt; All we need is a simply test. If NOT Java Version &gt;= 6, Exit with error.<br>
&gt;<br>
&gt; If that&#39;s tricky, no worries!<br>
&gt;<br>
&gt; ~Lincoln<br>
&gt;<br>
</div><div class="im">&gt; On Wed, Feb 29, 2012 at 10:04 PM, Richard Kennard &lt;<a href="mailto:richard@kennardconsulting.com">richard@kennardconsulting.com</a> &lt;mailto:<a href="mailto:richard@kennardconsulting.com">richard@kennardconsulting.com</a>&gt;&gt; wrote:<br>

&gt;<br>
&gt;     Hi guys,<br>
&gt;<br>
&gt;     I have identified the problem with installing plugins of Windows and looking for .forge in the wrong location. It seems it has nothing to do with any<br>
&gt;     Java<br>
&gt;     code. Rather, the file bin/forge.bat contains...<br>
&gt;<br>
&gt;         if &quot;%HOME%&quot; == &quot;&quot; (set &quot;HOME=%HOMEDRIVE%%HOMEPATH%&quot;)<br>
&gt;         ...<br>
&gt;         -modulepath %HOME%\.forge\plugins<br>
&gt;<br>
&gt;     So it is using the variable %HOME% *if it is not already set*. However, there is a small, fringe project (I don&#39;t think it&#39;ll ever catch on :) called<br>
&gt;     &#39;Git&#39;<br>
&gt;     which asks you to set an environment variable called HOME too. If I change all references to %HOME% to, say, %USERHOME%...<br>
&gt;<br>
&gt;         if &quot;%USERHOME%&quot; == &quot;&quot; (set &quot;USERHOME=%HOMEDRIVE%%HOMEPATH%&quot;)<br>
&gt;         ...<br>
&gt;         -modulepath %USERHOME%\.forge\plugins<br>
&gt;<br>
&gt;     Then it works. I haven&#39;t pushed any changes in case you disagree with this approach?<br>
&gt;<br>
&gt;     Regards,<br>
&gt;<br>
&gt;     Richard.<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     forge-dev mailing list<br>
</div>&gt;     <a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a> &lt;mailto:<a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a>&gt;<br>
<div class="HOEnZb"><div class="h5">&gt;     <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Lincoln Baxter, III<br>
&gt; <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt; <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt; &quot;Keep it Simple&quot;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; forge-dev mailing list<br>
&gt; <a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.com">http://ocpsoft.com</a><br><a href="http://scrumshark.com">http://scrumshark.com</a><br>&quot;Keep it Simple&quot;<br>