colus 02/02/28 06:52:18
Modified: . build.xml
Log:
commons-daemon support.
Revision Changes Path
1.99 +5 -0 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- build.xml 26 Feb 2002 09:17:18 -0000 1.98
+++ build.xml 28 Feb 2002 14:52:17 -0000 1.99
@@ -106,6 +106,9 @@
<available property="wrapper.present"
classname="com.silveregg.wrapper.WrapperManager">
<classpath refid="project.class.path"/>
</available>
+ <available property="commons-daemon.present"
classname="org.apache.commons.daemon.Daemon">
+ <classpath refid="project.class.path"/>
+ </available>
</target>
<!-- Prepares the build directory -->
@@ -147,6 +150,8 @@
unless="jmx.present"/>
<exclude name="org/apache/avalon/phoenix/launcher/DaemonLauncher.java"
unless="wrapper.present"/>
+ <exclude name="org/apache/avalon/phoenix/launcher/CommonsDaemon.java"
+ unless="commons-daemon.present"/>
</javac>
<copy todir="${build.classes}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>