[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Migration to maven

Kevin.Conner@jboss.com do-not-reply at jboss.com
Tue Apr 3 06:32:36 EDT 2007


"adrian at jboss.org" wrote : All the xml parsing tests fail because it cannot find the xml url using getResource().
  | 
  | Now delete src/resources as a source folder and make it a class library,
  | i.e.
  | 
  |   | -  <classpathentry kind="src" path="src/resources" including="schema/**" excluding="**/*.java"/>
  |   | +  <classpathentry kind="lib" path="src/resources">
  |   | 
  | 
Okay, this is caused because the resources you require are explicitly excluded from the source path.

If there are no objections then I will change the structure of the projects so that the test resources are not embedded within the compile resources.  This should fix this issue.


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

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



More information about the jboss-dev-forums mailing list