the issue here is that when changes are made to the stylesheet, they were not reflected. i've added a force but it might be worth considering whether adding a clean target would be better.

opinions?

- robert

On 8 Jan 2005, at 15:17, [EMAIL PROTECTED] wrote:

rdonkin     2005/01/08 07:17:22

  Modified:    .        build.xml
  Log:
  Added force to all transformations.

  Revision  Changes    Path
  1.16      +8 -4      jakarta-site2/build.xml

  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 2 Jan 2005 17:16:19 -0000       1.15
  +++ build.xml 8 Jan 2005 15:17:22 -0000       1.16
  @@ -29,7 +29,8 @@
              extension=".html"
               style="xdocs/stylesheets/site.xsl"
               excludes="empty.xml"
  -            includes="*.xml">
  +            includes="*.xml"
  +            force='true'>
         <param name="relative-path" expression="."/>
       </style>

  @@ -38,7 +39,8 @@
                destdir="${docs.dest}/site"
              extension=".html"
               style="xdocs/stylesheets/site.xsl"
  -            includes="*.xml">
  +            includes="*.xml"
  +            force='true'>
         <param name="relative-path" expression=".."/>
       </style>

  @@ -47,7 +49,8 @@
                destdir="${docs.dest}/site/pmc"
              extension=".html"
               style="xdocs/stylesheets/site.xsl"
  -            includes="*.xml">
  +            includes="*.xml"
  +            force='true'>
         <param name="relative-path" expression="../.."/>
       </style>

  @@ -56,7 +59,8 @@
                destdir="${docs.dest}/site/news"
              extension=".html"
               style="xdocs/stylesheets/site.xsl"
  -            includes="*.xml">
  +            includes="*.xml"
  +            force='true'>
         <param name="relative-path" expression="../.."/>
       </style>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to