|
@@ -76,7 +76,7 @@
|
|
|
<!--<tempfile property="wfs_output" deleteonexit="no" destdir="temp" suffix=".xml" />-->
|
|
<!--<tempfile property="wfs_output" deleteonexit="no" destdir="temp" suffix=".xml" />-->
|
|
|
|
|
|
|
|
|
|
|
|
|
- <record name="ant.log" loglevel="verbose" append="true" />
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
<!--<echo> $basedir=${basedir};
|
|
<!--<echo> $basedir=${basedir};
|
|
|
$temp=${temp};
|
|
$temp=${temp};
|
|
@@ -475,7 +475,8 @@
|
|
|
<property name="build_recurse_ant.xml" value="${temp}/${uuid_tested}.build_${loop_xpath}.xml"/>
|
|
<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>
|
|
<echo>#113 ant build_recurse_ant.xml=${build_recurse_ant.xml}; </echo>
|
|
|
<!--<delete file="${build_recurse_ant.xml}"/>-->
|
|
<!--<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}" >
|
|
|
|
|
|
|
+ <record name="ant.log" loglevel="verbose" append="true" />
|
|
|
|
|
+ <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">
|
|
<factory name="net.sf.saxon.TransformerFactoryImpl">
|
|
|
<attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
|
|
<attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
|
|
|
</factory>
|
|
</factory>
|
|
@@ -657,4 +658,42 @@
|
|
|
</echo>
|
|
</echo>
|
|
|
<echo message="OUTPUT__END"/>
|
|
<echo message="OUTPUT__END"/>
|
|
|
</target>
|
|
</target>
|
|
|
-</project>
|
|
|
|
|
|
|
+<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"/>
|
|
|
|
|
+ <arg value="${out_task.dita.final}" />
|
|
|
|
|
+ <!-- <arg value="-t" />
|
|
|
|
|
+ <arg value="temp" />-->
|
|
|
|
|
+ <arg value="-f" />
|
|
|
|
|
+ <arg value="html5"/>
|
|
|
|
|
+ <arg value="-o"/>
|
|
|
|
|
+ <arg value="out"/>
|
|
|
|
|
+ </exec>
|
|
|
|
|
+ <exec executable="bash" dir="." outputproperty="out_task_file">
|
|
|
|
|
+ <arg value="-c"/>
|
|
|
|
|
+ <arg value="echo ${out_task.dita.final} |sed 's/^.*\///'"/>
|
|
|
|
|
+ </exec>
|
|
|
|
|
+ <echo message="OUTPUT__START"/>
|
|
|
|
|
+ <!--<echo> url = ${url}
|
|
|
|
|
+ </echo>-->
|
|
|
|
|
+ <!--<echo> passwordBase64Basic = ${passwordBase64Basic_tested}
|
|
|
|
|
+ </echo>-->
|
|
|
|
|
+ <!--<echo> $webRootUrl = ${webRootUrl}
|
|
|
|
|
+ </echo>-->
|
|
|
|
|
+ <!--<echo> $wfs_output = ${wfs_output}
|
|
|
|
|
+ </echo>-->
|
|
|
|
|
+ <echo>
|
|
|
|
|
+ <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>
|
|
|
|
|
+ </echo>
|
|
|
|
|
+ <echo>
|
|
|
|
|
+ <br>Wyślij do adresatów emailem (W przygotowaniu)</br>
|
|
|
|
|
+ </echo>
|
|
|
|
|
+ <echo>
|
|
|
|
|
+ <br>Umieść swój podpis graficzny (W przygotowaniu)</br>
|
|
|
|
|
+ </echo>
|
|
|
|
|
+ <echo message="OUTPUT__END"/>
|
|
|
|
|
+ </target></project>
|