Download and Install commons-modeler version 2.0.1 on Mac OS X
Thursday the 24th of July, 2008

    commons-modeler  most recent diff


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



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

      PortSystem 1.0

      Name: commons-modeler
      Version: 2.0.1

      Category: java
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Jakarta Commons-Modeler
      Long Description: Commons-Modeler provides mechanisms to create Model MBeans compatible with the Java Management Extensions (JMX) specification.
      Homepage: http://commons.apache.org/modeler/

      distname ${name}-${version}-src
      master_sites apache:commons/modeler/source/
      checksums md5 9ad2dc25be91c38b93346653736856dd

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe port:junit port:commons-logging port:commons-digester port:mx4j

      use_configure no

      worksrcdir ${name}-${version}-src

      build.cmd ant
      build.target init-dist prepare jar javadoc
      build.args -Djunit.jar=${prefix}/share/java/junit.jar -Dcommons-logging.jar=${prefix}/share/java/commons-logging.jar -Dcommons-digester.jar=${prefix}/share/java/commons-digester.jar -Djmx.jar=${prefix}/share/java/mx4j-jmx.jar

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/dist/commons-modeler.jar ${destroot}${prefix}/share/java/
      file copy ${worksrcpath}/dist/docs ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.check regex
      livecheck.url http://commons.apache.org/downloads/download_modeler.cgi
      livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

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

     Where to find more information:

    Darwin Ports



    image test