|
|
@@ -77,7 +77,7 @@
|
|
|
<!--<tempfile property="wfs_output" deleteonexit="no" destdir="temp" suffix=".xml" />-->
|
|
|
|
|
|
|
|
|
- <record name="ant.log" loglevel="verbose" append="true" />
|
|
|
+
|
|
|
|
|
|
<!--<echo> $basedir=${basedir};
|
|
|
$temp=${temp};
|
|
|
@@ -475,6 +475,7 @@
|
|
|
<property name="loop_xpath" value="root" />
|
|
|
<property name="build_recurse_ant.xml" value="${temp}/${uuid_tested}.build_${loop_xpath}.xml" />
|
|
|
<echo>#113 ant build_recurse_ant.xml=${build_recurse_ant.xml}; </echo>
|
|
|
+ <record name="ant.log" loglevel="verbose" append="true" />
|
|
|
<!--<delete file="${build_recurse_ant.xml}"/>-->
|
|
|
<xslt basedir="./" style="${build_recurse_ant.xsl}" in="${main_build_recurse_ant.dita_with_id}" destdir="./" out="${build_recurse_ant.xml}" >
|
|
|
<factory name="net.sf.saxon.TransformerFactoryImpl">
|
|
|
@@ -660,7 +661,7 @@
|
|
|
</target>
|
|
|
|
|
|
|
|
|
- <target name="buildpdf_recursed_html5" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,passwordBase64Basic_check,php_session_id_check,check_dita" if="${test_if_dita}" description="URL_TASK Target html5">
|
|
|
+ <target name="buildpdf_recursed_html5" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,passwordBase64Basic_check,php_session_id_check,check_dita" if="${test_if_dita}" description="URL_TASK html5">
|
|
|
<property name="dita.dir" location="/Library/Server/Web/Data/Sites/Default/SE/stuff/dita-ot-2.3.3/bin/dita"/>
|
|
|
<exec executable="${dita.dir}" dir=".">
|
|
|
<arg value="-i"/>
|
|
|
@@ -686,7 +687,7 @@
|
|
|
<!--<echo> $wfs_output = ${wfs_output}
|
|
|
</echo>-->
|
|
|
<echo>
|
|
|
- <br>Wygenerowano druk pdf - sciagnij go <a href="${webRootUrl}/out/${out_task_file}.pdf" target="_blank"> "${webRootUrl}/out/${out_task_file}.pdf</a></br>
|
|
|
+ <br>Wygenerowano druk html - sciagnij go <a href="${webRootUrl}/out/${out_task_file}.html" target="_blank"> "${webRootUrl}/out/${out_task_file}.html</a></br>
|
|
|
</echo>
|
|
|
<echo>
|
|
|
<br>Dodaj do korespondencji (W przygotowaniu)</br>
|