You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2008/07/18 22:41:26 UTC

svn commit: r678031 - /commons/proper/exec/trunk/src/changes/changes.xml

Author: sgoeschl
Date: Fri Jul 18 13:41:26 2008
New Revision: 678031

URL: http://svn.apache.org/viewvc?rev=678031&view=rev
Log:
[EXEC-25] Updating the change history

Modified:
    commons/proper/exec/trunk/src/changes/changes.xml

Modified: commons/proper/exec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=678031&r1=678030&r2=678031&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/changes/changes.xml (original)
+++ commons/proper/exec/trunk/src/changes/changes.xml Fri Jul 18 13:41:26 2008
@@ -24,6 +24,18 @@
   </properties>
   <body>
     <release version="1.0-SNAPSHOT" date="as in SVN" description="Sandbox release">
+      <action dev="sgoeschl" issue="EXEC-25" type="fix">
+        Using variable substitution within CommandLine broke the regression tests
+        under Windows. Found also another bug when calling CommandLine.getExecutable()
+        the result was not substituted at all. As a general rule we do variable
+        substitution and file separator fixing on the command line executable and
+        variable substitution but NO file separator fixing for the command line
+        arguments. 
+      </action>
+      <action dev="sgoeschl" type="add">
+        Added convinience method to add two parameters to the CommandLine
+        using one method invocation.
+      </action>
       <action dev="sgoeschl" type="fix">
         Implemented better regression test for OpenVMS affecting also
         the Executor and CommandLauncher interface.