Objectweb-anttasks version 1.3.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    objectweb-anttasks  most recent diff


    version 1.3.2

      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.2 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


      The objectweb-anttasks Portfile 52616 2009-06-19 22:13:13Z macsforever2000 macports.org $

      PortSystem 1.0

      Name: objectweb-anttasks
      Version: 1.3.2
      Category: java devel
      Platform: darwin
      Maintainers: glowacki.org:dave
      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 cd602bf75a0feab480fa97739955b84e

      depends_build bin:ant:apache-ant port:xalanj

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

      use_zip yes
      use_configure no

      build.cmd ant
      build.target clean jar
      build.env CLASSPATH=${prefix}/share/java/xalan.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



    Lightbox this page.