You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Keller (JIRA)" <ji...@apache.org> on 2013/12/08 12:48:35 UTC

[jira] [Updated] (EXEC-75) 1.1 and trunk test passed on Mac OS 10.9 with JDK 7

     [ https://issues.apache.org/jira/browse/EXEC-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Keller updated EXEC-75:
--------------------------------

    Description: 
Hello,

You might be interested to know that commons-exec passed all the tests with success on my environnement. This environnement was not yet listed in the test-matrix page.

Here are the results for trunk:
Buildfile: /Users/ekeller/svn/commons-exec/build.xml

test-junit-present:

junit-present:

compile:

compile-tests:

test:
    [junit] Running org.apache.commons.exec.CommandLineTest
    [junit] Testsuite: org.apache.commons.exec.CommandLineTest
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
    [junit] ------------- Standard Output ---------------
    [junit] testToStringTroubleshooting
    [junit] cmd1: [sh, -c, echo 1]
    [junit] cmd2: [sh, -c, echo, 1]
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testParseComplexCommandLine1 took 0,005 sec
    [junit] Testcase: testParseComplexCommandLine2 took 0 sec
    [junit] Testcase: testParseRealLifeCommandLine_1 took 0,001 sec
    [junit] Testcase: testComplexAddArgument took 0,002 sec
    [junit] Testcase: testComplexAddArguments1 took 0 sec
    [junit] Testcase: testComplexAddArguments2 took 0,001 sec
    [junit] Testcase: testCommandLineParsingWithExpansion1 took 0,001 sec
    [junit] Testcase: testCommandLineParsingWithExpansion2 took 0,001 sec
    [junit] Testcase: testCommandLineParsingWithExpansion3 took 0 sec
    [junit] Testcase: testToString took 0,001 sec
    [junit] Testcase: testToStringTroubleshooting took 0 sec
    [junit] Testcase: testExecutableWhitespaceString took 0 sec
    [junit] Testcase: testNullExecutable took 0 sec
    [junit] Testcase: testAddArgument took 0 sec
    [junit] Testcase: testAddNullArgument took 0 sec
    [junit] Testcase: testAddArgumentWithSpace took 0 sec
    [junit] Testcase: testAddArgumentWithQuote took 0 sec
    [junit] Testcase: testAddArguments took 0 sec
    [junit] Testcase: testAddArgumentWithQuotesAround took 0 sec
    [junit] Testcase: testAddArgumentWithSingleQuote took 0 sec
    [junit] Testcase: testAddArgumentWithBothQuotes took 0 sec
    [junit] Testcase: testAddArgumentsWithQuotes took 0 sec
    [junit] Testcase: testAddArgumentsWithQuotesAndSpaces took 0,001 sec
    [junit] Testcase: testAddArgumentsArray took 0 sec
    [junit] Testcase: testAddArgumentsArrayNull took 0 sec
    [junit] Testcase: testAddTwoArguments took 0 sec
    [junit] Testcase: testParseCommandLine took 0 sec
    [junit] Testcase: testParseCommandLineWithQuotes took 0 sec
    [junit] Testcase: testParseCommandLineWithUnevenQuotes took 0 sec
    [junit] Testcase: testParseCommandLineWithNull took 0 sec
    [junit] Testcase: testParseCommandLineWithOnlyWhitespace took 0 sec
    [junit] Testcase: testCopyConstructor took 0 sec
    [junit] Testcase: testExecutable took 0,001 sec
    [junit] Testcase: testExecutableZeroLengthString took 0 sec
    [junit] Running org.apache.commons.exec.DefaultExecutorTest
    [junit] Testsuite: org.apache.commons.exec.DefaultExecutorTest
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78,948 sec
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78,948 sec
    [junit] ------------- Standard Output ---------------
    [junit] FOO..
    [junit] FOO..
    [junit] gdal_translate
    [junit] HDF5:"/home/kk/grass/data/4404.he5"://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3/home/kk/4.tif
    [junit] FOO..
    [junit] PING 127.0.0.1 (127.0.0.1): 56 data bytes
    [junit] 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.068 ms
    [junit] 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.080 ms
    [junit] Process completed in 2006 millis; below is its output
    [junit] Process timed out and was killed by watchdog.
    [junit] org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
    [junit] Process completed in 2005 millis; below is its output
    [junit] Process timed out and was killed.
    [junit] Preparing to execute process - commandLine=[/bin/ls, /opt]
    [junit] Process spun off successfully - process=/bin/ls
    [junit] Preparing to execute process - commandLine=[/bin/ls, /opt]
    [junit] Process spun off successfully - process=/bin/ls
    [junit] Executing [sh, -c, src/test/scripts/invoker.sh]
    [junit] invoker.sh -- going to start daemon process
    [junit] invoker.sh --  daemon process was started
    [junit] Process completed in 8012 millis; above is its output
    [junit] Processes terminated: 6 killed: 8 Multiplier: 1 MaxRetries: 180 Elapsed (avg ms): 1010
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] src/test/scripts/invoker.sh: line 21: cd: ../../../target: No such file or directory
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testExecuteWithSingleEnvironmentVariable took 0,019 sec
    [junit] Testcase: testExecuteAsync took 0,052 sec
    [junit] Testcase: testExecuteAsyncWithError took 0,052 sec
    [junit] Testcase: testExecuteAsyncWithTimelyUserTermination took 2,056 sec
    [junit] Testcase: testExecuteAsyncWithTooLateUserTermination took 6,001 sec
    [junit] Testcase: testExecuteWatchdogSync took 20,007 sec
    [junit] Testcase: testExecuteWatchdogAsync took 10,033 sec
    [junit] Testcase: testExecuteWatchdogVeryLongTimeout took 0,007 sec
    [junit] Testcase: testExecuteNonExistingApplication took 0,003 sec
    [junit] Testcase: testExecuteAsyncWithNonExistingApplication took 2,001 sec
    [junit] Testcase: testExecuteWithCustomExitValue1 took 0,006 sec
    [junit] Testcase: testExecuteWithCustomExitValue2 took 0,007 sec
    [junit] Testcase: testExecuteWithProcessDestroyer took 0,008 sec
    [junit] Testcase: testExecuteAsyncWithProcessDestroyer took 2,053 sec
    [junit] Testcase: testExecuteWithFancyArg took 0,009 sec
    [junit] Testcase: testExecuteWithRedirectedStreams took 0,007 sec
    [junit] Testcase: testExecuteWithStdOutErr took 0,007 sec
    [junit] Testcase: testExecuteWithNullOutErr took 0,006 sec
    [junit] Testcase: testExecuteWithRedirectOutErr took 0,029 sec
    [junit] Testcase: testExecuteWithComplexArguments took 0,008 sec
    [junit] Testcase: testStdInHandling took 0,051 sec
    [junit] Testcase: testEnvironmentVariables took 0,008 sec
    [junit] Testcase: testAddEnvironmentVariables took 0,012 sec
    [junit] Testcase: testAddEnvironmentVariableEmbeddedQuote took 0,009 sec
    [junit] Testcase: testExec33 took 0,107 sec
    [junit] Testcase: testExec34_1 took 0,005 sec
    [junit] Testcase: testExec34_2 took 5,018 sec
    [junit] Testcase: testExec36_1 took 0,008 sec
    [junit] Testcase: testExec36_2 took 0,007 sec
    [junit] Testcase: testExec41WithStreams took 2,006 sec
    [junit] Testcase: testExecute took 0,007 sec
    [junit] Testcase: testExecuteWithWorkingDirectory took 0,007 sec
    [junit] Testcase: testExecuteWithInvalidWorkingDirectory took 0 sec
    [junit] Testcase: testExecuteWithError took 0,006 sec
    [junit] Testcase: testExecuteWithArg took 0,007 sec
    [junit] Testcase: testExec41WithoutStreams took 2,006 sec
    [junit] Testcase: testExec44 took 5,003 sec
    [junit] Testcase: testExec49_1 took 0,06 sec
    [junit] Testcase: testExec49_2 took 0,057 sec
    [junit] Testcase: testExec_57 took 8,013 sec
    [junit] Testcase: testExec_60 took 14,153 sec
    [junit] Running org.apache.commons.exec.LogOutputStreamTest
    [junit] Testsuite: org.apache.commons.exec.LogOutputStreamTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
    [junit] ------------- Standard Output ---------------
    [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
    [junit] rvm_bin_path=/usr/local/rvm/bin
    [junit] TERM_PROGRAM=Apple_Terminal
    [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
    [junit] SHELL=/bin/bash
    [junit] TERM=xterm
    [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
    [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
    [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
    [junit] TERM_PROGRAM_VERSION=326
    [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
    [junit] TERM_SESSION_ID=1ED26886-F0CA-4E62-873F-96551D6C1BFE
    [junit] USER=ekeller
    [junit] rvm_path=/usr/local/rvm
    [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
    [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
    [junit] rvm_prefix=/usr/local
    [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
    [junit] __CHECKFIX1436934=1
    [junit] JAVA_MAIN_CLASS_2170=org.apache.tools.ant.launch.Launcher
    [junit] PWD=/Users/ekeller/svn/commons-exec
    [junit] LANG=fr_FR.UTF-8
    [junit] rvm_version=1.21.8 (stable)
    [junit] SHLVL=2
    [junit] HOME=/Users/ekeller
    [junit] LOGNAME=ekeller
    [junit] JAVA_MAIN_CLASS_2433=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
    [junit] OSS_RB_KEY=54a51ee4f27cbbcb7a771352b980567f
    [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
    [junit] OSS_RB_LOGIN=admin
    [junit] OSS_PHP_LOGIN=lagardere
    [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
    [junit] RUBY_VERSION=ruby-2.0.0-p247
    [junit] _=/usr/bin/env
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testStdout took 0,021 sec
    [junit] Running org.apache.commons.exec.StandAloneTest
    [junit] Testsuite: org.apache.commons.exec.StandAloneTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,045 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,045 sec
    [junit] ------------- Standard Error -----------------
    [junit] mkdir: target/: File exists
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testMe took 0,037 sec
    [junit] Running org.apache.commons.exec.TestUtilTest
    [junit] Testsuite: org.apache.commons.exec.TestUtilTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
    [junit] 
    [junit] Testcase: testAssertArrayNotEquals took 0,003 sec
    [junit] Testcase: testAssertArrayNotOrderEquals took 0 sec
    [junit] Testcase: testAssertArrayEquals took 0 sec
    [junit] Testcase: testAssertArrayEqualsOrderNotSignificant took 0,004 sec
    [junit] Testcase: testAssertArrayEqualsNullNull took 0 sec
    [junit] Testcase: testAssertArrayEqualsActualNull took 0,001 sec
    [junit] Testcase: testAssertArrayEqualsExpectedNull took 0 sec
    [junit] Running org.apache.commons.exec.TutorialTest
    [junit] Testsuite: org.apache.commons.exec.TutorialTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,083 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,083 sec
    [junit] ------------- Standard Output ---------------
    [junit] [main] Preparing print job ...
    [junit] [print] Executing blocking print job  ...
    [junit] [acrord32] Printing the following document : "/Documents and Settings/foo.pdf"
    [junit] [acrord32] Finished printing
    [junit] [main] Successfully sent the print job ...
    [junit] [main] Test is exiting but waiting for the print job to finish...
    [junit] [main] The print job has finished ...
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testTutorialExample took 10,07 sec
    [junit] Running org.apache.commons.exec.environment.EnvironmentUtilTest
    [junit] Testsuite: org.apache.commons.exec.environment.EnvironmentUtilTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,024 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,024 sec
    [junit] 
    [junit] Testcase: testGetProcEnvironmentCaseInsensitiveLookup took 0,002 sec
    [junit] Testcase: testToStrings took 0,007 sec
    [junit] Testcase: testCaseInsensitiveVariableLookup took 0,004 sec
    [junit] Testcase: testGetProcEnvironment took 0,004 sec
    [junit] Running org.apache.commons.exec.util.MapUtilTest
    [junit] Testsuite: org.apache.commons.exec.util.MapUtilTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,022 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,022 sec
    [junit] 
    [junit] Testcase: testMergeMap took 0,014 sec
    [junit] Testcase: testPrefixMap took 0 sec
    [junit] Testcase: testCopyMap took 0 sec
    [junit] Running org.apache.commons.exec.util.StringUtilTest
    [junit] Testsuite: org.apache.commons.exec.util.StringUtilTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
    [junit] 
    [junit] Testcase: testNoStringSubstitution took 0,003 sec
    [junit] Testcase: testErroneousTemplate took 0 sec
    [junit] Testcase: testDefaultStringSubstitution took 0 sec
    [junit] Testcase: testIncompleteSubstitution took 0,005 sec

BUILD SUCCESSFUL
Total time: 1 minute 35 seconds


----------------------
The result for 1.1

Buildfile: /Users/ekeller/svn/commons-exec-1.1/build.xml

test-junit-present:

junit-present:

compile:

compile-tests:

test:
    [junit] Running org.apache.commons.exec.CommandLineTest
    [junit] Testsuite: org.apache.commons.exec.CommandLineTest
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
    [junit] 
    [junit] Testcase: testExecutableZeroLengthString took 0,003 sec
    [junit] Testcase: testExecutableWhitespaceString took 0 sec
    [junit] Testcase: testNullExecutable took 0 sec
    [junit] Testcase: testAddArgument took 0,004 sec
    [junit] Testcase: testAddNullArgument took 0 sec
    [junit] Testcase: testAddArguments took 0 sec
    [junit] Testcase: testAddArgumentWithSpace took 0 sec
    [junit] Testcase: testAddArgumentWithQuote took 0 sec
    [junit] Testcase: testAddArgumentWithQuotesAround took 0 sec
    [junit] Testcase: testAddArgumentWithSingleQuote took 0 sec
    [junit] Testcase: testAddArgumentWithBothQuotes took 0 sec
    [junit] Testcase: testAddArgumentsWithQuotes took 0 sec
    [junit] Testcase: testAddArgumentsWithQuotesAndSpaces took 0,001 sec
    [junit] Testcase: testAddArgumentsArray took 0,001 sec
    [junit] Testcase: testAddArgumentsArrayNull took 0 sec
    [junit] Testcase: testAddTwoArguments took 0 sec
    [junit] Testcase: testParseCommandLine took 0 sec
    [junit] Testcase: testParseCommandLineWithQuotes took 0 sec
    [junit] Testcase: testExecutable took 0,001 sec
    [junit] Testcase: testParseCommandLineWithUnevenQuotes took 0 sec
    [junit] Testcase: testParseCommandLineWithNull took 0 sec
    [junit] Testcase: testParseCommandLineWithOnlyWhitespace took 0 sec
    [junit] Testcase: testParseComplexCommandLine1 took 0,001 sec
    [junit] Testcase: testParseComplexCommandLine2 took 0 sec
    [junit] Testcase: testParseRealLifeCommandLine_1 took 0,001 sec
    [junit] Testcase: testComplexAddArgument took 0,001 sec
    [junit] Testcase: testComplexAddArguments1 took 0 sec
    [junit] Testcase: testComplexAddArguments2 took 0 sec
    [junit] Testcase: testCommandLineParsingWithExpansion1 took 0 sec
    [junit] Testcase: testCommandLineParsingWithExpansion2 took 0,001 sec
    [junit] Testcase: testCommandLineParsingWithExpansion3 took 0 sec
    [junit] Testcase: testToString took 0 sec
    [junit] Testcase: testCopyConstructor took 0 sec
    [junit] Running org.apache.commons.exec.DefaultExecutorTest
    [junit] Testsuite: org.apache.commons.exec.DefaultExecutorTest
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53,636 sec
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53,636 sec
    [junit] ------------- Standard Output ---------------
    [junit] >>> Executing testExecuteWithSingleEnvironmentVariable ...
    [junit] >>> Executing testExecuteAsyncWithError ...
    [junit] >>> Executing testExecuteAsyncWithTimelyUserTermination ...
    [junit] >>> Executing testExecuteAsyncWithTooLateUserTermination ...
    [junit] >>> Executing testExecuteWatchdogSync ...
    [junit] >>> Executing testExecuteWatchdogAsync ...
    [junit] >>> Executing testExecuteNonExistingApplication ...
    [junit] >>> Executing testExecuteAsyncWithNonExistingApplication ...
    [junit] >>> Executing testExecuteWithCustomExitValue1 ...
    [junit] >>> Executing testExecuteWithCustomExitValue2 ...
    [junit] >>> Executing testExecuteWithProcessDestroyer ...
    [junit] >>> Executing testExecuteAsyncWithProcessDestroyer ...
    [junit] >>> Executing testExecuteWithFancyArg ...
    [junit] >>> Executing testExecuteWithRedirectedStreams ...
    [junit] stdout: Apache Commons Exec
    [junit] stdout: Copyright 2005-2010 The Apache Software Foundation
    [junit] stdout: 
    [junit] stdout: This product includes software developed by
    [junit] stdout: The Apache Software Foundation (http://www.apache.org/).
    [junit] stderr: Finished reading from stdin
    [junit] >>> Executing testExecuteWithStdOutErr ...
    [junit] FOO..
    [junit] >>> Executing testExecuteWithNullOutErr ...
    [junit] >>> Executing testExecuteWithRedirectOutErr ...
    [junit] >>> Executing testExecuteWithComplexArguments ...
    [junit] gdal_translate
    [junit] HDF5:"/home/kk/grass/data/4404.he5"://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3/home/kk/4.tif
    [junit] >>> Executing testStdInHandling ...
    [junit] >>> Executing testEnvironmentVariables ...
    [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
    [junit] rvm_bin_path=/usr/local/rvm/bin
    [junit] TERM_PROGRAM=Apple_Terminal
    [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
    [junit] TERM=xterm
    [junit] SHELL=/bin/bash
    [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
    [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
    [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
    [junit] TERM_PROGRAM_VERSION=326
    [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
    [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
    [junit] USER=ekeller
    [junit] rvm_path=/usr/local/rvm
    [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
    [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
    [junit] OSS_INDEX=ouvrages_query
    [junit] OSS_KEY=f294a446cc7acecf222624286c315f12
    [junit] OSS_RB_URL=http://localhost:8080
    [junit] rvm_prefix=/usr/local
    [junit] __CHECKFIX1436934=1
    [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
    [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
    [junit] HOMEBREW_GITHUB_API_TOKEN=12671754736e399097b9e2a9393a309eb2486c78
    [junit] LANG=fr_FR.UTF-8
    [junit] rvm_version=1.21.8 (stable)
    [junit] HOME=/Users/ekeller
    [junit] SHLVL=2
    [junit] LOGNAME=ekeller
    [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
    [junit] JAVA_MAIN_CLASS_2249=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
    [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
    [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
    [junit] RUBY_VERSION=ruby-2.0.0-p247
    [junit] _=/usr/bin/env
    [junit] >>> Executing testAddEnvironmentVariables ...
    [junit] >>> Executing testAddEnvironmentVariableEmbeddedQuote ...
    [junit] >>> Executing testExec33 ...
    [junit] FOO..
    [junit] >>> Executing testExec34 ...
    [junit] >>> Executing testExec36_1 ...
    [junit] === Expected ===
    [junit] ./script/jrake
    [junit] cruise:publish_installers
    [junit] INSTALLER_VERSION=unstable_2_1
    [junit] INSTALLER_PATH="/var/lib/ cruise-agent/installers"
    [junit] INSTALLER_DOWNLOAD_SERVER='something'
    [junit] WITHOUT_HELP_DOC=true
    [junit] === Result ===
    [junit] ./script/jrake
    [junit] cruise:publish_installers
    [junit] INSTALLER_VERSION=unstable_2_1
    [junit] INSTALLER_PATH="/var/lib/ cruise-agent/installers"
    [junit] INSTALLER_DOWNLOAD_SERVER='something'
    [junit] WITHOUT_HELP_DOC=true
    [junit] >>> Executing testExec36_2 ...
    [junit] === Expected ===
    [junit] dotnetfx.exe
    [junit] /q:a
    [junit] /c:"install.exe /l ""/Documents and Settings/myusername/Local Settings/Temp/netfx.log"" /q"
    [junit] === Result ===
    [junit] dotnetfx.exe
    [junit] /q:a
    [junit] /c:"install.exe /l ""/Documents and Settings/myusername/Local Settings/Temp/netfx.log"" /q"
    [junit] >>> Executing testExec41WithStreams ...
    [junit] PING 127.0.0.1 (127.0.0.1): 56 data bytes
    [junit] 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.077 ms
    [junit] 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.130 ms
    [junit] Process completed in 2005 millis; below is its output
    [junit] Process timed out and was killed by watchdog.
    [junit] >>> Executing testExec41WithoutStreams ...
    [junit] org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
    [junit] Process completed in 2005 millis; below is its output
    [junit] Process timed out and was killed.
    [junit] >>> Executing testExec44 ...
    [junit] >>> Executing testExecute ...
    [junit] >>> Executing testExecuteWithWorkingDirectory ...
    [junit] >>> Executing testExecuteWithInvalidWorkingDirectory ...
    [junit] >>> Executing testExecuteWithError ...
    [junit] >>> Executing testExecuteWithArg ...
    [junit] >>> Executing testExecuteAsync ...
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testExecuteWithSingleEnvironmentVariable took 0,02 sec
    [junit] Testcase: testExecuteAsyncWithError took 0,052 sec
    [junit] Testcase: testExecuteAsyncWithTimelyUserTermination took 2,055 sec
    [junit] Testcase: testExecuteAsyncWithTooLateUserTermination took 6,003 sec
    [junit] Testcase: testExecuteWatchdogSync took 20,01 sec
    [junit] Testcase: testExecuteWatchdogAsync took 10,039 sec
    [junit] Testcase: testExecuteNonExistingApplication took 0,003 sec
    [junit] Testcase: testExecuteAsyncWithNonExistingApplication took 2,002 sec
    [junit] Testcase: testExecuteWithCustomExitValue1 took 0,008 sec
    [junit] Testcase: testExecuteWithCustomExitValue2 took 0,007 sec
    [junit] Testcase: testExecuteWithProcessDestroyer took 0,008 sec
    [junit] Testcase: testExecuteAsyncWithProcessDestroyer took 2,054 sec
    [junit] Testcase: testExecuteWithFancyArg took 0,007 sec
    [junit] Testcase: testExecuteWithRedirectedStreams took 0,009 sec
    [junit] Testcase: testExecuteWithStdOutErr took 0,006 sec
    [junit] Testcase: testExecuteWithNullOutErr took 0,006 sec
    [junit] Testcase: testExecuteWithRedirectOutErr took 0,021 sec
    [junit] Testcase: testExecuteWithComplexArguments took 0,007 sec
    [junit] Testcase: testStdInHandling took 0,051 sec
    [junit] Testcase: testEnvironmentVariables took 0,008 sec
    [junit] Testcase: testAddEnvironmentVariables took 0,01 sec
    [junit] Testcase: testAddEnvironmentVariableEmbeddedQuote took 0,009 sec
    [junit] Testcase: testExec33 took 0,107 sec
    [junit] Testcase: testExec34 took 2,002 sec
    [junit] Testcase: testExec36_1 took 0,007 sec
    [junit] Testcase: testExec36_2 took 0,007 sec
    [junit] Testcase: testExec41WithStreams took 2,006 sec
    [junit] Testcase: testExec41WithoutStreams took 2,006 sec
    [junit] Testcase: testExec44 took 5,002 sec
    [junit] Testcase: testExecute took 0,007 sec
    [junit] Testcase: testExecuteWithWorkingDirectory took 0,006 sec
    [junit] Testcase: testExecuteWithInvalidWorkingDirectory took 0 sec
    [junit] Testcase: testExecuteWithError took 0,007 sec
    [junit] Testcase: testExecuteWithArg took 0,007 sec
    [junit] Testcase: testExecuteAsync took 0,051 sec
    [junit] Running org.apache.commons.exec.LogOutputStreamTest
    [junit] Testsuite: org.apache.commons.exec.LogOutputStreamTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,042 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,042 sec
    [junit] ------------- Standard Output ---------------
    [junit] >>> Executing testStdout ...
    [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
    [junit] rvm_bin_path=/usr/local/rvm/bin
    [junit] TERM_PROGRAM=Apple_Terminal
    [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
    [junit] TERM=xterm
    [junit] SHELL=/bin/bash
    [junit] JAVA_MAIN_CLASS_2423=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
    [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
    [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
    [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
    [junit] TERM_PROGRAM_VERSION=326
    [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
    [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
    [junit] USER=ekeller
    [junit] rvm_path=/usr/local/rvm
    [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
    [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
    [junit] rvm_prefix=/usr/local
    [junit] __CHECKFIX1436934=1
    [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
    [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
    [junit] HOMEBREW_GITHUB_API_TOKEN=12671754736e399097b9e2a9393a309eb2486c78
    [junit] LANG=fr_FR.UTF-8
    [junit] rvm_version=1.21.8 (stable)
    [junit] HOME=/Users/ekeller
    [junit] SHLVL=2
    [junit] LOGNAME=ekeller
    [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
    [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
    [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
    [junit] RUBY_VERSION=ruby-2.0.0-p247
    [junit] _=/usr/bin/env
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testStdout took 0,034 sec
    [junit] Running org.apache.commons.exec.TestUtilTest
    [junit] Testsuite: org.apache.commons.exec.TestUtilTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,026 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,026 sec
    [junit] 
    [junit] Testcase: testAssertArrayEquals took 0,004 sec
    [junit] Testcase: testAssertArrayNotEquals took 0 sec
    [junit] Testcase: testAssertArrayEqualsNullNull took 0,003 sec
    [junit] Testcase: testAssertArrayEqualsActualNull took 0,003 sec
    [junit] Testcase: testAssertArrayEqualsExpectedNull took 0 sec
    [junit] Testcase: testAssertArrayNotOrderEquals took 0 sec
    [junit] Testcase: testAssertArrayEqualsOrderNotSignificant took 0,002 sec
    [junit] Running org.apache.commons.exec.TutorialTest
    [junit] Testsuite: org.apache.commons.exec.TutorialTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,079 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,079 sec
    [junit] ------------- Standard Output ---------------
    [junit] [main] Preparing print job ...
    [junit] [print] Executing blocking print job  ...
    [junit] [acrord32] Printing the following document : "/Documents and Settings/foo.pdf"
    [junit] [acrord32] Finished printing
    [junit] [main] Successfully sent the print job ...
    [junit] [main] Test is exiting but waiting for the print job to finish...
    [junit] [main] The print job has finished ...
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testTutorialExample took 10,071 sec
    [junit] Running org.apache.commons.exec.environment.EnvironmentUtilTest
    [junit] Testsuite: org.apache.commons.exec.environment.EnvironmentUtilTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
    [junit] ------------- Standard Output ---------------
    [junit] TERM=xterm
    [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
    [junit] TERM_PROGRAM_VERSION=326
    [junit] SHLVL=1
    [junit] TERM_PROGRAM=Apple_Terminal
    [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
    [junit] rvm_version=1.21.8 (stable)
    [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
    [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
    [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
    [junit] rvm_prefix=/usr/local
     [junit] LOGNAME=ekeller
    [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
    [junit] RUBY_VERSION=ruby-2.0.0-p247
    [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
    [junit] __CHECKFIX1436934=1
    [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
    [junit] SHELL=/bin/bash
    [junit] rvm_bin_path=/usr/local/rvm/bin
    [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
    [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
    [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
    [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
    [junit] USER=ekeller
    [junit] HOME=/Users/ekeller
    [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
    [junit] rvm_path=/usr/local/rvm
    [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
    [junit] JAVA_MAIN_CLASS_2461=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
    [junit] LANG=fr_FR.UTF-8
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetProcEnvironmentCaseInsensitiveLookup took 0,003 sec
    [junit] Testcase: testCaseInsensitiveVariableLookup took 0,007 sec
    [junit] Testcase: testGetProcEnvironment took 0,003 sec
    [junit] Testcase: testToStrings took 0,005 sec
    [junit] Running org.apache.commons.exec.util.MapUtilTest
    [junit] Testsuite: org.apache.commons.exec.util.MapUtilTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,035 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,035 sec
    [junit] 
    [junit] Testcase: testMergeMap took 0,023 sec
    [junit] Testcase: testPrefixMap took 0 sec
    [junit] Testcase: testCopyMap took 0,001 sec
    [junit] Running org.apache.commons.exec.util.StringUtilTest
    [junit] Testsuite: org.apache.commons.exec.util.StringUtilTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,012 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,012 sec
    [junit] 
    [junit] Testcase: testErroneousTemplate took 0,002 sec
    [junit] Testcase: testDefaultStringSubstitution took 0 sec
    [junit] Testcase: testIncompleteSubstitution took 0 sec
    [junit] Testcase: testNoStringSubstitution took 0,003 sec

BUILD SUCCESSFUL
Total time: 1 minute 9 seconds

  was:
Hello,

You might be interested to know that commons-exec passed all the tests with success on my environnement. This environnement was not yet listed in the test-matrix page.

Here are the results for trunk:
Buildfile: /Users/ekeller/svn/commons-exec/build.xml

test-junit-present:

junit-present:

compile:

compile-tests:

test:
    [junit] Running org.apache.commons.exec.CommandLineTest
    [junit] Testsuite: org.apache.commons.exec.CommandLineTest
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
    [junit] ------------- Standard Output ---------------
    [junit] testToStringTroubleshooting
    [junit] cmd1: [sh, -c, echo 1]
    [junit] cmd2: [sh, -c, echo, 1]
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testParseComplexCommandLine1 took 0,005 sec
    [junit] Testcase: testParseComplexCommandLine2 took 0 sec
    [junit] Testcase: testParseRealLifeCommandLine_1 took 0,001 sec
    [junit] Testcase: testComplexAddArgument took 0,002 sec
    [junit] Testcase: testComplexAddArguments1 took 0 sec
    [junit] Testcase: testComplexAddArguments2 took 0,001 sec
    [junit] Testcase: testCommandLineParsingWithExpansion1 took 0,001 sec
    [junit] Testcase: testCommandLineParsingWithExpansion2 took 0,001 sec
    [junit] Testcase: testCommandLineParsingWithExpansion3 took 0 sec
    [junit] Testcase: testToString took 0,001 sec
    [junit] Testcase: testToStringTroubleshooting took 0 sec
    [junit] Testcase: testExecutableWhitespaceString took 0 sec
    [junit] Testcase: testNullExecutable took 0 sec
    [junit] Testcase: testAddArgument took 0 sec
    [junit] Testcase: testAddNullArgument took 0 sec
    [junit] Testcase: testAddArgumentWithSpace took 0 sec
    [junit] Testcase: testAddArgumentWithQuote took 0 sec
    [junit] Testcase: testAddArguments took 0 sec
    [junit] Testcase: testAddArgumentWithQuotesAround took 0 sec
    [junit] Testcase: testAddArgumentWithSingleQuote took 0 sec
    [junit] Testcase: testAddArgumentWithBothQuotes took 0 sec
    [junit] Testcase: testAddArgumentsWithQuotes took 0 sec
    [junit] Testcase: testAddArgumentsWithQuotesAndSpaces took 0,001 sec
    [junit] Testcase: testAddArgumentsArray took 0 sec
    [junit] Testcase: testAddArgumentsArrayNull took 0 sec
    [junit] Testcase: testAddTwoArguments took 0 sec
    [junit] Testcase: testParseCommandLine took 0 sec
    [junit] Testcase: testParseCommandLineWithQuotes took 0 sec
    [junit] Testcase: testParseCommandLineWithUnevenQuotes took 0 sec
    [junit] Testcase: testParseCommandLineWithNull took 0 sec
    [junit] Testcase: testParseCommandLineWithOnlyWhitespace took 0 sec
    [junit] Testcase: testCopyConstructor took 0 sec
    [junit] Testcase: testExecutable took 0,001 sec
    [junit] Testcase: testExecutableZeroLengthString took 0 sec
    [junit] Running org.apache.commons.exec.DefaultExecutorTest
    [junit] Testsuite: org.apache.commons.exec.DefaultExecutorTest
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78,948 sec
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78,948 sec
    [junit] ------------- Standard Output ---------------
    [junit] FOO..
    [junit] FOO..
    [junit] gdal_translate
    [junit] HDF5:"/home/kk/grass/data/4404.he5"://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3/home/kk/4.tif
    [junit] FOO..
    [junit] PING 127.0.0.1 (127.0.0.1): 56 data bytes
    [junit] 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.068 ms
    [junit] 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.080 ms
    [junit] Process completed in 2006 millis; below is its output
    [junit] Process timed out and was killed by watchdog.
    [junit] org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
    [junit] Process completed in 2005 millis; below is its output
    [junit] Process timed out and was killed.
    [junit] Preparing to execute process - commandLine=[/bin/ls, /opt]
    [junit] Process spun off successfully - process=/bin/ls
    [junit] Preparing to execute process - commandLine=[/bin/ls, /opt]
    [junit] Process spun off successfully - process=/bin/ls
    [junit] Executing [sh, -c, src/test/scripts/invoker.sh]
    [junit] invoker.sh -- going to start daemon process
    [junit] invoker.sh --  daemon process was started
    [junit] Process completed in 8012 millis; above is its output
    [junit] Processes terminated: 6 killed: 8 Multiplier: 1 MaxRetries: 180 Elapsed (avg ms): 1010
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] src/test/scripts/invoker.sh: line 21: cd: ../../../target: No such file or directory
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testExecuteWithSingleEnvironmentVariable took 0,019 sec
    [junit] Testcase: testExecuteAsync took 0,052 sec
    [junit] Testcase: testExecuteAsyncWithError took 0,052 sec
    [junit] Testcase: testExecuteAsyncWithTimelyUserTermination took 2,056 sec
    [junit] Testcase: testExecuteAsyncWithTooLateUserTermination took 6,001 sec
    [junit] Testcase: testExecuteWatchdogSync took 20,007 sec
    [junit] Testcase: testExecuteWatchdogAsync took 10,033 sec
    [junit] Testcase: testExecuteWatchdogVeryLongTimeout took 0,007 sec
    [junit] Testcase: testExecuteNonExistingApplication took 0,003 sec
    [junit] Testcase: testExecuteAsyncWithNonExistingApplication took 2,001 sec
    [junit] Testcase: testExecuteWithCustomExitValue1 took 0,006 sec
    [junit] Testcase: testExecuteWithCustomExitValue2 took 0,007 sec
    [junit] Testcase: testExecuteWithProcessDestroyer took 0,008 sec
    [junit] Testcase: testExecuteAsyncWithProcessDestroyer took 2,053 sec
    [junit] Testcase: testExecuteWithFancyArg took 0,009 sec
    [junit] Testcase: testExecuteWithRedirectedStreams took 0,007 sec
    [junit] Testcase: testExecuteWithStdOutErr took 0,007 sec
    [junit] Testcase: testExecuteWithNullOutErr took 0,006 sec
    [junit] Testcase: testExecuteWithRedirectOutErr took 0,029 sec
    [junit] Testcase: testExecuteWithComplexArguments took 0,008 sec
    [junit] Testcase: testStdInHandling took 0,051 sec
    [junit] Testcase: testEnvironmentVariables took 0,008 sec
    [junit] Testcase: testAddEnvironmentVariables took 0,012 sec
    [junit] Testcase: testAddEnvironmentVariableEmbeddedQuote took 0,009 sec
    [junit] Testcase: testExec33 took 0,107 sec
    [junit] Testcase: testExec34_1 took 0,005 sec
    [junit] Testcase: testExec34_2 took 5,018 sec
    [junit] Testcase: testExec36_1 took 0,008 sec
    [junit] Testcase: testExec36_2 took 0,007 sec
    [junit] Testcase: testExec41WithStreams took 2,006 sec
    [junit] Testcase: testExecute took 0,007 sec
    [junit] Testcase: testExecuteWithWorkingDirectory took 0,007 sec
    [junit] Testcase: testExecuteWithInvalidWorkingDirectory took 0 sec
    [junit] Testcase: testExecuteWithError took 0,006 sec
    [junit] Testcase: testExecuteWithArg took 0,007 sec
    [junit] Testcase: testExec41WithoutStreams took 2,006 sec
    [junit] Testcase: testExec44 took 5,003 sec
    [junit] Testcase: testExec49_1 took 0,06 sec
    [junit] Testcase: testExec49_2 took 0,057 sec
    [junit] Testcase: testExec_57 took 8,013 sec
    [junit] Testcase: testExec_60 took 14,153 sec
    [junit] Running org.apache.commons.exec.LogOutputStreamTest
    [junit] Testsuite: org.apache.commons.exec.LogOutputStreamTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
    [junit] ------------- Standard Output ---------------
    [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
    [junit] rvm_bin_path=/usr/local/rvm/bin
    [junit] TERM_PROGRAM=Apple_Terminal
    [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
    [junit] SHELL=/bin/bash
    [junit] TERM=xterm
    [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
    [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
    [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
    [junit] TERM_PROGRAM_VERSION=326
    [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
    [junit] TERM_SESSION_ID=1ED26886-F0CA-4E62-873F-96551D6C1BFE
    [junit] USER=ekeller
    [junit] rvm_path=/usr/local/rvm
    [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
    [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
    [junit] OSS_INDEX=ouvrages_query
    [junit] OSS_KEY=f294a446cc7acecf222624286c315f12
    [junit] OSS_RB_URL=http://localhost:8080
    [junit] rvm_prefix=/usr/local
    [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
    [junit] __CHECKFIX1436934=1
    [junit] JAVA_MAIN_CLASS_2170=org.apache.tools.ant.launch.Launcher
    [junit] OSS_PHP_URL=http://ssd4.open-search-server.com/lagardere
    [junit] OSS_PHP_KEY=290519713e3ce5bf24e6069bdd5ed0d8
    [junit] PWD=/Users/ekeller/svn/commons-exec
    [junit] HOMEBREW_GITHUB_API_TOKEN=12671754736e399097b9e2a9393a309eb2486c78
    [junit] LANG=fr_FR.UTF-8
    [junit] OSS_PHP_INDEX=INDEX 2 - recherches fullt_text images
    [junit] OSS_URL=http://ssd1.open-search-server.com/lavoisier
    [junit] OSS_LOGIN=lavoisier
    [junit] rvm_version=1.21.8 (stable)
    [junit] SHLVL=2
    [junit] HOME=/Users/ekeller
    [junit] LOGNAME=ekeller
    [junit] JAVA_MAIN_CLASS_2433=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
    [junit] OSS_RB_KEY=54a51ee4f27cbbcb7a771352b980567f
    [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
    [junit] OSS_RB_LOGIN=admin
    [junit] OSS_PHP_LOGIN=lagardere
    [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
    [junit] RUBY_VERSION=ruby-2.0.0-p247
    [junit] _=/usr/bin/env
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testStdout took 0,021 sec
    [junit] Running org.apache.commons.exec.StandAloneTest
    [junit] Testsuite: org.apache.commons.exec.StandAloneTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,045 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,045 sec
    [junit] ------------- Standard Error -----------------
    [junit] mkdir: target/: File exists
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testMe took 0,037 sec
    [junit] Running org.apache.commons.exec.TestUtilTest
    [junit] Testsuite: org.apache.commons.exec.TestUtilTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
    [junit] 
    [junit] Testcase: testAssertArrayNotEquals took 0,003 sec
    [junit] Testcase: testAssertArrayNotOrderEquals took 0 sec
    [junit] Testcase: testAssertArrayEquals took 0 sec
    [junit] Testcase: testAssertArrayEqualsOrderNotSignificant took 0,004 sec
    [junit] Testcase: testAssertArrayEqualsNullNull took 0 sec
    [junit] Testcase: testAssertArrayEqualsActualNull took 0,001 sec
    [junit] Testcase: testAssertArrayEqualsExpectedNull took 0 sec
    [junit] Running org.apache.commons.exec.TutorialTest
    [junit] Testsuite: org.apache.commons.exec.TutorialTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,083 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,083 sec
    [junit] ------------- Standard Output ---------------
    [junit] [main] Preparing print job ...
    [junit] [print] Executing blocking print job  ...
    [junit] [acrord32] Printing the following document : "/Documents and Settings/foo.pdf"
    [junit] [acrord32] Finished printing
    [junit] [main] Successfully sent the print job ...
    [junit] [main] Test is exiting but waiting for the print job to finish...
    [junit] [main] The print job has finished ...
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testTutorialExample took 10,07 sec
    [junit] Running org.apache.commons.exec.environment.EnvironmentUtilTest
    [junit] Testsuite: org.apache.commons.exec.environment.EnvironmentUtilTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,024 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,024 sec
    [junit] 
    [junit] Testcase: testGetProcEnvironmentCaseInsensitiveLookup took 0,002 sec
    [junit] Testcase: testToStrings took 0,007 sec
    [junit] Testcase: testCaseInsensitiveVariableLookup took 0,004 sec
    [junit] Testcase: testGetProcEnvironment took 0,004 sec
    [junit] Running org.apache.commons.exec.util.MapUtilTest
    [junit] Testsuite: org.apache.commons.exec.util.MapUtilTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,022 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,022 sec
    [junit] 
    [junit] Testcase: testMergeMap took 0,014 sec
    [junit] Testcase: testPrefixMap took 0 sec
    [junit] Testcase: testCopyMap took 0 sec
    [junit] Running org.apache.commons.exec.util.StringUtilTest
    [junit] Testsuite: org.apache.commons.exec.util.StringUtilTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
    [junit] 
    [junit] Testcase: testNoStringSubstitution took 0,003 sec
    [junit] Testcase: testErroneousTemplate took 0 sec
    [junit] Testcase: testDefaultStringSubstitution took 0 sec
    [junit] Testcase: testIncompleteSubstitution took 0,005 sec

BUILD SUCCESSFUL
Total time: 1 minute 35 seconds


----------------------
The result for 1.1

Buildfile: /Users/ekeller/svn/commons-exec-1.1/build.xml

test-junit-present:

junit-present:

compile:

compile-tests:

test:
    [junit] Running org.apache.commons.exec.CommandLineTest
    [junit] Testsuite: org.apache.commons.exec.CommandLineTest
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
    [junit] 
    [junit] Testcase: testExecutableZeroLengthString took 0,003 sec
    [junit] Testcase: testExecutableWhitespaceString took 0 sec
    [junit] Testcase: testNullExecutable took 0 sec
    [junit] Testcase: testAddArgument took 0,004 sec
    [junit] Testcase: testAddNullArgument took 0 sec
    [junit] Testcase: testAddArguments took 0 sec
    [junit] Testcase: testAddArgumentWithSpace took 0 sec
    [junit] Testcase: testAddArgumentWithQuote took 0 sec
    [junit] Testcase: testAddArgumentWithQuotesAround took 0 sec
    [junit] Testcase: testAddArgumentWithSingleQuote took 0 sec
    [junit] Testcase: testAddArgumentWithBothQuotes took 0 sec
    [junit] Testcase: testAddArgumentsWithQuotes took 0 sec
    [junit] Testcase: testAddArgumentsWithQuotesAndSpaces took 0,001 sec
    [junit] Testcase: testAddArgumentsArray took 0,001 sec
    [junit] Testcase: testAddArgumentsArrayNull took 0 sec
    [junit] Testcase: testAddTwoArguments took 0 sec
    [junit] Testcase: testParseCommandLine took 0 sec
    [junit] Testcase: testParseCommandLineWithQuotes took 0 sec
    [junit] Testcase: testExecutable took 0,001 sec
    [junit] Testcase: testParseCommandLineWithUnevenQuotes took 0 sec
    [junit] Testcase: testParseCommandLineWithNull took 0 sec
    [junit] Testcase: testParseCommandLineWithOnlyWhitespace took 0 sec
    [junit] Testcase: testParseComplexCommandLine1 took 0,001 sec
    [junit] Testcase: testParseComplexCommandLine2 took 0 sec
    [junit] Testcase: testParseRealLifeCommandLine_1 took 0,001 sec
    [junit] Testcase: testComplexAddArgument took 0,001 sec
    [junit] Testcase: testComplexAddArguments1 took 0 sec
    [junit] Testcase: testComplexAddArguments2 took 0 sec
    [junit] Testcase: testCommandLineParsingWithExpansion1 took 0 sec
    [junit] Testcase: testCommandLineParsingWithExpansion2 took 0,001 sec
    [junit] Testcase: testCommandLineParsingWithExpansion3 took 0 sec
    [junit] Testcase: testToString took 0 sec
    [junit] Testcase: testCopyConstructor took 0 sec
    [junit] Running org.apache.commons.exec.DefaultExecutorTest
    [junit] Testsuite: org.apache.commons.exec.DefaultExecutorTest
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53,636 sec
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53,636 sec
    [junit] ------------- Standard Output ---------------
    [junit] >>> Executing testExecuteWithSingleEnvironmentVariable ...
    [junit] >>> Executing testExecuteAsyncWithError ...
    [junit] >>> Executing testExecuteAsyncWithTimelyUserTermination ...
    [junit] >>> Executing testExecuteAsyncWithTooLateUserTermination ...
    [junit] >>> Executing testExecuteWatchdogSync ...
    [junit] >>> Executing testExecuteWatchdogAsync ...
    [junit] >>> Executing testExecuteNonExistingApplication ...
    [junit] >>> Executing testExecuteAsyncWithNonExistingApplication ...
    [junit] >>> Executing testExecuteWithCustomExitValue1 ...
    [junit] >>> Executing testExecuteWithCustomExitValue2 ...
    [junit] >>> Executing testExecuteWithProcessDestroyer ...
    [junit] >>> Executing testExecuteAsyncWithProcessDestroyer ...
    [junit] >>> Executing testExecuteWithFancyArg ...
    [junit] >>> Executing testExecuteWithRedirectedStreams ...
    [junit] stdout: Apache Commons Exec
    [junit] stdout: Copyright 2005-2010 The Apache Software Foundation
    [junit] stdout: 
    [junit] stdout: This product includes software developed by
    [junit] stdout: The Apache Software Foundation (http://www.apache.org/).
    [junit] stderr: Finished reading from stdin
    [junit] >>> Executing testExecuteWithStdOutErr ...
    [junit] FOO..
    [junit] >>> Executing testExecuteWithNullOutErr ...
    [junit] >>> Executing testExecuteWithRedirectOutErr ...
    [junit] >>> Executing testExecuteWithComplexArguments ...
    [junit] gdal_translate
    [junit] HDF5:"/home/kk/grass/data/4404.he5"://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3/home/kk/4.tif
    [junit] >>> Executing testStdInHandling ...
    [junit] >>> Executing testEnvironmentVariables ...
    [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
    [junit] rvm_bin_path=/usr/local/rvm/bin
    [junit] TERM_PROGRAM=Apple_Terminal
    [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
    [junit] TERM=xterm
    [junit] SHELL=/bin/bash
    [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
    [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
    [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
    [junit] TERM_PROGRAM_VERSION=326
    [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
    [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
    [junit] USER=ekeller
    [junit] rvm_path=/usr/local/rvm
    [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
    [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
    [junit] OSS_INDEX=ouvrages_query
    [junit] OSS_KEY=f294a446cc7acecf222624286c315f12
    [junit] OSS_RB_URL=http://localhost:8080
    [junit] rvm_prefix=/usr/local
    [junit] __CHECKFIX1436934=1
    [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
    [junit] OSS_PHP_URL=http://ssd4.open-search-server.com/lagardere
    [junit] OSS_PHP_KEY=290519713e3ce5bf24e6069bdd5ed0d8
    [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
    [junit] HOMEBREW_GITHUB_API_TOKEN=12671754736e399097b9e2a9393a309eb2486c78
    [junit] LANG=fr_FR.UTF-8
    [junit] OSS_PHP_INDEX=INDEX 2 - recherches fullt_text images
    [junit] OSS_URL=http://ssd1.open-search-server.com/lavoisier
    [junit] OSS_LOGIN=lavoisier
    [junit] rvm_version=1.21.8 (stable)
    [junit] HOME=/Users/ekeller
    [junit] SHLVL=2
    [junit] LOGNAME=ekeller
    [junit] OSS_RB_KEY=54a51ee4f27cbbcb7a771352b980567f
    [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
    [junit] OSS_RB_LOGIN=admin
    [junit] JAVA_MAIN_CLASS_2249=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
    [junit] OSS_PHP_LOGIN=lagardere
    [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
    [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
    [junit] RUBY_VERSION=ruby-2.0.0-p247
    [junit] _=/usr/bin/env
    [junit] >>> Executing testAddEnvironmentVariables ...
    [junit] >>> Executing testAddEnvironmentVariableEmbeddedQuote ...
    [junit] >>> Executing testExec33 ...
    [junit] FOO..
    [junit] >>> Executing testExec34 ...
    [junit] >>> Executing testExec36_1 ...
    [junit] === Expected ===
    [junit] ./script/jrake
    [junit] cruise:publish_installers
    [junit] INSTALLER_VERSION=unstable_2_1
    [junit] INSTALLER_PATH="/var/lib/ cruise-agent/installers"
    [junit] INSTALLER_DOWNLOAD_SERVER='something'
    [junit] WITHOUT_HELP_DOC=true
    [junit] === Result ===
    [junit] ./script/jrake
    [junit] cruise:publish_installers
    [junit] INSTALLER_VERSION=unstable_2_1
    [junit] INSTALLER_PATH="/var/lib/ cruise-agent/installers"
    [junit] INSTALLER_DOWNLOAD_SERVER='something'
    [junit] WITHOUT_HELP_DOC=true
    [junit] >>> Executing testExec36_2 ...
    [junit] === Expected ===
    [junit] dotnetfx.exe
    [junit] /q:a
    [junit] /c:"install.exe /l ""/Documents and Settings/myusername/Local Settings/Temp/netfx.log"" /q"
    [junit] === Result ===
    [junit] dotnetfx.exe
    [junit] /q:a
    [junit] /c:"install.exe /l ""/Documents and Settings/myusername/Local Settings/Temp/netfx.log"" /q"
    [junit] >>> Executing testExec41WithStreams ...
    [junit] PING 127.0.0.1 (127.0.0.1): 56 data bytes
    [junit] 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.077 ms
    [junit] 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.130 ms
    [junit] Process completed in 2005 millis; below is its output
    [junit] Process timed out and was killed by watchdog.
    [junit] >>> Executing testExec41WithoutStreams ...
    [junit] org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
    [junit] Process completed in 2005 millis; below is its output
    [junit] Process timed out and was killed.
    [junit] >>> Executing testExec44 ...
    [junit] >>> Executing testExecute ...
    [junit] >>> Executing testExecuteWithWorkingDirectory ...
    [junit] >>> Executing testExecuteWithInvalidWorkingDirectory ...
    [junit] >>> Executing testExecuteWithError ...
    [junit] >>> Executing testExecuteWithArg ...
    [junit] >>> Executing testExecuteAsync ...
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testExecuteWithSingleEnvironmentVariable took 0,02 sec
    [junit] Testcase: testExecuteAsyncWithError took 0,052 sec
    [junit] Testcase: testExecuteAsyncWithTimelyUserTermination took 2,055 sec
    [junit] Testcase: testExecuteAsyncWithTooLateUserTermination took 6,003 sec
    [junit] Testcase: testExecuteWatchdogSync took 20,01 sec
    [junit] Testcase: testExecuteWatchdogAsync took 10,039 sec
    [junit] Testcase: testExecuteNonExistingApplication took 0,003 sec
    [junit] Testcase: testExecuteAsyncWithNonExistingApplication took 2,002 sec
    [junit] Testcase: testExecuteWithCustomExitValue1 took 0,008 sec
    [junit] Testcase: testExecuteWithCustomExitValue2 took 0,007 sec
    [junit] Testcase: testExecuteWithProcessDestroyer took 0,008 sec
    [junit] Testcase: testExecuteAsyncWithProcessDestroyer took 2,054 sec
    [junit] Testcase: testExecuteWithFancyArg took 0,007 sec
    [junit] Testcase: testExecuteWithRedirectedStreams took 0,009 sec
    [junit] Testcase: testExecuteWithStdOutErr took 0,006 sec
    [junit] Testcase: testExecuteWithNullOutErr took 0,006 sec
    [junit] Testcase: testExecuteWithRedirectOutErr took 0,021 sec
    [junit] Testcase: testExecuteWithComplexArguments took 0,007 sec
    [junit] Testcase: testStdInHandling took 0,051 sec
    [junit] Testcase: testEnvironmentVariables took 0,008 sec
    [junit] Testcase: testAddEnvironmentVariables took 0,01 sec
    [junit] Testcase: testAddEnvironmentVariableEmbeddedQuote took 0,009 sec
    [junit] Testcase: testExec33 took 0,107 sec
    [junit] Testcase: testExec34 took 2,002 sec
    [junit] Testcase: testExec36_1 took 0,007 sec
    [junit] Testcase: testExec36_2 took 0,007 sec
    [junit] Testcase: testExec41WithStreams took 2,006 sec
    [junit] Testcase: testExec41WithoutStreams took 2,006 sec
    [junit] Testcase: testExec44 took 5,002 sec
    [junit] Testcase: testExecute took 0,007 sec
    [junit] Testcase: testExecuteWithWorkingDirectory took 0,006 sec
    [junit] Testcase: testExecuteWithInvalidWorkingDirectory took 0 sec
    [junit] Testcase: testExecuteWithError took 0,007 sec
    [junit] Testcase: testExecuteWithArg took 0,007 sec
    [junit] Testcase: testExecuteAsync took 0,051 sec
    [junit] Running org.apache.commons.exec.LogOutputStreamTest
    [junit] Testsuite: org.apache.commons.exec.LogOutputStreamTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,042 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,042 sec
    [junit] ------------- Standard Output ---------------
    [junit] >>> Executing testStdout ...
    [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
    [junit] rvm_bin_path=/usr/local/rvm/bin
    [junit] TERM_PROGRAM=Apple_Terminal
    [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
    [junit] TERM=xterm
    [junit] SHELL=/bin/bash
    [junit] JAVA_MAIN_CLASS_2423=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
    [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
    [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
    [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
    [junit] TERM_PROGRAM_VERSION=326
    [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
    [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
    [junit] USER=ekeller
    [junit] rvm_path=/usr/local/rvm
    [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
    [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
    [junit] OSS_INDEX=ouvrages_query
    [junit] OSS_KEY=f294a446cc7acecf222624286c315f12
    [junit] OSS_RB_URL=http://localhost:8080
    [junit] rvm_prefix=/usr/local
    [junit] __CHECKFIX1436934=1
    [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
    [junit] OSS_PHP_URL=http://ssd4.open-search-server.com/lagardere
    [junit] OSS_PHP_KEY=290519713e3ce5bf24e6069bdd5ed0d8
    [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
    [junit] HOMEBREW_GITHUB_API_TOKEN=12671754736e399097b9e2a9393a309eb2486c78
    [junit] LANG=fr_FR.UTF-8
    [junit] OSS_PHP_INDEX=INDEX 2 - recherches fullt_text images
    [junit] OSS_URL=http://ssd1.open-search-server.com/lavoisier
    [junit] OSS_LOGIN=lavoisier
    [junit] rvm_version=1.21.8 (stable)
    [junit] HOME=/Users/ekeller
    [junit] SHLVL=2
    [junit] LOGNAME=ekeller
    [junit] OSS_RB_KEY=54a51ee4f27cbbcb7a771352b980567f
    [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
    [junit] OSS_RB_LOGIN=admin
    [junit] OSS_PHP_LOGIN=lagardere
    [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
    [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
    [junit] RUBY_VERSION=ruby-2.0.0-p247
    [junit] _=/usr/bin/env
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testStdout took 0,034 sec
    [junit] Running org.apache.commons.exec.TestUtilTest
    [junit] Testsuite: org.apache.commons.exec.TestUtilTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,026 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,026 sec
    [junit] 
    [junit] Testcase: testAssertArrayEquals took 0,004 sec
    [junit] Testcase: testAssertArrayNotEquals took 0 sec
    [junit] Testcase: testAssertArrayEqualsNullNull took 0,003 sec
    [junit] Testcase: testAssertArrayEqualsActualNull took 0,003 sec
    [junit] Testcase: testAssertArrayEqualsExpectedNull took 0 sec
    [junit] Testcase: testAssertArrayNotOrderEquals took 0 sec
    [junit] Testcase: testAssertArrayEqualsOrderNotSignificant took 0,002 sec
    [junit] Running org.apache.commons.exec.TutorialTest
    [junit] Testsuite: org.apache.commons.exec.TutorialTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,079 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,079 sec
    [junit] ------------- Standard Output ---------------
    [junit] [main] Preparing print job ...
    [junit] [print] Executing blocking print job  ...
    [junit] [acrord32] Printing the following document : "/Documents and Settings/foo.pdf"
    [junit] [acrord32] Finished printing
    [junit] [main] Successfully sent the print job ...
    [junit] [main] Test is exiting but waiting for the print job to finish...
    [junit] [main] The print job has finished ...
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testTutorialExample took 10,071 sec
    [junit] Running org.apache.commons.exec.environment.EnvironmentUtilTest
    [junit] Testsuite: org.apache.commons.exec.environment.EnvironmentUtilTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
    [junit] ------------- Standard Output ---------------
    [junit] TERM=xterm
    [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
    [junit] OSS_LOGIN=lavoisier
    [junit] TERM_PROGRAM_VERSION=326
    [junit] SHLVL=1
    [junit] TERM_PROGRAM=Apple_Terminal
    [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
    [junit] rvm_version=1.21.8 (stable)
    [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
    [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
    [junit] OSS_URL=http://ssd1.open-search-server.com/lavoisier
    [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
    [junit] rvm_prefix=/usr/local
    [junit] HOMEBREW_GITHUB_API_TOKEN=12671754736e399097b9e2a9393a309eb2486c78
    [junit] LOGNAME=ekeller
    [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
    [junit] RUBY_VERSION=ruby-2.0.0-p247
    [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
    [junit] __CHECKFIX1436934=1
    [junit] OSS_PHP_LOGIN=lagardere
    [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
    [junit] SHELL=/bin/bash
    [junit] OSS_KEY=f294a446cc7acecf222624286c315f12
    [junit] rvm_bin_path=/usr/local/rvm/bin
    [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
    [junit] OSS_INDEX=ouvrages_query
    [junit] OSS_RB_LOGIN=admin
    [junit] OSS_RB_URL=http://localhost:8080
    [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
    [junit] OSS_PHP_KEY=290519713e3ce5bf24e6069bdd5ed0d8
    [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
    [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
    [junit] OSS_PHP_INDEX=INDEX 2 - recherches fullt_text images
    [junit] USER=ekeller
    [junit] HOME=/Users/ekeller
    [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
    [junit] rvm_path=/usr/local/rvm
    [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
    [junit] JAVA_MAIN_CLASS_2461=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
    [junit] OSS_PHP_URL=http://ssd4.open-search-server.com/lagardere
    [junit] OSS_RB_KEY=54a51ee4f27cbbcb7a771352b980567f
    [junit] LANG=fr_FR.UTF-8
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetProcEnvironmentCaseInsensitiveLookup took 0,003 sec
    [junit] Testcase: testCaseInsensitiveVariableLookup took 0,007 sec
    [junit] Testcase: testGetProcEnvironment took 0,003 sec
    [junit] Testcase: testToStrings took 0,005 sec
    [junit] Running org.apache.commons.exec.util.MapUtilTest
    [junit] Testsuite: org.apache.commons.exec.util.MapUtilTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,035 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,035 sec
    [junit] 
    [junit] Testcase: testMergeMap took 0,023 sec
    [junit] Testcase: testPrefixMap took 0 sec
    [junit] Testcase: testCopyMap took 0,001 sec
    [junit] Running org.apache.commons.exec.util.StringUtilTest
    [junit] Testsuite: org.apache.commons.exec.util.StringUtilTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,012 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,012 sec
    [junit] 
    [junit] Testcase: testErroneousTemplate took 0,002 sec
    [junit] Testcase: testDefaultStringSubstitution took 0 sec
    [junit] Testcase: testIncompleteSubstitution took 0 sec
    [junit] Testcase: testNoStringSubstitution took 0,003 sec

BUILD SUCCESSFUL
Total time: 1 minute 9 seconds


> 1.1 and trunk test passed on Mac OS 10.9 with JDK 7
> ---------------------------------------------------
>
>                 Key: EXEC-75
>                 URL: https://issues.apache.org/jira/browse/EXEC-75
>             Project: Commons Exec
>          Issue Type: Test
>    Affects Versions: 1.1, 1.2
>         Environment: Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64
> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
>            Reporter: Emmanuel Keller
>            Priority: Trivial
>             Fix For: 1.1, 1.2
>
>
> Hello,
> You might be interested to know that commons-exec passed all the tests with success on my environnement. This environnement was not yet listed in the test-matrix page.
> Here are the results for trunk:
> Buildfile: /Users/ekeller/svn/commons-exec/build.xml
> test-junit-present:
> junit-present:
> compile:
> compile-tests:
> test:
>     [junit] Running org.apache.commons.exec.CommandLineTest
>     [junit] Testsuite: org.apache.commons.exec.CommandLineTest
>     [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
>     [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] testToStringTroubleshooting
>     [junit] cmd1: [sh, -c, echo 1]
>     [junit] cmd2: [sh, -c, echo, 1]
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testParseComplexCommandLine1 took 0,005 sec
>     [junit] Testcase: testParseComplexCommandLine2 took 0 sec
>     [junit] Testcase: testParseRealLifeCommandLine_1 took 0,001 sec
>     [junit] Testcase: testComplexAddArgument took 0,002 sec
>     [junit] Testcase: testComplexAddArguments1 took 0 sec
>     [junit] Testcase: testComplexAddArguments2 took 0,001 sec
>     [junit] Testcase: testCommandLineParsingWithExpansion1 took 0,001 sec
>     [junit] Testcase: testCommandLineParsingWithExpansion2 took 0,001 sec
>     [junit] Testcase: testCommandLineParsingWithExpansion3 took 0 sec
>     [junit] Testcase: testToString took 0,001 sec
>     [junit] Testcase: testToStringTroubleshooting took 0 sec
>     [junit] Testcase: testExecutableWhitespaceString took 0 sec
>     [junit] Testcase: testNullExecutable took 0 sec
>     [junit] Testcase: testAddArgument took 0 sec
>     [junit] Testcase: testAddNullArgument took 0 sec
>     [junit] Testcase: testAddArgumentWithSpace took 0 sec
>     [junit] Testcase: testAddArgumentWithQuote took 0 sec
>     [junit] Testcase: testAddArguments took 0 sec
>     [junit] Testcase: testAddArgumentWithQuotesAround took 0 sec
>     [junit] Testcase: testAddArgumentWithSingleQuote took 0 sec
>     [junit] Testcase: testAddArgumentWithBothQuotes took 0 sec
>     [junit] Testcase: testAddArgumentsWithQuotes took 0 sec
>     [junit] Testcase: testAddArgumentsWithQuotesAndSpaces took 0,001 sec
>     [junit] Testcase: testAddArgumentsArray took 0 sec
>     [junit] Testcase: testAddArgumentsArrayNull took 0 sec
>     [junit] Testcase: testAddTwoArguments took 0 sec
>     [junit] Testcase: testParseCommandLine took 0 sec
>     [junit] Testcase: testParseCommandLineWithQuotes took 0 sec
>     [junit] Testcase: testParseCommandLineWithUnevenQuotes took 0 sec
>     [junit] Testcase: testParseCommandLineWithNull took 0 sec
>     [junit] Testcase: testParseCommandLineWithOnlyWhitespace took 0 sec
>     [junit] Testcase: testCopyConstructor took 0 sec
>     [junit] Testcase: testExecutable took 0,001 sec
>     [junit] Testcase: testExecutableZeroLengthString took 0 sec
>     [junit] Running org.apache.commons.exec.DefaultExecutorTest
>     [junit] Testsuite: org.apache.commons.exec.DefaultExecutorTest
>     [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78,948 sec
>     [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78,948 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] FOO..
>     [junit] FOO..
>     [junit] gdal_translate
>     [junit] HDF5:"/home/kk/grass/data/4404.he5"://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3/home/kk/4.tif
>     [junit] FOO..
>     [junit] PING 127.0.0.1 (127.0.0.1): 56 data bytes
>     [junit] 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.068 ms
>     [junit] 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.080 ms
>     [junit] Process completed in 2006 millis; below is its output
>     [junit] Process timed out and was killed by watchdog.
>     [junit] org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
>     [junit] Process completed in 2005 millis; below is its output
>     [junit] Process timed out and was killed.
>     [junit] Preparing to execute process - commandLine=[/bin/ls, /opt]
>     [junit] Process spun off successfully - process=/bin/ls
>     [junit] Preparing to execute process - commandLine=[/bin/ls, /opt]
>     [junit] Process spun off successfully - process=/bin/ls
>     [junit] Executing [sh, -c, src/test/scripts/invoker.sh]
>     [junit] invoker.sh -- going to start daemon process
>     [junit] invoker.sh --  daemon process was started
>     [junit] Process completed in 8012 millis; above is its output
>     [junit] Processes terminated: 6 killed: 8 Multiplier: 1 MaxRetries: 180 Elapsed (avg ms): 1010
>     [junit] ------------- ---------------- ---------------
>     [junit] ------------- Standard Error -----------------
>     [junit] src/test/scripts/invoker.sh: line 21: cd: ../../../target: No such file or directory
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testExecuteWithSingleEnvironmentVariable took 0,019 sec
>     [junit] Testcase: testExecuteAsync took 0,052 sec
>     [junit] Testcase: testExecuteAsyncWithError took 0,052 sec
>     [junit] Testcase: testExecuteAsyncWithTimelyUserTermination took 2,056 sec
>     [junit] Testcase: testExecuteAsyncWithTooLateUserTermination took 6,001 sec
>     [junit] Testcase: testExecuteWatchdogSync took 20,007 sec
>     [junit] Testcase: testExecuteWatchdogAsync took 10,033 sec
>     [junit] Testcase: testExecuteWatchdogVeryLongTimeout took 0,007 sec
>     [junit] Testcase: testExecuteNonExistingApplication took 0,003 sec
>     [junit] Testcase: testExecuteAsyncWithNonExistingApplication took 2,001 sec
>     [junit] Testcase: testExecuteWithCustomExitValue1 took 0,006 sec
>     [junit] Testcase: testExecuteWithCustomExitValue2 took 0,007 sec
>     [junit] Testcase: testExecuteWithProcessDestroyer took 0,008 sec
>     [junit] Testcase: testExecuteAsyncWithProcessDestroyer took 2,053 sec
>     [junit] Testcase: testExecuteWithFancyArg took 0,009 sec
>     [junit] Testcase: testExecuteWithRedirectedStreams took 0,007 sec
>     [junit] Testcase: testExecuteWithStdOutErr took 0,007 sec
>     [junit] Testcase: testExecuteWithNullOutErr took 0,006 sec
>     [junit] Testcase: testExecuteWithRedirectOutErr took 0,029 sec
>     [junit] Testcase: testExecuteWithComplexArguments took 0,008 sec
>     [junit] Testcase: testStdInHandling took 0,051 sec
>     [junit] Testcase: testEnvironmentVariables took 0,008 sec
>     [junit] Testcase: testAddEnvironmentVariables took 0,012 sec
>     [junit] Testcase: testAddEnvironmentVariableEmbeddedQuote took 0,009 sec
>     [junit] Testcase: testExec33 took 0,107 sec
>     [junit] Testcase: testExec34_1 took 0,005 sec
>     [junit] Testcase: testExec34_2 took 5,018 sec
>     [junit] Testcase: testExec36_1 took 0,008 sec
>     [junit] Testcase: testExec36_2 took 0,007 sec
>     [junit] Testcase: testExec41WithStreams took 2,006 sec
>     [junit] Testcase: testExecute took 0,007 sec
>     [junit] Testcase: testExecuteWithWorkingDirectory took 0,007 sec
>     [junit] Testcase: testExecuteWithInvalidWorkingDirectory took 0 sec
>     [junit] Testcase: testExecuteWithError took 0,006 sec
>     [junit] Testcase: testExecuteWithArg took 0,007 sec
>     [junit] Testcase: testExec41WithoutStreams took 2,006 sec
>     [junit] Testcase: testExec44 took 5,003 sec
>     [junit] Testcase: testExec49_1 took 0,06 sec
>     [junit] Testcase: testExec49_2 took 0,057 sec
>     [junit] Testcase: testExec_57 took 8,013 sec
>     [junit] Testcase: testExec_60 took 14,153 sec
>     [junit] Running org.apache.commons.exec.LogOutputStreamTest
>     [junit] Testsuite: org.apache.commons.exec.LogOutputStreamTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
>     [junit] rvm_bin_path=/usr/local/rvm/bin
>     [junit] TERM_PROGRAM=Apple_Terminal
>     [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
>     [junit] SHELL=/bin/bash
>     [junit] TERM=xterm
>     [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
>     [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
>     [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
>     [junit] TERM_PROGRAM_VERSION=326
>     [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
>     [junit] TERM_SESSION_ID=1ED26886-F0CA-4E62-873F-96551D6C1BFE
>     [junit] USER=ekeller
>     [junit] rvm_path=/usr/local/rvm
>     [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
>     [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
>     [junit] rvm_prefix=/usr/local
>     [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
>     [junit] __CHECKFIX1436934=1
>     [junit] JAVA_MAIN_CLASS_2170=org.apache.tools.ant.launch.Launcher
>     [junit] PWD=/Users/ekeller/svn/commons-exec
>     [junit] LANG=fr_FR.UTF-8
>     [junit] rvm_version=1.21.8 (stable)
>     [junit] SHLVL=2
>     [junit] HOME=/Users/ekeller
>     [junit] LOGNAME=ekeller
>     [junit] JAVA_MAIN_CLASS_2433=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
>     [junit] OSS_RB_KEY=54a51ee4f27cbbcb7a771352b980567f
>     [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
>     [junit] OSS_RB_LOGIN=admin
>     [junit] OSS_PHP_LOGIN=lagardere
>     [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
>     [junit] RUBY_VERSION=ruby-2.0.0-p247
>     [junit] _=/usr/bin/env
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testStdout took 0,021 sec
>     [junit] Running org.apache.commons.exec.StandAloneTest
>     [junit] Testsuite: org.apache.commons.exec.StandAloneTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,045 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,045 sec
>     [junit] ------------- Standard Error -----------------
>     [junit] mkdir: target/: File exists
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testMe took 0,037 sec
>     [junit] Running org.apache.commons.exec.TestUtilTest
>     [junit] Testsuite: org.apache.commons.exec.TestUtilTest
>     [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
>     [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
>     [junit] 
>     [junit] Testcase: testAssertArrayNotEquals took 0,003 sec
>     [junit] Testcase: testAssertArrayNotOrderEquals took 0 sec
>     [junit] Testcase: testAssertArrayEquals took 0 sec
>     [junit] Testcase: testAssertArrayEqualsOrderNotSignificant took 0,004 sec
>     [junit] Testcase: testAssertArrayEqualsNullNull took 0 sec
>     [junit] Testcase: testAssertArrayEqualsActualNull took 0,001 sec
>     [junit] Testcase: testAssertArrayEqualsExpectedNull took 0 sec
>     [junit] Running org.apache.commons.exec.TutorialTest
>     [junit] Testsuite: org.apache.commons.exec.TutorialTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,083 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,083 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] [main] Preparing print job ...
>     [junit] [print] Executing blocking print job  ...
>     [junit] [acrord32] Printing the following document : "/Documents and Settings/foo.pdf"
>     [junit] [acrord32] Finished printing
>     [junit] [main] Successfully sent the print job ...
>     [junit] [main] Test is exiting but waiting for the print job to finish...
>     [junit] [main] The print job has finished ...
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testTutorialExample took 10,07 sec
>     [junit] Running org.apache.commons.exec.environment.EnvironmentUtilTest
>     [junit] Testsuite: org.apache.commons.exec.environment.EnvironmentUtilTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,024 sec
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,024 sec
>     [junit] 
>     [junit] Testcase: testGetProcEnvironmentCaseInsensitiveLookup took 0,002 sec
>     [junit] Testcase: testToStrings took 0,007 sec
>     [junit] Testcase: testCaseInsensitiveVariableLookup took 0,004 sec
>     [junit] Testcase: testGetProcEnvironment took 0,004 sec
>     [junit] Running org.apache.commons.exec.util.MapUtilTest
>     [junit] Testsuite: org.apache.commons.exec.util.MapUtilTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,022 sec
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,022 sec
>     [junit] 
>     [junit] Testcase: testMergeMap took 0,014 sec
>     [junit] Testcase: testPrefixMap took 0 sec
>     [junit] Testcase: testCopyMap took 0 sec
>     [junit] Running org.apache.commons.exec.util.StringUtilTest
>     [junit] Testsuite: org.apache.commons.exec.util.StringUtilTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,017 sec
>     [junit] 
>     [junit] Testcase: testNoStringSubstitution took 0,003 sec
>     [junit] Testcase: testErroneousTemplate took 0 sec
>     [junit] Testcase: testDefaultStringSubstitution took 0 sec
>     [junit] Testcase: testIncompleteSubstitution took 0,005 sec
> BUILD SUCCESSFUL
> Total time: 1 minute 35 seconds
> ----------------------
> The result for 1.1
> Buildfile: /Users/ekeller/svn/commons-exec-1.1/build.xml
> test-junit-present:
> junit-present:
> compile:
> compile-tests:
> test:
>     [junit] Running org.apache.commons.exec.CommandLineTest
>     [junit] Testsuite: org.apache.commons.exec.CommandLineTest
>     [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
>     [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,03 sec
>     [junit] 
>     [junit] Testcase: testExecutableZeroLengthString took 0,003 sec
>     [junit] Testcase: testExecutableWhitespaceString took 0 sec
>     [junit] Testcase: testNullExecutable took 0 sec
>     [junit] Testcase: testAddArgument took 0,004 sec
>     [junit] Testcase: testAddNullArgument took 0 sec
>     [junit] Testcase: testAddArguments took 0 sec
>     [junit] Testcase: testAddArgumentWithSpace took 0 sec
>     [junit] Testcase: testAddArgumentWithQuote took 0 sec
>     [junit] Testcase: testAddArgumentWithQuotesAround took 0 sec
>     [junit] Testcase: testAddArgumentWithSingleQuote took 0 sec
>     [junit] Testcase: testAddArgumentWithBothQuotes took 0 sec
>     [junit] Testcase: testAddArgumentsWithQuotes took 0 sec
>     [junit] Testcase: testAddArgumentsWithQuotesAndSpaces took 0,001 sec
>     [junit] Testcase: testAddArgumentsArray took 0,001 sec
>     [junit] Testcase: testAddArgumentsArrayNull took 0 sec
>     [junit] Testcase: testAddTwoArguments took 0 sec
>     [junit] Testcase: testParseCommandLine took 0 sec
>     [junit] Testcase: testParseCommandLineWithQuotes took 0 sec
>     [junit] Testcase: testExecutable took 0,001 sec
>     [junit] Testcase: testParseCommandLineWithUnevenQuotes took 0 sec
>     [junit] Testcase: testParseCommandLineWithNull took 0 sec
>     [junit] Testcase: testParseCommandLineWithOnlyWhitespace took 0 sec
>     [junit] Testcase: testParseComplexCommandLine1 took 0,001 sec
>     [junit] Testcase: testParseComplexCommandLine2 took 0 sec
>     [junit] Testcase: testParseRealLifeCommandLine_1 took 0,001 sec
>     [junit] Testcase: testComplexAddArgument took 0,001 sec
>     [junit] Testcase: testComplexAddArguments1 took 0 sec
>     [junit] Testcase: testComplexAddArguments2 took 0 sec
>     [junit] Testcase: testCommandLineParsingWithExpansion1 took 0 sec
>     [junit] Testcase: testCommandLineParsingWithExpansion2 took 0,001 sec
>     [junit] Testcase: testCommandLineParsingWithExpansion3 took 0 sec
>     [junit] Testcase: testToString took 0 sec
>     [junit] Testcase: testCopyConstructor took 0 sec
>     [junit] Running org.apache.commons.exec.DefaultExecutorTest
>     [junit] Testsuite: org.apache.commons.exec.DefaultExecutorTest
>     [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53,636 sec
>     [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53,636 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] >>> Executing testExecuteWithSingleEnvironmentVariable ...
>     [junit] >>> Executing testExecuteAsyncWithError ...
>     [junit] >>> Executing testExecuteAsyncWithTimelyUserTermination ...
>     [junit] >>> Executing testExecuteAsyncWithTooLateUserTermination ...
>     [junit] >>> Executing testExecuteWatchdogSync ...
>     [junit] >>> Executing testExecuteWatchdogAsync ...
>     [junit] >>> Executing testExecuteNonExistingApplication ...
>     [junit] >>> Executing testExecuteAsyncWithNonExistingApplication ...
>     [junit] >>> Executing testExecuteWithCustomExitValue1 ...
>     [junit] >>> Executing testExecuteWithCustomExitValue2 ...
>     [junit] >>> Executing testExecuteWithProcessDestroyer ...
>     [junit] >>> Executing testExecuteAsyncWithProcessDestroyer ...
>     [junit] >>> Executing testExecuteWithFancyArg ...
>     [junit] >>> Executing testExecuteWithRedirectedStreams ...
>     [junit] stdout: Apache Commons Exec
>     [junit] stdout: Copyright 2005-2010 The Apache Software Foundation
>     [junit] stdout: 
>     [junit] stdout: This product includes software developed by
>     [junit] stdout: The Apache Software Foundation (http://www.apache.org/).
>     [junit] stderr: Finished reading from stdin
>     [junit] >>> Executing testExecuteWithStdOutErr ...
>     [junit] FOO..
>     [junit] >>> Executing testExecuteWithNullOutErr ...
>     [junit] >>> Executing testExecuteWithRedirectOutErr ...
>     [junit] >>> Executing testExecuteWithComplexArguments ...
>     [junit] gdal_translate
>     [junit] HDF5:"/home/kk/grass/data/4404.he5"://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3/home/kk/4.tif
>     [junit] >>> Executing testStdInHandling ...
>     [junit] >>> Executing testEnvironmentVariables ...
>     [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
>     [junit] rvm_bin_path=/usr/local/rvm/bin
>     [junit] TERM_PROGRAM=Apple_Terminal
>     [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
>     [junit] TERM=xterm
>     [junit] SHELL=/bin/bash
>     [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
>     [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
>     [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
>     [junit] TERM_PROGRAM_VERSION=326
>     [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
>     [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
>     [junit] USER=ekeller
>     [junit] rvm_path=/usr/local/rvm
>     [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
>     [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
>     [junit] OSS_INDEX=ouvrages_query
>     [junit] OSS_KEY=f294a446cc7acecf222624286c315f12
>     [junit] OSS_RB_URL=http://localhost:8080
>     [junit] rvm_prefix=/usr/local
>     [junit] __CHECKFIX1436934=1
>     [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
>     [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
>     [junit] HOMEBREW_GITHUB_API_TOKEN=12671754736e399097b9e2a9393a309eb2486c78
>     [junit] LANG=fr_FR.UTF-8
>     [junit] rvm_version=1.21.8 (stable)
>     [junit] HOME=/Users/ekeller
>     [junit] SHLVL=2
>     [junit] LOGNAME=ekeller
>     [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
>     [junit] JAVA_MAIN_CLASS_2249=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
>     [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
>     [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
>     [junit] RUBY_VERSION=ruby-2.0.0-p247
>     [junit] _=/usr/bin/env
>     [junit] >>> Executing testAddEnvironmentVariables ...
>     [junit] >>> Executing testAddEnvironmentVariableEmbeddedQuote ...
>     [junit] >>> Executing testExec33 ...
>     [junit] FOO..
>     [junit] >>> Executing testExec34 ...
>     [junit] >>> Executing testExec36_1 ...
>     [junit] === Expected ===
>     [junit] ./script/jrake
>     [junit] cruise:publish_installers
>     [junit] INSTALLER_VERSION=unstable_2_1
>     [junit] INSTALLER_PATH="/var/lib/ cruise-agent/installers"
>     [junit] INSTALLER_DOWNLOAD_SERVER='something'
>     [junit] WITHOUT_HELP_DOC=true
>     [junit] === Result ===
>     [junit] ./script/jrake
>     [junit] cruise:publish_installers
>     [junit] INSTALLER_VERSION=unstable_2_1
>     [junit] INSTALLER_PATH="/var/lib/ cruise-agent/installers"
>     [junit] INSTALLER_DOWNLOAD_SERVER='something'
>     [junit] WITHOUT_HELP_DOC=true
>     [junit] >>> Executing testExec36_2 ...
>     [junit] === Expected ===
>     [junit] dotnetfx.exe
>     [junit] /q:a
>     [junit] /c:"install.exe /l ""/Documents and Settings/myusername/Local Settings/Temp/netfx.log"" /q"
>     [junit] === Result ===
>     [junit] dotnetfx.exe
>     [junit] /q:a
>     [junit] /c:"install.exe /l ""/Documents and Settings/myusername/Local Settings/Temp/netfx.log"" /q"
>     [junit] >>> Executing testExec41WithStreams ...
>     [junit] PING 127.0.0.1 (127.0.0.1): 56 data bytes
>     [junit] 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.077 ms
>     [junit] 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.130 ms
>     [junit] Process completed in 2005 millis; below is its output
>     [junit] Process timed out and was killed by watchdog.
>     [junit] >>> Executing testExec41WithoutStreams ...
>     [junit] org.apache.commons.exec.ExecuteException: Process exited with an error: 143 (Exit value: 143)
>     [junit] Process completed in 2005 millis; below is its output
>     [junit] Process timed out and was killed.
>     [junit] >>> Executing testExec44 ...
>     [junit] >>> Executing testExecute ...
>     [junit] >>> Executing testExecuteWithWorkingDirectory ...
>     [junit] >>> Executing testExecuteWithInvalidWorkingDirectory ...
>     [junit] >>> Executing testExecuteWithError ...
>     [junit] >>> Executing testExecuteWithArg ...
>     [junit] >>> Executing testExecuteAsync ...
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testExecuteWithSingleEnvironmentVariable took 0,02 sec
>     [junit] Testcase: testExecuteAsyncWithError took 0,052 sec
>     [junit] Testcase: testExecuteAsyncWithTimelyUserTermination took 2,055 sec
>     [junit] Testcase: testExecuteAsyncWithTooLateUserTermination took 6,003 sec
>     [junit] Testcase: testExecuteWatchdogSync took 20,01 sec
>     [junit] Testcase: testExecuteWatchdogAsync took 10,039 sec
>     [junit] Testcase: testExecuteNonExistingApplication took 0,003 sec
>     [junit] Testcase: testExecuteAsyncWithNonExistingApplication took 2,002 sec
>     [junit] Testcase: testExecuteWithCustomExitValue1 took 0,008 sec
>     [junit] Testcase: testExecuteWithCustomExitValue2 took 0,007 sec
>     [junit] Testcase: testExecuteWithProcessDestroyer took 0,008 sec
>     [junit] Testcase: testExecuteAsyncWithProcessDestroyer took 2,054 sec
>     [junit] Testcase: testExecuteWithFancyArg took 0,007 sec
>     [junit] Testcase: testExecuteWithRedirectedStreams took 0,009 sec
>     [junit] Testcase: testExecuteWithStdOutErr took 0,006 sec
>     [junit] Testcase: testExecuteWithNullOutErr took 0,006 sec
>     [junit] Testcase: testExecuteWithRedirectOutErr took 0,021 sec
>     [junit] Testcase: testExecuteWithComplexArguments took 0,007 sec
>     [junit] Testcase: testStdInHandling took 0,051 sec
>     [junit] Testcase: testEnvironmentVariables took 0,008 sec
>     [junit] Testcase: testAddEnvironmentVariables took 0,01 sec
>     [junit] Testcase: testAddEnvironmentVariableEmbeddedQuote took 0,009 sec
>     [junit] Testcase: testExec33 took 0,107 sec
>     [junit] Testcase: testExec34 took 2,002 sec
>     [junit] Testcase: testExec36_1 took 0,007 sec
>     [junit] Testcase: testExec36_2 took 0,007 sec
>     [junit] Testcase: testExec41WithStreams took 2,006 sec
>     [junit] Testcase: testExec41WithoutStreams took 2,006 sec
>     [junit] Testcase: testExec44 took 5,002 sec
>     [junit] Testcase: testExecute took 0,007 sec
>     [junit] Testcase: testExecuteWithWorkingDirectory took 0,006 sec
>     [junit] Testcase: testExecuteWithInvalidWorkingDirectory took 0 sec
>     [junit] Testcase: testExecuteWithError took 0,007 sec
>     [junit] Testcase: testExecuteWithArg took 0,007 sec
>     [junit] Testcase: testExecuteAsync took 0,051 sec
>     [junit] Running org.apache.commons.exec.LogOutputStreamTest
>     [junit] Testsuite: org.apache.commons.exec.LogOutputStreamTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,042 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,042 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] >>> Executing testStdout ...
>     [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
>     [junit] rvm_bin_path=/usr/local/rvm/bin
>     [junit] TERM_PROGRAM=Apple_Terminal
>     [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
>     [junit] TERM=xterm
>     [junit] SHELL=/bin/bash
>     [junit] JAVA_MAIN_CLASS_2423=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
>     [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
>     [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
>     [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
>     [junit] TERM_PROGRAM_VERSION=326
>     [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
>     [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
>     [junit] USER=ekeller
>     [junit] rvm_path=/usr/local/rvm
>     [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
>     [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
>     [junit] rvm_prefix=/usr/local
>     [junit] __CHECKFIX1436934=1
>     [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
>     [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
>     [junit] HOMEBREW_GITHUB_API_TOKEN=12671754736e399097b9e2a9393a309eb2486c78
>     [junit] LANG=fr_FR.UTF-8
>     [junit] rvm_version=1.21.8 (stable)
>     [junit] HOME=/Users/ekeller
>     [junit] SHLVL=2
>     [junit] LOGNAME=ekeller
>     [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
>     [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
>     [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
>     [junit] RUBY_VERSION=ruby-2.0.0-p247
>     [junit] _=/usr/bin/env
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testStdout took 0,034 sec
>     [junit] Running org.apache.commons.exec.TestUtilTest
>     [junit] Testsuite: org.apache.commons.exec.TestUtilTest
>     [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,026 sec
>     [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,026 sec
>     [junit] 
>     [junit] Testcase: testAssertArrayEquals took 0,004 sec
>     [junit] Testcase: testAssertArrayNotEquals took 0 sec
>     [junit] Testcase: testAssertArrayEqualsNullNull took 0,003 sec
>     [junit] Testcase: testAssertArrayEqualsActualNull took 0,003 sec
>     [junit] Testcase: testAssertArrayEqualsExpectedNull took 0 sec
>     [junit] Testcase: testAssertArrayNotOrderEquals took 0 sec
>     [junit] Testcase: testAssertArrayEqualsOrderNotSignificant took 0,002 sec
>     [junit] Running org.apache.commons.exec.TutorialTest
>     [junit] Testsuite: org.apache.commons.exec.TutorialTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,079 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10,079 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] [main] Preparing print job ...
>     [junit] [print] Executing blocking print job  ...
>     [junit] [acrord32] Printing the following document : "/Documents and Settings/foo.pdf"
>     [junit] [acrord32] Finished printing
>     [junit] [main] Successfully sent the print job ...
>     [junit] [main] Test is exiting but waiting for the print job to finish...
>     [junit] [main] The print job has finished ...
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testTutorialExample took 10,071 sec
>     [junit] Running org.apache.commons.exec.environment.EnvironmentUtilTest
>     [junit] Testsuite: org.apache.commons.exec.environment.EnvironmentUtilTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,028 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] TERM=xterm
>     [junit] GEM_PATH=/usr/local/rvm/gems/ruby-2.0.0-p247:/usr/local/rvm/gems/ruby-2.0.0-p247@global
>     [junit] TERM_PROGRAM_VERSION=326
>     [junit] SHLVL=1
>     [junit] TERM_PROGRAM=Apple_Terminal
>     [junit] __CF_USER_TEXT_ENCODING=0x1F5:0:0
>     [junit] rvm_version=1.21.8 (stable)
>     [junit] GF_LIB_PATH=/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/share/gf-3.4/lib
>     [junit] PWD=/Users/ekeller/svn/commons-exec-1.1
>     [junit] TERM_SESSION_ID=51D58CDE-4B21-43C8-898E-115E6430E619
>     [junit] rvm_prefix=/usr/local
>      [junit] LOGNAME=ekeller
>     [junit] IRBRC=/usr/local/rvm/rubies/ruby-2.0.0-p247/.irbrc
>     [junit] RUBY_VERSION=ruby-2.0.0-p247
>     [junit] SSH_AUTH_SOCK=/tmp/launch-pOtvBX/Listeners
>     [junit] __CHECKFIX1436934=1
>     [junit] MY_RUBY_HOME=/usr/local/rvm/rubies/ruby-2.0.0-p247
>     [junit] SHELL=/bin/bash
>     [junit] rvm_bin_path=/usr/local/rvm/bin
>     [junit] TMPDIR=/var/folders/64/6tp54w0d2kv2m3898q5jwx440000gn/T/
>     [junit] PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/rvm/gems/ruby-2.0.0-p247/bin:/usr/local/rvm/gems/ruby-2.0.0-p247@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p247/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin:/Users/ekeller/C_Stuffs/gf-3.4-bin-intel-mac/bin
>     [junit] GEM_HOME=/usr/local/rvm/gems/ruby-2.0.0-p247
>     [junit] DISPLAY=/tmp/launch-UdfdaW/org.macosforge.xquartz:0
>     [junit] USER=ekeller
>     [junit] HOME=/Users/ekeller
>     [junit] JAVA_MAIN_CLASS_2238=org.apache.tools.ant.launch.Launcher
>     [junit] rvm_path=/usr/local/rvm
>     [junit] Apple_PubSub_Socket_Render=/tmp/launch-3APJwR/Render
>     [junit] JAVA_MAIN_CLASS_2461=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner
>     [junit] LANG=fr_FR.UTF-8
>     [junit] ------------- ---------------- ---------------
>     [junit] 
>     [junit] Testcase: testGetProcEnvironmentCaseInsensitiveLookup took 0,003 sec
>     [junit] Testcase: testCaseInsensitiveVariableLookup took 0,007 sec
>     [junit] Testcase: testGetProcEnvironment took 0,003 sec
>     [junit] Testcase: testToStrings took 0,005 sec
>     [junit] Running org.apache.commons.exec.util.MapUtilTest
>     [junit] Testsuite: org.apache.commons.exec.util.MapUtilTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,035 sec
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,035 sec
>     [junit] 
>     [junit] Testcase: testMergeMap took 0,023 sec
>     [junit] Testcase: testPrefixMap took 0 sec
>     [junit] Testcase: testCopyMap took 0,001 sec
>     [junit] Running org.apache.commons.exec.util.StringUtilTest
>     [junit] Testsuite: org.apache.commons.exec.util.StringUtilTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,012 sec
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,012 sec
>     [junit] 
>     [junit] Testcase: testErroneousTemplate took 0,002 sec
>     [junit] Testcase: testDefaultStringSubstitution took 0 sec
>     [junit] Testcase: testIncompleteSubstitution took 0 sec
>     [junit] Testcase: testNoStringSubstitution took 0,003 sec
> BUILD SUCCESSFUL
> Total time: 1 minute 9 seconds



--
This message was sent by Atlassian JIRA
(v6.1#6144)