From: <tom...@jb...> - 2005-04-26 17:36:05
|
For the remoting build I have updated the component-info.xml to look like: which allows both the jboss-remoting-tests.jar and jboss-remoting-loading-test.jar to be built as part of the new build. I assume that these jars are not part of the ../output/jbossremoting-1.0.1beta/lib directory because they are not included in the export tag, but are in the ../output/lib directory (which all good so far). So my question is if I need to change the release.xml to be any different? Right now, it is: I assume this is to declare the remoting component and the files related to the component (jboss-remoting.jar), which should be pulled from http://cruisecontrol.jboss.com/repository/remoting/5.0-SNAPSHOT/lib/. Then the includes tag decalres which component artifacts I actually want for my relase build? So should I add the jboss-remoting-tests.jar and jboss-remoting-loading-test.jar as I did in the component-info.xml, but not add it in the includes? Thanks. -Tom View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875473#3875473 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875473 |