Download and Install objectweb-anttasks version 1.3 on Mac OS X
Friday the 8th of August, 2008

    objectweb-anttasks  most recent diff


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



      # $Id: Portfile 20318 2006-11-01 22:35:15Z blair macports.org $

      PortSystem 1.0

      Name: objectweb-anttasks
      Version: 1.3
      Category: java devel
      Platform: darwin
      Maintainers: dave glowacki.org
      Description: ObjectWeb ant tasks
      Long Description: Assorted utility tasks used in ObjectWeb ant builds.

      set project monolog
      set realname ow_util_ant_tasks

      Homepage: http://monolog.objectweb.org/
      master_sites http://download.us.forge.objectweb.org/${project} http://download.forge.objectweb.org/${project} http://download.fr2.forge.objectweb.org/${project}
      distname ${realname}_${version}
      checksums md5 cfd7fde4b3269f359a3445fb5f8afcad

      depends_build bin:ant:apache-ant

      pre-extract {
      file mkdir ${worksrcpath}
      }
      extract.dir ${worksrcpath}

      patchfiles patch-MultipleAnt

      use_zip yes
      use_configure no

      build.cmd ant
      build.target clean jar

      Variant: debug {
      build.args-append -debug
      }

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java
      xinstall -m 644 ${worksrcpath}/output/lib/${realname}.jar ${destroot}${prefix}/share/java/${name}.jar
      }

    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/objectweb-anttasks
      % sudo port install objectweb-anttasks
      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 objectweb-anttasks
      ---> Verifying checksum for objectweb-anttasks
      ---> Extracting objectweb-anttasks
      ---> Configuring objectweb-anttasks
      ---> Building objectweb-anttasks with target all
      ---> Staging objectweb-anttasks into destroot
      ---> Installing objectweb-anttasks
    - 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 objectweb-anttasks with these commands:
      %  man objectweb-anttasks
      % apropos objectweb-anttasks
      % which objectweb-anttasks
      % locate objectweb-anttasks

     Where to find more information:

    Darwin Ports



    image test