You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/08/16 16:56:42 UTC

cvs commit: xml-forrest/lib/core nekodtd-dtd2xml.jar

jefft       2003/08/16 07:56:42

  Modified:    .        build.xml status.xml
               lib/core nekodtd-dtd2xml.jar
  Log:
  Add a preserveDirs flag, so v20a/*.dtd is transformed to v20a/*.dtdx
  
  Revision  Changes    Path
  1.71      +5 -8      xml-forrest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/build.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml	14 Aug 2003 00:22:42 -0000	1.70
  +++ build.xml	16 Aug 2003 14:56:41 -0000	1.71
  @@ -576,7 +576,7 @@
   	<property name="dtdx.dir" location="build/tmp/dtdx"/>
   	<mkdir dir="${dtdx.dir}"/>
   	<!-- Generate an intermediate XML representation of each DTD -->
  -	<dtd2xml classpathref="classpath" outputDir="${dtdx.dir}" extension=".dtdx">
  +	<dtd2xml classpathref="classpath" outputDir="${dtdx.dir}" preserveDirs="yes" extension=".dtdx">
   		<fileset dir="${resource.dir}/schema/dtd">
   			<include name="changes-v12.dtd"/>
   			<include name="document-v11.dtd"/>
  @@ -594,14 +594,11 @@
   	<xslt basedir="${dtdx.dir}"
   		destdir="${dist-shbat.dir}/context/resources/schema/dtd"
   		extension="-full.dtd"
  -		style="tools/dtdconverters/dtdx2dtd.xsl"/>
  +    style="tools/dtdconverters/dtdx2dtd.xsl">
  +    <include name="*.dtdx"/>
  +    <include name="v20a/*.dtdx"/>
  +  </xslt>
   
  -	<move todir="${dist-shbat.dir}/context/resources/schema/dtd/v20a">
  -		<fileset dir="${dist-shbat.dir}/context/resources/schema/dtd">
  -			<include name="document-v20-full.dtd"/>
  -			<include name="faq-v20-full.dtd"/>
  -		</fileset>
  -	</move>
   </target>
   
   
  
  
  
  1.189     +4 -0      xml-forrest/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/status.xml,v
  retrieving revision 1.188
  retrieving revision 1.189
  diff -u -r1.188 -r1.189
  --- status.xml	8 Aug 2003 17:32:54 -0000	1.188
  +++ status.xml	16 Aug 2003 14:56:42 -0000	1.189
  @@ -25,6 +25,10 @@
   
     <changes>
       <release version="0.5-dev" date="unreleased">
  +      <action dev="JT" type="update" context="core">
  +        New 'expand-dtd' target for generating monolithic DTDs suitable for use
  +        in catalog-ignorant XML editors such as IDEA.
  +      </action>
         <action dev="JJP" type="fix" context="skin"
           due-to="J.Pietschmann"  due-to-email="pietsch@apache.org" >
           Allow images to scale on pdf output.
  
  
  
  1.2       +10 -23    xml-forrest/lib/core/nekodtd-dtd2xml.jar
  
  	<<Binary file>>