crossley 2003/12/05 18:07:13
Modified: tools/targets validate-build.xml
Log:
Clarify the messages about config validation.
Revision Changes Path
1.2 +5 -2 cocoon-2.1/tools/targets/validate-build.xml
Index: validate-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/validate-build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- validate-build.xml 18 Nov 2003 17:20:23 -0000 1.1
+++ validate-build.xml 6 Dec 2003 02:07:12 -0000 1.2
@@ -55,9 +55,12 @@
</xslt>
</target>
- <!-- Validate configuration files. -->
+ <!-- Validate configuration files.
+ This needs to be done at the end of the build, because the cocoon.xconf
+ and cocoon.roles are automatically constructed.
+ -->
<target name="validate-config" depends="prepare"
unless="exclude.validate.config">
- <echo message="Validating configuration files"/>
+ <echo message="Validating some important configuration files"/>
<echo message="Validating cocoon.xconf using a very basic RELAX NG
grammar ..."/>
<jing rngfile="${build.webapp}/WEB-INF/entities/any.rng">