Well this appears to be eclipse thing.
There's an "exclude" on copying *.java to test-classes which also stops
.class files
getting copied.
This changed by Kabir, previously it just used the src/resources as a library folder
directly.
But if I change it back to be a library folder the AbstractSchemaResolver tests fail
because there's now two folders with the same name and getResource() is choosing the
wrong one.
| String common = "/org/jboss/test/deployers/vfs/xb/test";
| URL url = getClass().getResource(common);
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211877#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...