[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Some maven updates
pgier
do-not-reply at jboss.com
Fri Sep 19 18:19:20 EDT 2008
Here is a summary of the changes to the aop build so far.
The aop module is now built with maven, so running "mvn install" from the aop module directory will run this part of the build. Running the tests can still be done with "ant -f build-tests-jdk50.xml tests" after the maven build is run. It looks like ant is compiling the tests twice, is this intentional?
The combined aop build can be run from the build directory can still be run using build.sh or build.bat.
To compile the JRockit stuff you have to pass JROCKIT_HOME to maven. This can be done in the aop directory using
mvn install -DJROCKIT_HOME=/path/to/jrockit
or from the main build directory
./build.sh -Dbuild.maven.opts=-DJROCKIT_HOME=/path/to/jrockit
I'm planning to move the asintegration and aspects modules to maven on Monday. That will allow the entire build (except for the testsuite) to be run from the root directory using "mvn install".
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177760#4177760
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177760
More information about the jboss-dev-forums
mailing list