sraeburn 2003/09/10 18:21:59
Modified: . build-webapps.xml
Log:
Reload stylesheets for XSL tranformations to avoid NPE bug.
Revision Changes Path
1.23 +12 -6 jakarta-struts/build-webapps.xml
Index: build-webapps.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build-webapps.xml 9 Sep 2003 21:29:10 -0000 1.22
+++ build-webapps.xml 11 Sep 2003 01:21:59 -0000 1.23
@@ -219,7 +219,8 @@
<style basedir="${doc.dir}" destdir="${build.home}/documentation"
extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
includes="*.xml"
- excludes="project.xml">
+ excludes="project.xml"
+ reloadstylesheet="true">
<param name="relative-path" expression="."/>
</style>
<!-- Create the FAQs -->
@@ -227,7 +228,8 @@
destdir="${build.home}/documentation/faqs"
extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
includes="*.xml"
- excludes="project.xml">
+ excludes="project.xml"
+ reloadstylesheet="true">
<param name="project-path" expression="../faqs/project.xml"/>
</style>
<!-- Create the news -->
@@ -235,7 +237,8 @@
destdir="${build.home}/documentation/news"
extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
includes="*.xml"
- excludes="project.xml">
+ excludes="project.xml"
+ reloadstylesheet="true">
<param name="project-path" expression="../news/project.xml"/>
</style>
<!-- Create the proposals -->
@@ -243,7 +246,8 @@
destdir="${build.home}/documentation/proposals"
extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
includes="*.xml"
- excludes="project.xml">
+ excludes="project.xml"
+ reloadstylesheet="true">
<param name="project-path" expression="../proposals/project.xml"/>
</style>
<!-- Create the resources -->
@@ -251,7 +255,8 @@
destdir="${build.home}/documentation/resources"
extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
includes="*.xml"
- excludes="project.xml">
+ excludes="project.xml"
+ reloadstylesheet="true">
<param name="project-path" expression="../resources/project.xml"/>
</style>
<!-- Create the user guide -->
@@ -259,7 +264,8 @@
destdir="${build.home}/documentation/userGuide"
extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
includes="*.xml"
- excludes="project.xml">
+ excludes="project.xml"
+ reloadstylesheet="true">
<param name="project-path" expression="../userGuide/project.xml"/>
</style>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]