crossley    2003/03/04 18:20:15

  Modified:    .        build.xml
  Log:
  Validation now works, after committing the missing any.rng
  
  Revision  Changes    Path
  1.351     +5 -5      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.350
  retrieving revision 1.351
  diff -u -r1.350 -r1.351
  --- build.xml 4 Mar 2003 16:34:35 -0000       1.350
  +++ build.xml 5 Mar 2003 02:20:15 -0000       1.351
  @@ -105,10 +105,10 @@
                classpathref="classpath"/>
   
       <!-- Validate some important core config. Do default config files here,
  -      then do them again after the blocks have been processed.
  +      then do them again after the blocks have been processed. -->
       <jing rngfile="./src/webapp/WEB-INF/entities/any.rng">
         <fileset dir="./src/webapp/WEB-INF" includes="cocoon.xconf"/>
  -    </jing> -->
  +    </jing>
       <jing rngfile="./src/webapp/WEB-INF/entities/roles-v01.rng">
         <fileset dir="./src/java/org/apache/cocoon" includes="cocoon.roles"/>
       </jing>
  @@ -648,9 +648,9 @@
     <target name="webapp" 
depends="prepare-webapp,prepare-webapp-samples,prepare-webapp-deprecated">
   
       <!-- Validate some important core config. -->
  -<!--    <jing rngfile="${build.webapp}/WEB-INF/entities/any.rng">
  +    <jing rngfile="${build.webapp}/WEB-INF/entities/any.rng">
         <fileset dir="${build.webapp}/WEB-INF" includes="cocoon.xconf"/>
  -    </jing> -->
  +    </jing>
   <!-- FIXME: precept.xroles has a new un-defined attribute "default-hint"
        which is breaking validation.
       <jing rngfile="${build.webapp}/WEB-INF/entities/roles-v01.rng">
  
  
  

Reply via email to