glenn       01/07/01 19:03:32

  Modified:    .        common.xml
  Log:
  Fix build when doc/web dir doesn't exist
  
  Revision  Changes    Path
  1.11      +4 -0      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- common.xml        2001/07/01 20:10:08     1.10
  +++ common.xml        2001/07/02 02:03:31     1.11
  @@ -102,6 +102,7 @@
              style="${taglibs.xsl}">
         <param name="prefix" expression="../../"/>
       </style>
  +    <mkdir dir="${doc.src}/web"/>
       <copy todir="${build.doc}">
         <fileset dir="${doc.src}/web" includes="**/*.html"/>
       </copy>
  @@ -130,8 +131,11 @@
       <copy toDir="${build.examples}">
         <fileset dir="${examples.src}/web"/>
       </copy>
  +    <!-- This will be removed in the future and individual taglibs
  +         will be responsible for copying any necessary jar files. -->
       <copy file="${dist.library}/${taglib.name}.jar"
             toFile="${build.examples}/WEB-INF/lib/${taglib.name}.jar"/>
  +
       <copy todir="${build.examples}" >
         <fileset dir="${examples.src}/web" includes="*.jsp"/>
         <mapper type="glob" from="*.jsp" to="*.txt"/>
  
  
  

Reply via email to