<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Vlad,<br>
    <br>
    it seams you missed to install your brand new plugin full of
    thrilling functionality :-))<br>
    Try in forge command shell:<br>
    <br>
    [no project] $ forge source-plugin &lt;PATH_TO_YOUR_PLUGIN&gt;<br>
    ***INFO*** Invoking build with underlying build system.<br>
    <br>
    In the end you should see something like:<br>
    <br>
    ***INFO*** Installing plugin artifact.<br>
    Wrote
/home/thomas/.forge/plugins/at/tfr/test/pluginTest/1.0.0-SNAPSHOT-52e34ba6-9e54-48e4-b66a-8ac7837068d2<br>
    Wrote
/home/thomas/.forge/plugins/at/tfr/test/pluginTest/1.0.0-SNAPSHOT-52e34ba6-9e54-48e4-b66a-8ac7837068d2/pluginTest.jar<br>
    Wrote
/home/thomas/.forge/plugins/at/tfr/test/pluginTest/1.0.0-SNAPSHOT-52e34ba6-9e54-48e4-b66a-8ac7837068d2/module.xml<br>
    Wrote
/home/thomas/.forge/plugins/at/tfr/test/pluginTest/dependencies/1.0.0-SNAPSHOT-52e34ba6-9e54-48e4-b66a-8ac7837068d2<br>
    Wrote
/home/thomas/.forge/plugins/at/tfr/test/pluginTest/dependencies/1.0.0-SNAPSHOT-52e34ba6-9e54-48e4-b66a-8ac7837068d2/module.xml<br>
    <br>
    This will have installed the plugin in your FORGE_HOME (e.g.
    ~/.forge/plugins)<br>
    <br>
    To verify the installed plugins: <br>
    [no project] $ forge list-plugins<br>
    <br>
    you should see a list of plugins, on my system its currently:<br>
org.jboss.hibernate.forge.hibernate-tools-plugin:1.0.1-SNAPSHOT:1.0.1-SNAPSHOT-0f99d408-e259-45ab-95dd-393ecd64225c<br>
org.jboss.as.plugin-jboss-as7:1.0.0-SNAPSHOT:1.0.0-SNAPSHOT-d2f5d036-614d-422d-b89b-647ca473b3fa<br>
org.richfaces.forge.richfaces-forge-plugin:1.0.0-SNAPSHOT:1.0.0-SNAPSHOT-72b243a1-af25-4ae2-93c7-49d5c5bb53f4<br>
at.tfr.test.pluginTest:1.0.3-SNAPSHOT:1.0.0-SNAPSHOT-6a10f913-d0f9-4a65-9568-ab081039f053<br>
    <br>
    And finally I can use mine:<br>
    <br>
    [no project]&nbsp; $ newplugin command <br>
    Executed named command without args.<br>
    <br>
    Hope this helps,<br>
    Thomas<br>
    <br>
    Am 31.03.2012 12:54, schrieb Vlad Bogolin:
    <blockquote
cite="mid:CA+5rdcKr1A4TkyBP-1mPrR5YKPRs0x8CdDVTEoj1UqKT+ZUMiQ@mail.gmail.com"
      type="cite">Sorry about the lack of information. This are the
      commands I execute: <br>
      <br>
      [no project] vlad $ new-project --named examplePlugin
      --topLevelPackage com.example<br>
      [examplePlugin] examplePlugin $ plugins setup<br>
      [examplePlugin] examplePlugin $ plugins new-plugin --named ePlugin<br>
      and<br>
      [examplePlugin] EPlugin.java $ eplugin<br>
      ***ERROR*** No such command: eplugin<br>
      <br>
      The alias is the default alias. If i build the project I get no
      error.<br>
      Thanks,<br>
      Vlad<br>
      <br>
      <div class="gmail_quote">On Fri, Mar 30, 2012 at 7:52 PM, Lincoln
        Baxter, III <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:lincolnbaxter@gmail.com">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">Hmm... could
          you please post the command you used to create the alias?<br>
          <br>
          Always post as much information as possible when you ask
          questions :) it will help us answer. Thanks,<br>
          ~lincoln
          <div class="HOEnZb">
            <div class="h5"><br>
            </div>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>