Version 4

    Building JBoss AOP from CVS.

     

    JBoss AOP is hosted here at JBoss.  Click here to see how to access JBoss CVS.

     

    JBoss AOP 2.0

    Current CVS head is JBoss AOP 2.0.  To build from CVS:

     

    $ cvs checkout jboss-head
    $ cd jboss-head/build
    $ build.sh (build.bat on windows)
    

     

    The AOP code is in jboss-head/aop and jboss-head/aspects.

     

    JBoss AOP 1.5

    To build JBoss AOP 1.5

    $ cvs checkout -r Branch_AOP_1_5 jboss-head
    $ cd jboss-head/build
    $ build.sh (build.bat on windows)
    

    The jboss-head/aop directory of the branch is tagged with JBoss_AOP_1_5_0 etc. for each point release on the branch.

     

    The aspects shipping with each AOP release are from the JBoss 4.0 branch, to obtain a particular version:

    $ cvs checkout -r Branch_4_0 jboss-4.0.x
    $ cd jboss-4.0.x/build
    $ build.sh (build.bat on windows)
    

    The jboss-4.0.x/aspects directory of the branch is tagged with JBOSS_ASPECTS_1_5_0 (for the JBoss AOP 1.5.0 release) etc. for each point release

     

    JBoss AOP 1.1

    To build JBoss AOP 1.1

     

    $ cvs checkout -r Branch_AOP_1_1 jboss-head
    $ cd jboss-head/build
    $ build.sh (build.bat on windows)