Author: afedosik
Date: 2007-12-17 11:27:48 -0500 (Mon, 17 Dec 2007)
New Revision: 5350
Modified:
trunk/jsf/docs/resources/support.xml
trunk/jsf/docs/userguide/en/modules/struts_support.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-230 bug fixing
Modified: trunk/jsf/docs/resources/support.xml
===================================================================
--- trunk/jsf/docs/resources/support.xml 2007-12-17 16:19:43 UTC (rev 5349)
+++ trunk/jsf/docs/resources/support.xml 2007-12-17 16:27:48 UTC (rev 5350)
@@ -162,6 +162,7 @@
</classpath>
<arg value="fork-fop-instance"/>
<sysproperty key="lang" value="${lang}"/>
+ <sysproperty key="file-path"
path="${build.dir}/${lang}/pdf"/>
</java>
<!-- <java classname="org.apache.fop.cli.Main"
@@ -180,14 +181,12 @@
<target name="fork-fop-instance">
- <echo>${build.dir}/${lang}/pdf</echo>
- <echo>${build.dir}/${lang}/pdf/${pdf.name}</echo>
- <echo>${build.dir}/${lang}/pdf/docbook_fop.tmp</echo>
+ <echo>${file-path}/docbook_fop.tmp</echo>
<fop format="application/pdf"
- basedir="${build.dir}/${lang}/pdf"
- outfile="${build.dir}/${lang}/pdf/${pdf.name}"
- fofile="${build.dir}/${lang}/pdf/docbook_fop.tmp"
+ basedir="${file-path}"
+ outfile="${file-path}/${pdf.name}"
+ fofile="${file-path}/docbook_fop.tmp"
messagelevel="debug">
</fop>
Modified: trunk/jsf/docs/userguide/en/modules/struts_support.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/struts_support.xml 2007-12-17 16:19:43 UTC (rev
5349)
+++ trunk/jsf/docs/userguide/en/modules/struts_support.xml 2007-12-17 16:27:48 UTC (rev
5350)
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<chapter id="struts1" xreflabel="struts">
+<chapter id="struts1" xreflabel="struts1">
<?dbhtml filename="struts.html"?>
<title>Struts support</title>
<para>If you prefer develop web applications using
<property>Struts</property> technology