Version 18

    If you want to use eclipse, see: UsingEclipse

     

    Recently the Portal codebase was moved over to a Subversion repository:

     

     

     

    The repository contains:

    • archives - copy of the now read-only CVS repository

    • tags - all JBoss Portal tags

    • branches - all JBoss Portal branches

    • docs - the documentation repository, further divided into tags, branches

    • modules - the modularized services

     

    Note that the main trunk activity is done today in the latest branch which is JBoss_Portal_Branch_2_7 and also in the different trunk of the new modules. The development of JBoss Portal has been split between modules and the portal branches. The modules contains the different services consumed by the portal branches and the portal branch is an integration of the different modules to create the JBoss Portal product.

     

    The modules directory of the repository contains the different modules of JBoss Portal:

     

    • common - the common module

    • web - the web SPI module

    • identity - the identity module

    • portlet - the portlet container module

     

    Each module has a similar structure:

     

    • trunk - the latest version

    • branches - the module branches

    • tags - the module tags

     

    If you'd like to checkout specific branch or tag, do:

     

     

     

    TAGS

     

    svn co https://svn.jboss.org/repos/portal/tags/tag_you_want or

     

    svn co http://anonsvn.jboss.org/repos/portal/tags/tag_you_want

     

     

    You can find all the available tags at http://anonsvn.jboss.org/repos/portal/tags where each directory represents a tag.

     

    BRANCHES

     

    svn co https://svn.jboss.org/repos/portal/branches/branch_you_want or

     

    svn co http://anonsvn.jboss.org/repos/portal/branches/branch_you_want

    Available Branches:

    • JBoss_Portal_Branch_2_0/

    • JBoss_Portal_Branch_2_2/

    • JBoss_Portal_Branch_2_4/

    • JBoss_Portal_Branch_2_6/

    • JBoss_Portal_Branch_2_7/

     

    If you'd like to checkout specific module, do:

     

     

     

    TAGS

     

    svn co https://svn.jboss.org/repos/portal/modules/module_you_want/tags/tag_you_want or

     

    svn co http://anonsvn.jboss.org/repos/portal/modules/module_you_want/tags/tag_you_want

     

     

    You can find all the available tags at http://anonsvn.jboss.org/repos/portal/modules/module_you_want/tags where each directory represents a tag.

     

    BRANCHES

     

    svn co https://svn.jboss.org/repos/portal/modules/module_you_want/branches/branch_you_want or

     

    svn co http://anonsvn.jboss.org/repos/portal/modules/module_you_want/branches/branch_you_want

     

    You can find all the available branches at http://anonsvn.jboss.org/repos/portal/modules/module_you_want/branches where each directory represents a tag.

     

    To checkout docs:

     

     

     

    TAGS

     

    svn co https://svn.jboss.org/repos/portal/docs/tags/tag_you_want or

     

    svn co http://anonsvn.jboss.org/repos/portal/docs/tags/tag_you_want

     

    BRANCHES

     

    svn co https://svn.jboss.org/repos/portal/docs/branches/branch_you_want or

     

    svn co http://anonsvn.jboss.org/repos/portal/docs/branches/branch_you_want