| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:p5bztpc="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/taxpayer_check/p5bztpc.xsd"
- basedir="../../."
- default="default"
- name="taxpayer_check">
- <include as="PRODUCT" file="build.p5bztpc.PRODUCT.xml"/>
- <include as="SYSTEM" file="build.p5bztpc.SYSTEM.xml"/>
- <include as="INSTALL" file="build.p5bztpc.INSTALL.xml"/>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
-
-
-
- <target depends="PRODUCT.PRODUCT,INSTALL.INSTALL" name="default"/>
-
-
-
-
- <target name="complete_task" description="wykoanie wsyzstkich akcji">
- <input addproperty="p5bztpc.input.GLOBAL.NIP" message="p5bztpc.input.NIP podaj nip" defaultvalue="5932268672"/>
- <antcall target="sprawdzenie_poprawno_ci_nipu_wej_ciowego">
- <param name="p5bztpc.input.NIP" value="${p5bztpc.input.GLOBAL.NIP}"/>
- </antcall>
-
-
- <echo> zauwazmy, ze $p5bztpc.input.GLOBAL.NIP = ${p5bztpc.input.GLOBAL.NIP}
- a $p5bztpc.input.NIP = ${p5bztpc.input.NIP}
- </echo>
-
- </target>
-
- <target name="przekazanie_argumentu_z_input">
- <input addproperty="p5bztpc.input.GLOBAL.NIP" message="p5bztpc.input.NIP podaj nip" defaultvalue="5932268672"/>
-
-
-
- </target>
-
-
- <extension-point name="sprawdzenie_poprawno_ci_nipu_wej_ciowego.dita"/>
- <extension-point name="pobranie_danych_o_statusie_vat_dla_danego_numeru_nip.dita"/>
- <extension-point name="pobranie_danych_ze_strony_finanse.mf.gov.pl.dita"/>
- <extension-point name="przetworzenie_danych.dita"/>
-
- <extension-point name="zapisanie_do_bazy.dita"/>
-
-
-
-
- <target name="sprawdzenie_poprawno_ci_nipu_wej_ciowego">
- <description> podany nip sprawdzamy</description>
- <input addproperty="p5bztpc.input.NIP" message="p5bztpc.input.NIP podaj nip" defaultvalue="5932268672"/>
- <echo> #30 todo
- some task to check NIP
- wygdnie uzyc klasy xsd
-
- zmienna $p5bztpc.input.NIP ${p5bztpc.input.NIP}
- </echo>
- <exec executable="echo">
- <arg line="daj jakiegos grepa"/>
- </exec>
-
-
-
-
- </target>
-
-
- <target name="pobranie_danych_o_statusie_vat_dla_danego_numeru_nip">
- <description> tutaj na podstawie nipu walimy do http </description>
- <input addproperty="p5bztpc.input.NIP" message="p5bztpc.input.NIP podaj nip" defaultvalue="5932268672"/>
-
- </target>
-
-
-
- </project>
|