<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font size="+1"><font face="Courier New, Courier, monospace">Hi,<br>
        <br>
        I tried to setup and use Forge following the documentation, but
        I found some incompatibilities of forge and the plugins,
        especially with arquillian and prettyfaces.<br>
        <br>
        Caused by: java.lang.ClassNotFoundException:
        org.jboss.shrinkwrap.descriptor.spi.Node <br>
            from [Module
        "com.ocpsoft.forge.prettyfaces-plugin:1.0.0.Alpha4" <br>
            from local module loader @5f159092 (roots:
/home/thomas/java/forge-1.0.0-SNAPSHOT/modules,/home/thomas/.forge/plugins)]<br>
        <br>
        I found that Forge is already built with shrinkwrap.version =
        1.0.0-beta-5<br>
        but prettyfaces-forge-plugin refers to forge.version =
        1.0.0.Alpha-4 which refers to an older version of shrinkwrap.<br>
        <br>
        I then tried to modify forge-test-harness to make it build with
        shrinkwrap 1.0.0.beta-5 and arquillian 1.0.0-SNAPSHOT which did
        not look too difficult. But after some refactoring it built but
        it did not work.<br>
        <br>
        I then tried to revert to forge.version 1.0.0.Alpha3 but this
        did not produce a working app on jboss-as-7.0.1.<br>
        <br>
        Somehow I seem to have reached some dead end :-/<br>
        <br>
        Could you please give a short wrap-up what the current list of
        dependencies and runtime environments are to produce a working
        application.<br>
        <br>
        Thanks and regards,<br>
        Thomas<br>
        <br>
        <br>
        <br>
      </font></font>
  </body>
</html>