bloritsch 02/04/22 08:39:31
Modified: monitor build.xml default.properties
Log:
update build
Revision Changes Path
1.12 +5 -3 jakarta-avalon-excalibur/monitor/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 16 Apr 2002 12:00:41 -0000 1.11
+++ build.xml 22 Apr 2002 15:39:31 -0000 1.12
@@ -13,13 +13,14 @@
<path id="project.class.path">
<pathelement path="${java.class.path}"/>
<pathelement location="${build.classes}"/>
- <pathelement location="${checkstyle.jar}"/>
+ <pathelement location="${avalon-framework.jar}"/>
+ <pathelement location="${checkstyle.jar}"/>
</path>
<path id="tools.class.path">
<pathelement location="${junit.jar}"/>
<pathelement location="${tools.jar}"/>
- <fileset dir="${tools.dir}/lib"/>
+ <fileset dir="${tools.dir}/lib"/>
<fileset dir="${tools.dir}/ext"/>
</path>
@@ -34,7 +35,8 @@
<target name="rebuild" depends="clean,main" description="Rebuild the
project"/>
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCommon"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCommon"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkFramework"/>
</target>
<target name="dependencies-test" depends="dist-jar, dependencies"
1.5 +9 -0 jakarta-avalon-excalibur/monitor/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/default.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- default.properties 16 Apr 2002 12:00:41 -0000 1.4
+++ default.properties 22 Apr 2002 15:39:31 -0000 1.5
@@ -12,6 +12,14 @@
package-version=0.99
year=2000-2002
+# --------------------------------------------------
+# REQUIRED LIBRARIES
+# --------------------------------------------------
+# ----- Avalon Framework, version 4.1 or later -----
+avalon-framework.home=${basedir}/../../jakarta-avalon
+avalon-framework.lib=${avalon-framework.home}/build/lib
+avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
+
# Settings used to configure compile environment
build.debug = on
build.optimize = off
@@ -59,4 +67,5 @@
dist.base = distributions
depchecker.prefix=.
+
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>