Ant Java






  This build file downloads the Maven2 Ant tasks,
  and installs them in the location specified by the m2.dest.dir property.
  You may need to set proxy settings. On Java1.5, Ant tries to get
  this from the OS, unless you use the -noproxy option.
  Proxies can be configured manually setting the JVM proxy values in the
  ANT_OPTS environment variable.
  For example, to set the proxy up in the tcsh shell, the command would be
  something like:
  For csh/tcsh:
    setenv ANT_OPTS "-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080"
  For bash:
    export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080"
  For Windows, set the environment variable in the appropriate dialog box
  and open a new console. or, by hand
    set ANT_OPTS = -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080

  
              value="org/apache/maven/artifact/ant/antlib.xml" />
              value="antlib:org.apache.maven.artifact.ant" />
  
    
    
      $${@{property}} not specified
    

  
  
    
    
    
    
    
    
      
    
    
  
  
    
    Downloading to ${m2.dest.dir}
    
    
          dest="${m2.artifact}"
      verbose="true"
      usetimestamp="false" />
  
            if="m2.artifact.found">
    
  
            depends="download-m2,dont-validate-m2-checksum"
          if="m2.sha1.checksum" unless="m2.artifact.found">
            algorithm="SHA"
        property="${m2.sha1.checksum}"
        verifyProperty="checksum.equal" />
  
            if="m2.sha1.checksum" unless="checksum.equal">
    
    
      Failed to verify the downloaded file ${m2.antlib.url}" against the checksum
      coded into libraries.properties.
      The local copy has been deleted, for security reasons
    

  
            unless="m2.antlib.found">
                 uri="${m2.antlib.uri}" />
  
        description="Download the Maven2 Ant tasks" />