leosimons 2003/12/02 11:57:35
Modified: project avalon-excalibur.xml
Log:
junit reports are generated, so let the world know
Revision Changes Path
1.88 +41 -3 jakarta-gump/project/avalon-excalibur.xml
Index: avalon-excalibur.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/avalon-excalibur.xml,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- avalon-excalibur.xml 2 Dec 2003 19:44:41 -0000 1.87
+++ avalon-excalibur.xml 2 Dec 2003 19:57:35 -0000 1.88
@@ -1,10 +1,14 @@
<module name="avalon-excalibur">
<!-- ===================================================================
General notes
-
- Avalon-Excalibur is built using maven now. We use a very basic
+
+ * Avalon-Excalibur is built using maven now. We use a very basic
buildfile which delegates to a common buildfile which emulates
most of the maven behaviour.
+
+ * I didn't bother to update/simplify all of the dependency
+ references; but do note all the bla-di-blah.jar properties are now
+ unused, and could safely be replaced by 'normal' depend tags.
-->
<url href="http://avalon.apache.org/excalibur/"/>
@@ -38,6 +42,8 @@
<home nested="compatibility"/>
<jar name="target/excalibur-compatibility-@@DATE@@.jar"/>
+ <junitreport nested="compatibility/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -91,6 +97,8 @@
<jar name="target/excalibur-component-@@DATE@@.jar" id="component"/>
<jar name="target/excalibur-testcase-@@DATE@@.jar" id="testcase"/>
+ <junitreport nested="component/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -133,6 +141,8 @@
<jar name="target/excalibur-configuration-@@DATE@@.jar"/>
+ <junitreport nested="configuration/target/docs/junitreports"/>
+
<nag>
<regexp pattern="/Missing prereq/i"
from="Gump Integration Build <[EMAIL PROTECTED]>"
@@ -171,6 +181,8 @@
<home nested="datasource"/>
<jar name="target/excalibur-datasource-@@DATE@@.jar"/>
+ <junitreport nested="datasource/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -216,6 +228,8 @@
<home nested="event"/>
<jar name="target/excalibur-event-@@DATE@@.jar"/>
+ <junitreport nested="event/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -283,6 +297,8 @@
<home nested="i18n"/>
<jar name="target/excalibur-i18n-@@DATE@@.jar"/>
+ <junitreport nested="i18n/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -316,6 +332,8 @@
<home nested="instrument"/>
<jar name="target/excalibur-instrument-@@DATE@@.jar"/>
+ <junitreport nested="instrument/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -391,6 +409,8 @@
<jar name="target/excalibur-instrument-manager-@@DATE@@.jar"/>
<jar name="target/excalibur-instrument-manager-interfaces-@@DATE@@.jar"/>
+ <junitreport nested="instrument-manager/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -432,6 +452,8 @@
<home nested="instrument-client"/>
<jar name="target/excalibur-instrument-client-@@DATE@@.jar"/>
+ <junitreport nested="instrument-client/target/docs/junitreports"/>
+
<nag>
<regexp pattern="/Missing prereq/i"
from="Gump Integration Build <[EMAIL PROTECTED]>"
@@ -472,6 +494,8 @@
<home nested="lifecycle"/>
<jar name="target/excalibur-lifecycle-@@DATE@@.jar"/>
+ <junitreport nested="lifecycle/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -547,6 +571,8 @@
<home nested="logger"/>
+ <junitreport nested="logger/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -566,6 +592,8 @@
<jar name="target/excalibur-monitor-@@DATE@@.jar"/>
+ <junitreport nested="monitor/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
@@ -643,6 +671,8 @@
<home nested="pool"/>
+ <junitreport nested="pool/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
<nag>
@@ -679,6 +709,8 @@
<home nested="sourceresolve"/>
<jar name="target/excalibur-sourceresolve-@@DATE@@.jar"/>
+ <junitreport nested="sourceresolve/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -722,7 +754,7 @@
<ant basedir="store" target="jar">
<depend property="excalibur-fortress-tools.jar"
project="avalon-fortress-tools" inherit="runtime"/>
<depend property="qdox.jar" project="phoenix-qdox"/>
-
+
<property name="project.version" value="@@DATE@@"/>
</ant>
@@ -742,6 +774,8 @@
<home nested="store"/>
<jar name="target/excalibur-store-@@DATE@@.jar"/>
+ <junitreport nested="store/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -780,6 +814,8 @@
<home nested="thread"/>
<jar name="target/excalibur-thread-@@DATE@@.jar"/>
+ <junitreport nested="thread/target/docs/junitreports"/>
+
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
@@ -822,6 +858,8 @@
<home nested="xmlutil"/>
<jar name="target/excalibur-xmlutil-@@DATE@@.jar"/>
+
+ <junitreport nested="xmlutil/target/docs/junitreports"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]