[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Maven refactoring

kabir.khan@jboss.com do-not-reply at jboss.com
Wed Jan 14 07:12:02 EST 2009


jboss-aop-head-testsuite passes, but I am getting failures in

http://hudson.qa.jboss.com/hudson/view/AOP/job/jboss-aop-head-jbossas-4.0.4.GA/634/testReport/org.jboss.test.aop.test/AOPUnitTestCase/unknown/

It is because jboss-aop_1_0.dtd and jboss-aop_2_0.xsd are missing from jboss-aop.jar. I added the following to aop/pom.xml

  |     <resources>
  |       <resource>
  |         <directory>docs</directory>
  |         <includes>
  |           <include>jboss-aop_1_0.dtd</include>
  |           <include>jboss-aop_2_0.xsd</include>
  |         </includes>
  |       </resource>
  |     </resources>
  | 

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

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



More information about the jboss-dev-forums mailing list