Version 3

    Our GIT Repository

     

    You can checkout the errai sources with the following command:

     

    git clone https://github.com/errai/errai.git

     

    Build Process

     

    Building requires Apache Maven, and uses the following command:

     

    mvn compile

     

    After this, to build the first archetype use the following command:

     

      mvn archetype:generate \

    -DarchetypeGroupId=org.jboss.

    errai.archetypes \
    -DarchetypeArtifactId=bus-quickstart \
    -DarchetypeVersion=2.1.1.Final \
    -DarchetypeRepository=https://repository.jboss.org/nexus/content/groups/public/

    Our SVN Repository [outdated]

     

    You can checkout errai from the jboss.org repository:

     

    http://anonsvn.jboss.org/repos/errai/
    

     

    Particular Modules

     

    Errai Main Codebase (Bus, Workspace, etc)

     

    http://anonsvn.jboss.org/repos/errai/trunk
    

     

     

    Errai Sample Application (TheStore)

     

    http://anonsvn.jboss.org/repos/errai/samples/TheStore
    

     

    Commit Access

     

    If you are interested in contributing to Errai simply drop us a note.

    Committers need to replace the base URL with https://svn.jboss.org/