[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JORAM Tests on integration testsuite

rachmatowicz@jboss.com do-not-reply at jboss.com
Thu Feb 1 15:55:07 EST 2007


Fellows

I got a build of the jar. here is what I did (outside of Eclipse).

1. check out jboss-head
2. cd jboss-head
3. check out joramtests (you should now have jboss-head/joramtests/build.xml) with no intervening subdirectory
4. go into joramtests/build.xml and update a few of the ant classpaths (trailing > removed)

<path id="library.classpath"
  <path refid="junit.junit.classpath"/
  <path refid="apache.log4j.classpath"/
  <path refid="apache.commons.classpath"/               (added)
  <path refid="oswego.concurrent.classpath"/
</path

    <!-- The combined dependant module classpath -->
<path id="dependentmodule.classpath"
  <path refid="jboss.common.core.classpath"/            (changed)
  <path refid="jboss.common.logging.spi.classpath"/     (changed)
  <path refid="jboss.common.logging.log4j.classpath"/   (changed)
  <path refid="jboss.common.logging.jdk.classpath"/    (changed)
  <path refid="jboss.j2ee.classpath"/
  <path refid="jboss.j2se.classpath"/
  <path refid="jboss.test.classpath"/
</path

5. run build.sh and the build should complete, with a jar in joramtests/output/lib

Having a standalone build would be preferable. I'll create a JIRA task.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009676#4009676

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009676



More information about the jboss-dev-forums mailing list