Download and Install xalanj version 2.7.0 on Mac OS X
Wednesday the 23rd of July, 2008

    xalanj  most recent diff


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



      # $Id: Portfile 35275 2008-03-23 15:54:42Z jberry macports.org $

      PortSystem 1.0

      Name: xalanj
      Version: 2.7.0
      revision 1

      Category: java textproc
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Apache Xerces 2 Java XML Parser
      Long Description: Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0. It can be used from the command line, in an applet or a servlet, or as a module in other program.
      Homepage: http://xml.apache.org/xalan-j/

      set ver2 [string map ". _" $version]
      distname xalan-j_${ver2}-src
      master_sites apache:xml/xalan-j/source/
      checksums md5 7859a78a5564cae42c933adcbbecdd01

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe
      depends_run port:xercesj

      worksrcdir xalan-j_${ver2}

      use_configure no

      build.cmd ant
      build.target all docs javadocs

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

     Where to find more information:

    Darwin Ports



    image test