|
|
@@ -427,6 +427,7 @@
|
|
|
<echo message="OUTPUT__START"/>
|
|
|
<echo><br>Skasowano pliki tymczasowe</br></echo>
|
|
|
<echo message="OUTPUT__END"/>
|
|
|
+ <antcall target="install_folders"/>
|
|
|
</target>
|
|
|
|
|
|
|
|
|
@@ -617,7 +618,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <target name="buildpdf_recursed" depends="uuid_check,typeName_check,xpath_check,xpath_value_check,passwordBase64Basic_check,php_session_id_check,check_dita" if="${test_if_dita}">
|
|
|
+ <target name="buildpdf_recursed" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,passwordBase64Basic_check,php_session_id_check,check_dita" if="${test_if_dita}">
|
|
|
<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"/>
|