- 
        1. Re: JORAM Tests on integration testsuiteclebert.suconic Feb 1, 2007 12:53 PM (in response to clebert.suconic)I have found project joramtest on CVS with Richard's help. 
- 
        2. Re: JORAM Tests on integration testsuiteclebert.suconic Feb 1, 2007 12:54 PM (in response to clebert.suconic)However I can't build the project. 
 It's good enough for now... at least I can debug it properly now, but we will have to eventually fix the build.
- 
        3. Re: JORAM Tests on integration testsuiterachmato Feb 1, 2007 2:09 PM (in response to clebert.suconic)Clebert 
 The sources for the JORAM tests are found in
 cvs.forge.jboss.com/cvsroot/jboss/joramtests
 There is a build.xml file in the root of that directory which contains a target module-jars which builds the jar file in question. That jar file is then presumably checked into repository.jboss.com as any other repository element, described in:
 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuild
 Richard
- 
        4. Re: JORAM Tests on integration testsuiteclebert.suconic Feb 1, 2007 2:26 PM (in response to clebert.suconic)I'm okay on not building the project for now... 
 But the build for joramtests is broken at this point (at least for me):clebert@clebert-laptop:~/workspaces/svn-trunk-jboss/trunk/joramtests$ ./build.sh module-jars Searching for build.xml ... Buildfile: /home/clebert/workspaces/svn-trunk-jboss/trunk/joramtests/build.xml _buildmagic:init: Trying to override old definition of task property _buildmagic:init:buildlog: configure: Overriding previous definition of reference to jboss.test.classpath _default:task-init: init: module-jars: BUILD FAILED /home/clebert/workspaces/svn-trunk-jboss/trunk/joramtests/build.xml:132: Manifest file: /home/clebert/workspaces/svn-trunk-jboss/trunk/joramtests/output/etc/default.mf does not exist. Total time: 3 seconds clebert@clebert-laptop:~/workspaces/svn-trunk-jboss/trunk/joramtests$ 
- 
        5. Re: JORAM Tests on integration testsuiterachmato Feb 1, 2007 2:58 PM (in response to clebert.suconic)I seem to remember a readme file in the same directory showing how to build. I think you have to check out jboss-head, cd to jboss-head, then checkout joramtests, then build it... 
 i.e. build joramtests asa new subdirectory witihin jbosshead
- 
        6. Re: JORAM Tests on integration testsuiteadrian.brock Feb 1, 2007 3:18 PM (in response to clebert.suconic)
- 
        7. Re: JORAM Tests on integration testsuiteadrian.brock Feb 1, 2007 3:21 PM (in response to clebert.suconic)IIRC what it actually needs is junit, log4j, jboss-test.jar, jboss-j2ee.jar and the tools 
 project so you could fix it do it a standalone build?
- 
        8. Re: JORAM Tests on integration testsuiterachmato Feb 1, 2007 3:54 PM (in response to clebert.suconic)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.
- 
        9. Re: JORAM Tests on integration testsuiteclebert.suconic Feb 1, 2007 4:07 PM (in response to clebert.suconic)Well... I assume building this would be a really rare event. (Only on situations you are debuging it). 
 If you could just commit these changes you made it's good enough for now.
 I previously followed instructions on README before and I got those failures. (look at the directory I previously used).
 I guess with these fixes you made this should be good enough.
- 
        10. Re: JORAM Tests on integration testsuiterachmato Feb 1, 2007 4:09 PM (in response to clebert.suconic)The task has been requested.... 
 http://jira.jboss.com/jira/browse/JBQA-644
 
     
    