Author: bayard
Date: Thu Apr 10 21:16:07 2008
New Revision: 647045
URL: http://svn.apache.org/viewvc?rev=647045&view=rev
Log:
Fixing eol style as per sebb's email
Modified:
commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiValueMap.java
(contents, props
Author: sebb
Date: Thu Apr 10 16:50:32 2008
New Revision: 647016
URL: http://svn.apache.org/viewvc?rev=647016&view=rev
Log:
Just realised that Exec uses logicals rather than symbols for "environment
variables"
Modified:
commons/sandbox/exec/trunk/src/test/scripts/error.dcl
commons/sandbo
Author: sebb
Date: Thu Apr 10 16:34:43 2008
New Revision: 647013
URL: http://svn.apache.org/viewvc?rev=647013&view=rev
Log:
Make sure all the test/bin files are copied
Modified:
commons/sandbox/exec/trunk/build.xml
Modified: commons/sandbox/exec/trunk/build.xml
URL:
http://svn.apache.org/vi
Author: sebb
Date: Thu Apr 10 16:25:47 2008
New Revision: 647007
URL: http://svn.apache.org/viewvc?rev=647007&view=rev
Log:
Scripts need to be LF (not CR)
Fixup forever script to restore message settings
Modified:
commons/sandbox/exec/trunk/src/test/bin/testme.dcl (contents, props
changed)
Author: sebb
Date: Thu Apr 10 16:24:47 2008
New Revision: 647006
URL: http://svn.apache.org/viewvc?rev=647006&view=rev
Log:
Make sure last line is terminated
Modified:
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/launcher/VmsCommandLauncher.java
Modified:
commons/sandbo
Author: niallp
Date: Thu Apr 10 16:06:38 2008
New Revision: 647000
URL: http://svn.apache.org/viewvc?rev=647000&view=rev
Log:
IO-163 Change FileUtils.toURLs() to use File.toURI().toURL() rather than
File.toURL() - thanks to Alex Miller for the suggestion
Modified:
commons/proper/io/trunk/src
Author: mbenson
Date: Thu Apr 10 12:40:34 2008
New Revision: 646935
URL: http://svn.apache.org/viewvc?rev=646935&view=rev
Log:
chain test
Modified:
commons/sandbox/functor/trunk/src/test/java/org/apache/commons/functor/generator/TestBaseGenerator.java
Modified:
commons/sandbox/functor/trun
Author: sgoeschl
Date: Thu Apr 10 11:51:46 2008
New Revision: 646921
URL: http://svn.apache.org/viewvc?rev=646921&view=rev
Log:
Now we can create the test distribution as ZIP and TAR.GZ
Modified:
commons/sandbox/exec/trunk/build.xml
Modified: commons/sandbox/exec/trunk/build.xml
URL:
http:/
Author: sgoeschl
Date: Thu Apr 10 11:50:46 2008
New Revision: 646920
URL: http://svn.apache.org/viewvc?rev=646920&view=rev
Log:
Fixed eol-style
Modified:
commons/sandbox/exec/trunk/src/site/site.xml
Modified: commons/sandbox/exec/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/com
Author: sgoeschl
Date: Thu Apr 10 11:50:28 2008
New Revision: 646919
URL: http://svn.apache.org/viewvc?rev=646919&view=rev
Log:
Fixed eol-style
Modified:
commons/sandbox/exec/trunk/src/site/xdoc/testmatrix.xml (props changed)
Propchange: commons/sandbox/exec/trunk/src/site/xdoc/testmatrix.
Author: sebb
Date: Thu Apr 10 11:22:00 2008
New Revision: 646914
URL: http://svn.apache.org/viewvc?rev=646914&view=rev
Log:
Better version that does not print new lines
Modified:
commons/sandbox/exec/trunk/src/test/scripts/forever.dcl
Modified: commons/sandbox/exec/trunk/src/test/scripts/for
Author: sebb
Date: Thu Apr 10 11:02:43 2008
New Revision: 646904
URL: http://svn.apache.org/viewvc?rev=646904&view=rev
Log:
More Javadoc tweaks
Modified:
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ProcessDestroyer.java
Modified:
commons/sandbox/exec/trunk/src/main/jav
Author: sgoeschl
Date: Thu Apr 10 11:02:21 2008
New Revision: 646903
URL: http://svn.apache.org/viewvc?rev=646903&view=rev
Log:
Adding a page to collect the sucesses/failures for various operating systems
and jvm versions
Added:
commons/sandbox/exec/trunk/src/site/xdoc/testmatrix.xml
Added
Author: sebb
Date: Thu Apr 10 10:51:32 2008
New Revision: 646900
URL: http://svn.apache.org/viewvc?rev=646900&view=rev
Log:
Javadoc errors
Modified:
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/ProcessDestroyer.java
Modified:
commons/sandbox/exec/trunk/src/main/java/org
Author: sebb
Date: Thu Apr 10 10:35:37 2008
New Revision: 646893
URL: http://svn.apache.org/viewvc?rev=646893&view=rev
Log:
Add some missing eol-style settings
Modified:
commons/sandbox/exec/trunk/src/changes/changes.xml (props changed)
commons/sandbox/exec/trunk/src/main/java/org/apac
Author: sebb
Date: Thu Apr 10 10:25:30 2008
New Revision: 646885
URL: http://svn.apache.org/viewvc?rev=646885&view=rev
Log:
Correct the name and (C) years
Modified:
commons/sandbox/exec/trunk/NOTICE.txt
Modified: commons/sandbox/exec/trunk/NOTICE.txt
URL:
http://svn.apache.org/viewvc/common
Author: sebb
Date: Thu Apr 10 10:21:19 2008
New Revision: 646882
URL: http://svn.apache.org/viewvc?rev=646882&view=rev
Log:
Test script for VMS
(eol=CR; not sure if that is necessary; native might be better)
Added:
commons/sandbox/exec/trunk/src/test/bin/testme.dcl (with props)
Added: com
Author: sebb
Date: Thu Apr 10 10:15:07 2008
New Revision: 646878
URL: http://svn.apache.org/viewvc?rev=646878&view=rev
Log:
Initial set of DCL test scripts
Modified:
commons/sandbox/exec/trunk/src/test/scripts/error.dcl
commons/sandbox/exec/trunk/src/test/scripts/forever.dcl
commons/s
Author: niallp
Date: Thu Apr 10 08:37:13 2008
New Revision: 646848
URL: http://svn.apache.org/viewvc?rev=646848&view=rev
Log:
Fix test reports directory
Modified:
commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/build.xml
Modified: commons/proper/collections/branches/COLLECTIONS_3_
Author: niallp
Date: Thu Apr 10 08:36:18 2008
New Revision: 646847
URL: http://svn.apache.org/viewvc?rev=646847&view=rev
Log:
Fix test reports directory
Modified:
commons/proper/collections/trunk/build.xml
Modified: commons/proper/collections/trunk/build.xml
URL:
http://svn.apache.org/viewv
Author: nicolas
Date: Thu Apr 10 08:34:13 2008
New Revision: 646846
URL: http://svn.apache.org/viewvc?rev=646846&view=rev
Log:
fix test
Modified:
commons/sandbox/monitoring/trunk/src/main/java/org/apache/commons/monitoring/reporting/FlotRenderer.java
Modified:
commons/sandbox/monitoring/tr
Author: sgoeschl
Date: Thu Apr 10 08:22:17 2008
New Revision: 646842
URL: http://svn.apache.org/viewvc?rev=646842&view=rev
Log:
Changed the usage of the echo statement to work with HP-UX (thanks to sebb)
Modified:
commons/sandbox/exec/trunk/src/test/scripts/forever.sh
Modified: commons/sandb
Author: sgoeschl
Date: Thu Apr 10 07:26:34 2008
New Revision: 646817
URL: http://svn.apache.org/viewvc?rev=646817&view=rev
Log:
Setting EOL style for empty DCL script to 'CR'
Modified:
commons/sandbox/exec/trunk/src/test/scripts/error.dcl (props changed)
commons/sandbox/exec/trunk/src/t
Propchange:
commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/xdocs/release_3_2_1.xml
--
svn:eol-style = native
Propchange:
commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/xdocs/release_3_2_1.xml
Modified:
commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/src/test/org/apache/commons/collections/map/TestMultiValueMap.java
URL:
http://svn.apache.org/viewvc/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/src/test/org/apache/commons/collections/map/TestMultiValueMap.java?r
Modified:
commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/src/java/org/apache/commons/collections/set/SynchronizedSortedSet.java
URL:
http://svn.apache.org/viewvc/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/src/java/org/apache/commons/collections/set/SynchronizedSortedSe
Author: nicolas
Date: Thu Apr 10 02:14:34 2008
New Revision: 646704
URL: http://svn.apache.org/viewvc?rev=646704&view=rev
Log:
test fix
Modified:
commons/sandbox/monitoring/trunk/src/test/resources/org/apache/commons/monitoring/reporting/RendererTest.flot
Modified:
commons/sandbox/monitori
Author: sgoeschl
Date: Thu Apr 10 02:08:15 2008
New Revision: 646701
URL: http://svn.apache.org/viewvc?rev=646701&view=rev
Log:
Adding empty DCL files to be filled with real code - btw, no idea what the
proper line ending look like on OpenVMS.
Added:
commons/sandbox/exec/trunk/src/test/scrip
Author: nicolas
Date: Thu Apr 10 02:02:07 2008
New Revision: 646698
URL: http://svn.apache.org/viewvc?rev=646698&view=rev
Log:
generate Flot graph output
Added:
commons/sandbox/monitoring/trunk/src/main/java/org/apache/commons/monitoring/reporting/FlotRenderer.java
(with props)
commo
Author: sgoeschl
Date: Thu Apr 10 01:56:05 2008
New Revision: 646695
URL: http://svn.apache.org/viewvc?rev=646695&view=rev
Log:
Added support for running the tests on OpenVMS otherwise the tests fail with
"Test not supported for this OS"
Modified:
commons/sandbox/exec/trunk/src/test/java/or
Author: sgoeschl
Date: Thu Apr 10 01:54:45 2008
New Revision: 646694
URL: http://svn.apache.org/viewvc?rev=646694&view=rev
Log:
Adding a few comments to the scripts to indicate what they are doing
Modified:
commons/sandbox/exec/trunk/src/test/scripts/error.sh
commons/sandbox/exec/trunk/sr
Author: sgoeschl
Date: Thu Apr 10 01:53:36 2008
New Revision: 646693
URL: http://svn.apache.org/viewvc?rev=646693&view=rev
Log:
Creating a proper name for test distribution, e.g. exec-test-1.0-SNAPSHOT.zip
Modified:
commons/sandbox/exec/trunk/build.xml
Modified: commons/sandbox/exec/trunk/bu
32 matches
Mail list logo