Ant-contrib version 1.0b3 - How to Download and Install on Mac OS X
Monday the 15th of March, 2010

    ant-contrib  most recent diff


    version 1.0b3

      View the most recent changes for the ant-contrib port at: ant-contrib.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for ant-contrib.
      The raw portfile for ant-contrib 1.0b3 is located here:
      http://ant-contrib.darwinports.com/dports/devel/ant-contrib/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/ant-contrib


      The ant-contrib Portfile 49390 2009-04-08 22:27:46Z jmr macports.org $

      PortSystem 1.0

      Name: ant-contrib
      Version: 1.0b3
      Category: devel
      Maintainers: hibnet.org:hibou
      Description: A collection of tasks for Apache Ant
      Long Description: A collection of tasks for Apache Ant. There are some task on topic such as logic (if, for, foreach,...), network (post,...), performance monitoring tasks (stopwatch,...), platform (osfamily,...), property (propertycopy, propertyregexp, urlencode,...), process (forget, limit), and other.
      Homepage: http://ant-contrib.sourceforge.net/
      Platform: darwin
      Master Sites: sourceforge
      Checksums: md5 ee06ff88da133dce3acc3248aee0ad83 sha1 05b74808d51f501a993457fb9b7871484acba901 rmd160 6dd0cea5dbb3d97cd629d6100849095c69afaad5
      distname ${name}-${version}-bin
      worksrcdir ${name}

      use_configure no
      build {}

      depends_run port:apache-ant

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java/apache-ant/lib
      xinstall -m 644 ${worksrcpath}/${name}-${version}.jar ${destroot}${prefix}/share/java/apache-ant/lib/
      xinstall -m 755 -d ${destroot}${prefix}/share/doc
      copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/ant-contrib
      % sudo port install ant-contrib
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching ant-contrib
      ---> Verifying checksum for ant-contrib
      ---> Extracting ant-contrib
      ---> Configuring ant-contrib
      ---> Building ant-contrib with target all
      ---> Staging ant-contrib into destroot
      ---> Installing ant-contrib
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using ant-contrib with these commands:
      %  man ant-contrib
      % apropos ant-contrib
      % which ant-contrib
      % locate ant-contrib

     Where to find more information:

    Darwin Ports



    Lightbox this page.