Jaxen version 1.1-beta-9 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.1-beta-9

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


      The jaxen Portfile 30233 2007-10-22 23:09:00Z jmpp macports.org $

      PortSystem 1.0

      Name: jaxen
      Version: 1.1-beta-9

      Category: java devel textproc
      Platform: darwin

      Maintainers: nomaintainer
      Description: Java XPath engine
      Long Description: The jaxen project is a Java XPath Engine. jaxen is a universal object model walker, capable of evaluating XPath expressions across multiple models. Currently supported are dom4j and JDOM.
      Homepage: http://www.jaxen.org/

      distname ${name}-${version}-src
      Master Sites: http://dist.codehaus.org/jaxen/distributions/
      Checksums: md5 e7f42d2b9dc633252ee47eeab52cdced

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe port:junit port:dom4j port:jdom port:xercesj port:xom

      worksrcdir ${name}-${version}
      use_configure no

      set javaLibs ${prefix}/share/java
      set classpath "
      ${javaLibs}/apache-ant/ant.jar
      ${javaLibs}/junit.jar
      ${javaLibs}/xalan.jar
      ${javaLibs}/xml-apis.jar
      ${javaLibs}/dom4j.jar
      ${javaLibs}/jdom.jar
      ${javaLibs}/xercesImpl.jar
      ${javaLibs}/xml-apis.jar
      ${javaLibs}/xom.jar
      "

      build.cmd ant
      build.target dist
      build.env CLASSPATH=[join ${classpath} :]
      build.args -Dnoget -Djunit.jar=${prefix}/share/java/junit.jar

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/dist/${name}-${version}.jar ${destroot}${prefix}/share/java/${name}.jar
      file copy ${worksrcpath}/dist/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/jaxen
      % sudo port install jaxen
      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 jaxen
      ---> Verifying checksum for jaxen
      ---> Extracting jaxen
      ---> Configuring jaxen
      ---> Building jaxen with target all
      ---> Staging jaxen into destroot
      ---> Installing jaxen
    - 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 jaxen with these commands:
      %  man jaxen
      % apropos jaxen
      % which jaxen
      % locate jaxen

     Where to find more information:

    Darwin Ports



    Lightbox this page.