Many Thanks to Siegfried and Konrad for the hard work they have contributed to fixing past bugs and implementing new features for common-exec If you could provide a link I will download and run the testcases.
Vielen Danke, Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sun, 24 Oct 2010 09:05:12 +0200 > From: siegfried.goes...@it20one.at > To: dev@commons.apache.org; u...@commons.apache.org > Subject: [ANNOUNCEMENT] Apache Commons Exec 1.1 Released > > The commons-exec-team is pleased to announce the commons-exec-1.1.jar > release! > > A library to reliably execute external processes from within the JVM > > Changes in this version include: > > New features: > > o Adding 'Argument' class and quote the arguments after expansion. > o Added TutorialTest as a playground for new user and removed > similar code from DefaultExecutorTest. > o Added 'DefaultExecuteResultHandler' > > Fixed Bugs: > > o OpenVMS now uses symbols instead of logicals for environment variables. > o String substitution handles now java.io.File instances in order to > create a cross-platform file name. > o The 'forever.bat' accidentally overwrite the 'forever.txt' instead > of appending. > o Process.waitFor should clear interrupt status when throwing > InterruptedException Issue: EXEC-46. Thanks to Zimmermann Nir. > o Because the ExecuteWatchdog is the only way to destroy asynchronous > processes, it should be possible to set it to an infinite timeout, > for processes which should not timeout, but manually destroyed > under some circumstances. Issue: EXEC-44. > > Changes: > > o DefaultExecutor() now sets the working directory with the current > working directory. > o Added 'DefaultExecutorTest#testStdInHandling' to show how > commons-exec can feed the 'stdin' of a child process. > o Improved the documentation. Issue: EXEC-42. Thanks to Konrad Windzus. > o Added a new section to the tutorial to show working with asynchronous > processes. Thanks to Pablo Hoertner. > > Have fun! > > -commons-exec-team > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@commons.apache.org > For additional commands, e-mail: user-h...@commons.apache.org >