niclas 2004/03/14 23:29:08
Modified: project avalon-excalibur.xml
Log:
Another step. Excalibur Logger is being deprecated and will not be worked on
anymore, so instead of trying to figure out how to get Logger Tests to work, I disable
the project.
Revision Changes Path
1.101 +9 -3 gump/project/avalon-excalibur.xml
Index: avalon-excalibur.xml
===================================================================
RCS file: /home/cvs/gump/project/avalon-excalibur.xml,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- avalon-excalibur.xml 11 Mar 2004 09:24:44 -0000 1.100
+++ avalon-excalibur.xml 15 Mar 2004 07:29:08 -0000 1.101
@@ -52,6 +52,8 @@
<depend project="junit" inherit="runtime"/>
<depend project="ant" inherit="runtime"/>
+ <mkdir dir="compatibility/target/classes"/>
+ <mkdir dir="compatibility/target/test-classes"/>
<work nested="compatibility/target/classes"/>
<work nested="compatibility/target/test-classes"/>
@@ -108,6 +110,8 @@
<option project="checkstyle" inherit="runtime"/>
<option project="jakarta-servletapi" inherit="runtime"/>
+ <mkdir dir="component/target/classes"/>
+ <mkdir dir="component/target/test-classes"/>
<work nested="component/target/classes"/>
<work nested="component/target/test-classes"/>
@@ -607,18 +611,19 @@
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
-
+
+<!-- Removed the tests, as Excalibur is about to be terminally deprecated.
<project name="excalibur-logger-tests">
<package>org.apache.avalon.excalibur.logger</package>
<ant basedir="logger" target="jar">
<property name="project.version" value="@@DATE@@-tested"/>
- <!--<property name="do.not.test" value="true"/>-->
+ <property name="do.not.test" value="true"/>
</ant>
<depend project="excalibur-logger" inherit="all"/>
- <!-- test-time dependencies -->
+ test-time dependencies
<depend project="excalibur-component" id="component"/>
<depend project="excalibur-pool"/>
<depend project="excalibur-instrument"/>
@@ -634,6 +639,7 @@
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
+-->
<project name="excalibur-monitor">
<package>org.apache.excalibur.monitor</package>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]