[jboss-dev-forums] [Design of JBoss Build System] - Generated component-info.xml for aggregate project is wrong
wolfc
do-not-reply at jboss.com
Tue Apr 17 08:56:44 EDT 2007
I just noticed that the generated component-info.xml for the javaee aggregate project is wrong.
1. The second artifact should be 'jboss-javaee.jar';
| 2. The export should include an 'include jboss-javaee.jar';
| <?xml version="1.0" encoding="UTF-8"?>
| | <project xmlns="http://www.jboss.org/component-info/1.0"
| | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| | xsi:schemaLocation="http://www.jboss.org/component-info/1.0 http://repository.jboss.org/component-info-v1_0.xsd"
| | name="jboss/jboss-javaee-component-info">
| | <component id="jboss/jboss-javaee"
| | licenseType="lgpl"
| | version="5.0.0-SNAPSHOT"
| | description="The JBoss JavaEE API classes"
| |
| | >
| |
| | <artifact id="jboss-javaee-sources.jar"/>
| | <artifact id="jboss-javaee-null.jar"/>
| |
| |
| | <export>
| |
| | </export>
| | </component>
| | </project>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037946#4037946
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037946
More information about the jboss-dev-forums
mailing list