a.binder 8 gadi atpakaļ
vecāks
revīzija
a4cc8da9ff

+ 4 - 3
SE/schema/WPS_Functions/default_db/CRM_PROCES_tree/build_CRM_PROCES_tree.xml

@@ -264,7 +264,8 @@
         <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
             <property name="p5suis:say_text" value="Generuję raport dla ${uuid} " />
         </ant>
-             <ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>
+          <!--   <ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
+        
         
         
         <tempfile prefix="postprocess_modules.xml" suffix=".xml" property="postprocess_modules.xml" destdir="${CRM_PROCES_tree_basedir.temp}/${uuid}"/>
@@ -321,7 +322,7 @@
         <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
             <property name="p5suis:say_text" value="Pre proces gotowy!" />
         </ant>
-        <ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>
+        <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
         
         
         
@@ -371,7 +372,7 @@
         <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue.PL">
             <property name="p5suis:say_text" value="Post proces i raport gotowy!" />
         </ant>
-        <ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>
+        <!--<ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>-->
         
         
     </target>

+ 2 - 0
SE/schema/ant-url_action/default_db.in7_dziennik_koresp/pismo/build_recurse_ant.xml

@@ -1000,6 +1000,7 @@
     </target>
     
     <target name="buildpdf_recursed_xsl" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita"  description="retrieve and build object from api using just XSL calls - needed username and password">
+        <record name="buildpdf_recursed_xsl.log" action="start" />
         <echo>#836 will try to in $main_build_recurse_ant.dita_with_id ${main_build_recurse_ant.dita_with_id} , $empty.xml = ${empty.xml}</echo>
         <echoxml file="${empty.xml}">
             <empty>empty</empty>
@@ -1071,6 +1072,7 @@
             &lt;br&gt;# Wygenerowano wyjsciowy plik PDF - sciagnij go &lt;a href=&quot;${webRootUrl}/${out}/${uuid}.pdf&quot; target=&quot;_blank&quot;&gt; &quot;${webRootUrl}/${out}/${uuid}.pdf&lt;/a&gt;&lt;/br&gt; 
         </echo>-->
         <echo message="OUTPUT__END"/>
+        <record name="buildpdf_recursed_xsl.log" action="stop" />
     </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 Pobierz Wersję HTML">

+ 4 - 0
SE/schema/ant-url_action/default_db.in7_dziennik_koresp/umowa/build_recurse_ant.xml

@@ -423,6 +423,7 @@
    
    
     <target name="xml_recursed_from_tr_map_with_RelatedFeatureLoop_tree_to_dita_wfs_recursed" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita" description="URL_TASK Wygeneruj druk z obiektu uzywajac styli systemowych za pomoca funkcji xsl_recursed">
+        <record name="recursed.log" action="start" />
         
         <exec  executable="bash" dir="." outputproperty="out_task_file">
             <arg value="-c"/>
@@ -499,6 +500,7 @@
             &lt;br&gt;# Wygenerowano wyjsciowy plik PDF - sciagnij go &lt;a href=&quot;${webRootUrl}/${out}/${uuid}.pdf&quot; target=&quot;_blank&quot;&gt; &quot;${webRootUrl}/${out}/${uuid}.pdf&lt;/a&gt;&lt;/br&gt; 
         </echo>
         <echo message="OUTPUT__END"/>
+        <record name="recursed.log" action="stop" />
     </target>
    
    
@@ -998,6 +1000,7 @@
     </target>
     
     <target name="buildpdf_recursed_xsl" depends="install_folders,uuid_check,typeName_check,xpath_check,xpath_value_check,set_dita"  description="retrieve and build object from api using just XSL calls - needed username and password">
+        <record name="buildpdf_recursed_xsl.log" action="start" />
         <echo>#836 will try to in $main_build_recurse_ant.dita_with_id ${main_build_recurse_ant.dita_with_id} , $empty.xml = ${empty.xml}</echo>
         <echoxml file="${empty.xml}">
             <empty>empty</empty>
@@ -1069,6 +1072,7 @@
             &lt;br&gt;# Wygenerowano wyjsciowy plik PDF - sciagnij go &lt;a href=&quot;${webRootUrl}/${out}/${uuid}.pdf&quot; target=&quot;_blank&quot;&gt; &quot;${webRootUrl}/${out}/${uuid}.pdf&lt;/a&gt;&lt;/br&gt; 
         </echo>-->
         <echo message="OUTPUT__END"/>
+        <record name="buildpdf_recursed_xsl.log" action="stop" />
     </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 Pobierz Wersję HTML">

+ 1 - 1
SE/schema/build.xml

@@ -343,7 +343,7 @@
         
         <ant antfile="${build_SE.xml}"  target="save_build_properties"/>
         <loadproperties srcfile="${build_SE.properties}"/>
-        
+        <echo>#346 will write $build_properties = ${build_properties} and $build_properties.xml = ${build_properties.xml} </echo>
         <echoproperties destfile="${build_properties}" />
         <echoproperties destfile="${build_properties.xml}"  format="xml"/>
     </target>