Hey there, <br><br>You&#39;re not crazy. There were actually a few bugs in Beta5 that caused this issue:<br><br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<a href="https://issues.jboss.org/browse/FORGE-423">https://issues.jboss.org/browse/FORGE-423</a><br></blockquote><div><br>So until CR1 comes out, you can just get a SNAPSHOT of forge and it should work from the HEAD of plugins.<br>
<br>Does this answer your question?<br>~Lincoln <br></div><br><br><br><div class="gmail_quote">On Tue, Jan 17, 2012 at 5:42 PM, Thomas Frühbeck <span dir="ltr">&lt;<a href="mailto:fruehbeck@aon.at">fruehbeck@aon.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <font size="+1"><font face="Courier New, Courier, monospace">Hi,<br>
        <br>
        when I tried to load plugins I downloaded from github and
        compiled by &quot;forge source-plugin&quot; I could not load them.<br>
        I found that the API-version string of the plugins did not
        contain &quot;SNAPSHOT&quot; and a ConcurrentModificationException was
        thrown in Bootstrap class.<br>
        <br>
        So I (pragmatically though) changed the lines starting from 174+
        to:<br>
        <br>
      </font></font>
    
    thomas@happy:~/java/git/forge&gt; git difftool -y -t ctxdiff
    shell/src/main/java/org/jboss/forge/shell/Bootstrap.java<br>
    26a27<br>
    &gt; import java.util.Iterator;<br>
    173,179c174,181<br>
    &lt;             for (PluginEntry pluginEntry : incompatible) {<br>
    &lt;                if
    (pluginEntry.getApiVersion().contains(&quot;SNAPSHOT&quot;))<br>
    &lt;                {<br>
    &lt;                   toLoad.add(pluginEntry);<br>
    &lt;                   incompatible.remove(pluginEntry);<br>
    &lt;                }<br>
    &lt;             }<br>
    ---<br>
    &gt;              Iterator&lt;PluginEntry&gt; incompIter =
    incompatible.iterator();<br>
    &gt;              while (incompIter.hasNext()) {<br>
    &gt;                  PluginEntry pluginEntry = incompIter.next();<br>
    &gt;                  if
    (pluginEntry.getApiVersion().contains(&quot;SNAPSHOT&quot;) ||
    pluginEntry.getSlot().contains(&quot;SNAPSHOT&quot;)) {<br>
    &gt;                      toLoad.add(pluginEntry);<br>
    &gt;                      incompIter.remove();<br>
    &gt;                  }<br>
    &gt;              }<br>
    <br>
    <big>Silly?<br>
      How should &quot;forge source-plugin&quot; work with plugins coming from
      HEAD?</big><br>
    <br>
    Comments appreciated,<br>
    Thomas<br>
  </div>

<br>_______________________________________________<br>
forge-users mailing list<br>
<a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-users" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-users</a><br>
<br></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>