build.ant-object.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="./../." name="ant-object" default="default"
  3. xmlns:ant-object="http://biuro.biall-net.pl/xmlschema_procesy5/ant-object/ant-object.xsd"
  4. >
  5. <!-- basedir should point to public-html or SE folder -->
  6. <include file="../WPS_Functions/system_ui_info_speech/build_system_ui_info_speech.xml" as="p5suis"/>
  7. <description>projekt dla kontroli schematow xsd do importu dla procesy5 oraz prac rozwojowych development</description>
  8. <echo>
  9. $basedir = ${basedir}
  10. </echo>
  11. <property name="basedir" location="../."/>
  12. <property name="default_db.ant-object.basedir" location="${basedir}/ant-object"/>
  13. <!--<propertyset id="default_db__x3A__STRUCTURE.xslt.param.basedir">
  14. <propertyref name="props" builtin="all" prefix="default_db__x3A__STRUCTURE.xslt.param" />
  15. </propertyset>-->
  16. <target name="validate.basedir">
  17. <condition property="default_db.ant-object.basedir.validate" value="default_db.ant-object.basedir.validate - OK">
  18. <available file="${default_db.ant-object.basedir}"/>
  19. </condition>
  20. <fail unless="default_db.ant-object.basedir.validate">Incorrect default_db.ant-object.basedir = ${default_db.ant-object.basedir}</fail>
  21. <echo>
  22. $default_db.ant-object.basedir = ${default_db.ant-object.basedir}
  23. #12 $default_db.ant-object.basedir.validate = ${default_db.ant-object.basedir.validate}
  24. </echo>
  25. <antcall target="p5suis.say_to_queue_PL">
  26. <param name="p5suis.say_text" value="Konfiguracja katalogów basedir prawidłowa."/>
  27. </antcall>
  28. </target>
  29. <extension-point name="ant-object.validate.basedir" depends="validate.basedir"/>
  30. <!--<extension-point name="validate" depends="validate_target"/>-->
  31. <extension-point name="default" depends="ant-object.validate.basedir"/>
  32. </project>