jvanzyl     01/09/18 18:54:19

  Added:       src/tdk  ant-1.4-tdk-home-check
  Log:
  - this check relies on Ant 1.4 which i'm having many problems with
    so we'll keep this here and when the Ant 1.4 thing is sorted out
    we can put it back, or until we decide people need 1.4 features.
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-tdk/src/tdk/ant-1.4-tdk-home-check
  
  Index: ant-1.4-tdk-home-check
  ===================================================================
    this will go back in when we support ant 1.4. i'm having
    too many problems with it at the moment so i've dropped
    back to Ant 1.3
    
    <target name="setup">
       <!-- Verify tdk.home has been set -->
       <available file="${tdk.home}" type="dir" property="tdk.home.defined"/>
       <!-- Emit warning if need properties have not been set -->
       <antcall target="check_tdk.home"/>
    </target>
  
    <target name="check_tdk.home" unless="tdk.home.defined">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to