[jboss-dev-forums] [JBoss Microcontainer Development] - Re: Testing Deployers with new Reflect + ClassPool
flavia.rainone@jboss.com
do-not-reply at jboss.com
Mon Dec 7 08:04:58 EST 2009
I bet I'm missing something simple.
Ales, I committed the adaptations I did for JBREFLECT-80 (the ones that are causing the errors I mentioned). Those adaptations are commented out with a TODO JBREFLECT-80. That should make it easier if you want to do any investigation to find out what is wrong. Just uncoment those and you will see the errors I am seeing.
Notice that there is a TODO JBREFLECT-80 on the pom.xml:
<move file="${project.build.testOutputDirectory}/org/jboss/test/classpool/support/excluded"
| todir="${project.build.directory}/test-excluded-classes/org/jboss/test/classpool/support"/>
| <!-- TODO JBREFLECT-80 -->
| <!-- <copy todir="${project.build.directory}/test-excluded-classes/org/jboss/test/classpool/support">
| <fileset dir="${project.build.testOutputDirectory}/org/jboss/test/classpool/support/excluded"/>
| </copy> -->
You need to replace the move task by the copy one, that is commented out.
I haven't added the jars to the test resources yet because first I want to have JBREFLECT-80 working. Adding the jars to test resources is next in my list :-).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269328#4269328
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269328
More information about the jboss-dev-forums
mailing list