| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../" name="WPS_Functions.SYSTEM.PROCES" default="WPS_Functions.SYSTEM.PROCES">
-
- <include file="${WPS_Functions.basedir}/build.WPS_Functions.PRODUCT.xml" optional="true"/>
- <include file="${WPS_Functions.basedir}/build.WPS_Functions.SYSTEM.PROCES.IS-ALIVE.xml" optional="true"/>
-
- <property name="WPS_Functions.SYSTEM.PROCES.build" location="${WPS_Functions.basedir}/build.WPS_Functions.SYSTEM.PROCES.xml"/>
- <property name="WPS_Functions.SYSTEM.PROCES.bash-script" location="${WPS_Functions.basedir}/WPS_Functions.SYSTEM.PROCES.sh"/>
- <property name="WPS_Functions.SYSTEM.PROCES.last-id.xml" location="${WPS_Functions.basedir}/WPS_Functions.SYSTEM.PROCES.last-id.xml"/>
-
-
- <target name="WPS_Functions.SYSTEM.PROCES" description="To detect current process ID by using bash">
- <exec executable="${WPS_Functions.SYSTEM.PROCES.bash-script}" outputproperty="WPS_Functions.SYSTEM.PROCES.ID"/>
- <echoxml file="${WPS_Functions.SYSTEM.PROCES.last-id.xml}">
- <WPS_Functions.SYSTEM.PROCES.last-id.xml xmlns="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd">
- ${WPS_Functions.SYSTEM.PROCES.ID}
- </WPS_Functions.SYSTEM.PROCES.last-id.xml>
- </echoxml>
- </target>
-
-
- </project>
|