[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#568953: ITP: commons-exec -- a library to reliably execute external processes from within the JVM



Package: wnpp
Severity: wishlist
Owner: Peter Collingbourne <peter@pcc.me.uk>


* Package name    : commons-exec
  Version         : 1.0.1
  Upstream Author : Siegfried Goeschl <sgoeschl@apache.org>
                  : Sebastian Bazley <sebb@apache.org>
                  : Brett Leslie Porter <brett@apache.org>
                  : Niall Kegan Pemberton <niallp@apache.org>
                  : Henri Yandell <bayard@apache.org>
                  : Niklas Gustavsson <ngn@apache.org>
                  : Dennis Lundberg <dennisl@apache.org>
                  : Trygve Laugstol <trygvis@apache.org>
                  : Rahul Akolkar <rahul@apache.org>
                  : Joerg Schaible <joehni@apache.org>
                  : Henri Biestro <henrib@apache.org>
* URL             : http://commons.apache.org/exec/
* License         : Apache 2.0
  Programming Lang: Java
  Description     : a library to reliably execute external processes from within the JVM

 Executing external processes from Java is a well-known problem
 area. It is inherently platform dependent and requires the developer
 to know and test for platform specific behaviors, for example
 using cmd.exe on Windows or limited buffer sizes causing deadlocks.
 The JRE support for this is very limited, albeit better with the
 new Java SE 1.5 ProcessBuilder class.
 .
 Reliably executing external processes can also require knowledge of
 the environment variables before or after the command is executed. In
 J2SE 1.1-1.4 there is no support for this, since the method,
 System.getenv(), for retrieving environment variables is deprecated.
 .
 There are currently several different libraries that for their own
 purposes have implemented frameworks around Runtime.exec() to handle
 the various issues outlined above. The commons-exec package aims
 at coordinating and learning from these initiatives to create and
 maintain a simple, reusable and well-tested package.



Reply to: