|
From: <rl...@jb...> - 2005-06-09 18:08:02
|
I have implemented the functionality required to demonstrate the third party test which was described earlier in this thread. mkdir test cd test cvs checkout jbossas cvs checkout tools cd jbossas ant -f secondary-dependency-test.xml testdependencies The secondary-dependency-test.xml contains a task, synchronizeinfo, which will construct a graph containing the componentref's which are defined in the top level build. The task resolves each componentref into a component, resolves its dependencies as defined in the corresponding component-info.xml file, and adds the component to the build. This process is repeated until all dependencies are resolved. The target testdependencies then performs a check to ensure the proper jar files have been downloaded. In this case, after synchronization has been performed the following will have been retrieved from the repository: /thirdparty/hibernate/3.0.5/component-info.xml /thirdparty/hibernate/3.0.5/lib/hibernate3.jar /thirdparty/hibernate/3.0.5/lib/hibernate-annotations.jar /thirdparty/antlr/2.7.5H3/component-info.xml /thirdparty/antlr/2.7.5H3/lib/antlr.jar /thirdparty/asm/1.5.3/component-info.xml /thirdparty/asm/1.5.3/lib/asm.jar /thirdparty/asm/1.5.3/lib/asm-attrs.jar Ruel Loehr JBoss QA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880973#3880973 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880973 |