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...
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...