[jboss-dev-forums] [Design of JBoss internal QA (Test Suite)] - Re: Test suite classpath normalization
mvecera@redhat.com
do-not-reply at jboss.com
Sat Mar 10 15:48:30 EST 2007
Hello,
I have an idea I would like to discuss here. I copied tests.classpath to tests.compile.classpath. Then I added all jar files in build/output/JBoss-xxx/client/ at the beginning of test.classpath.
Now using tests.compile.classpath for compiling tests and tests.classpath for running tests should result in desired behavior, shouldn't it?
Because java searches for the first location of class in classpath it should use maximum of client/*.jar files.
Is this correct?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026908#4026908
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026908
More information about the jboss-dev-forums
mailing list