Package apache-commons-launcher: Information

    Source package: apache-commons-launcher
    Version: 1.2-alt1_0.r832060.5jpp6
    Build time:  Feb 27, 2011, 07:55 PM
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: Cross-platform Java application launcher
    Description: 
    Commons-launcher eliminates the need for a batch or shell script to launch a
    Java class. Some situations where elimination of a batch or shell script may
    be desirable are:
    
    * You want to avoid having to determining where certain application paths
      are e.g. your application's home directory, etc. Determining this dynamically
      in a Windows batch scripts is very tricky on some versions of Windows or when
      softlinks are used on Unix platforms.
    * You want to avoid having to handle native file and path separators or native
      path quoting issues.
    * You need to enforce certain system properties e.g. java.endorsed.dirs when
      running with JDK 1.4.
    * You want to allow users to pass in custom JVM arguments or system properties
       without having to parse and reorder arguments in your script. This can be
       tricky and/or messy in batch and shell scripts.
    * You want to bootstrap system properties from a configuration file instead
      hard-coding them in your batch and shell scripts.
    * You want to provide localized error messages which is very tricky to do in
      batch and shell scripts.

    List of rpms provided by this srpm:
    apache-commons-launcher (noarch)
    apache-commons-launcher-javadoc (noarch)
    apache-commons-launcher-repolib (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Vladimir Lettiev

      1. /proc
      2. maven-surefire-maven-plugin
      3. maven-surefire-provider-junit
      4. maven2 >= 0:2.0.8
      5. maven2-plugin-antrun
      6. maven2-plugin-assembly
      7. maven2-plugin-compiler
      8. maven2-plugin-idea
      9. maven2-plugin-install
      10. maven2-plugin-jar
      11. maven2-plugin-javadoc
      12. maven2-plugin-resources
      13. java-javadoc
      14. jpackage-compat
      15. jpackage-utils >= 0:1.7.5
      16. ant >= 0:1.7
      17. ant-nodeps
      18. apache-commons-parent >= 0:12

    Last changed


    Feb. 27, 2011 Igor Vlasenko 0:1.2-alt1_0.r832060.5jpp6
    - new version
    Feb. 21, 2010 Igor Vlasenko 0:1.1-alt3_4jpp5
    - new jpackage release
    May 17, 2007 Igor Vlasenko 0:1.1-alt3_3jpp1.7
    - converted from JPackage by jppimport script