svn commit: r745777 - in /maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt: pom.xml src/main/java/org/apache/maven/doxia/module/apt/AptParser.java src/test/java/org/apache/maven/doxia/module/apt

2009-02-19 Thread ltheussl
Author: ltheussl Date: Thu Feb 19 08:25:25 2009 New Revision: 745777 URL: http://svn.apache.org/viewvc?rev=745777view=rev Log: [DOXIA-259] Snippet macro within lists does not indent the source. Added: maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/test/resources/test/snippet.apt

svn commit: r745830 - /maven/site/trunk/src/site/apt/guides/mini/guide-using-extensions.apt

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 11:56:14 2009 New Revision: 745830 URL: http://svn.apache.org/viewvc?rev=745830view=rev Log: clarify versions Modified: maven/site/trunk/src/site/apt/guides/mini/guide-using-extensions.apt Modified:

svn commit: r745835 - /maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/DefaultMaven.java

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 12:23:49 2009 New Revision: 745835 URL: http://svn.apache.org/viewvc?rev=745835view=rev Log: reformat Modified: maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/DefaultMaven.java Modified:

svn commit: r745836 - /maven/components/branches/maven-2.1.x/maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 12:32:52 2009 New Revision: 745836 URL: http://svn.apache.org/viewvc?rev=745836view=rev Log: [MNG-3794] add error messages whenever a download fails rather than skipping silently to the next Modified:

svn commit: r745837 - in /maven/components/branches/maven-2.0.x: ./ apache-maven/ apache-maven/src/test/ maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 12:35:28 2009 New Revision: 745837 URL: http://svn.apache.org/viewvc?rev=745837view=rev Log: [MNG-3794] add error messages whenever a download fails rather than skipping silently to the next Merged from: r745836 Modified: maven/components/branches/maven-2.0.x/

svn commit: r745838 - /maven/shared/trunk/pom.xml

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 12:45:19 2009 New Revision: 745838 URL: http://svn.apache.org/viewvc?rev=745838view=rev Log: bump up to next development version Modified: maven/shared/trunk/pom.xml Modified: maven/shared/trunk/pom.xml URL:

svn commit: r745840 - in /maven/components/branches/maven-2.1.x: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core-it-runner/ maven-core/ maven-error-diagnostics

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 12:48:43 2009 New Revision: 745840 URL: http://svn.apache.org/viewvc?rev=745840view=rev Log: adjust version to 2.1.0-SNAPSHOT Modified: maven/components/branches/maven-2.1.x/README.txt maven/components/branches/maven-2.1.x/apache-maven/pom.xml

svn commit: r745841 - /maven/components/branches/maven-2.1.x/pom.xml

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 12:54:07 2009 New Revision: 745841 URL: http://svn.apache.org/viewvc?rev=745841view=rev Log: back to snapshot until the release is promoted Modified: maven/components/branches/maven-2.1.x/pom.xml Modified: maven/components/branches/maven-2.1.x/pom.xml URL:

svn commit: r745843 - /maven/sandbox/trunk/plugins/maven-pdf-plugin/pom.xml

2009-02-19 Thread ltheussl
Author: ltheussl Date: Thu Feb 19 12:55:41 2009 New Revision: 745843 URL: http://svn.apache.org/viewvc?rev=745843view=rev Log: Shade doxia deps to make the plugin work with maven 2.0.x. Minimum requirement now seems to be 2.0.6. Modified: maven/sandbox/trunk/plugins/maven-pdf-plugin/pom.xml

svn commit: r745844 - in /maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/apt: index.apt limitations.apt usage.apt

2009-02-19 Thread ltheussl
Author: ltheussl Date: Thu Feb 19 12:56:12 2009 New Revision: 745844 URL: http://svn.apache.org/viewvc?rev=745844view=rev Log: Update docs Modified: maven/sandbox/trunk/plugins/maven-pdf-plugin/src/site/apt/index.apt

svn commit: r745871 - in /maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/cli: AbstractConsoleDownloadMonitor.java BatchModeDownloadMonitor.java ConsoleDownloadMonitor.

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 14:02:56 2009 New Revision: 745871 URL: http://svn.apache.org/viewvc?rev=745871view=rev Log: [MNG-1585] show debug logging from Wagon in debug mode Modified:

svn commit: r745893 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java

2009-02-19 Thread jdcasey
Author: jdcasey Date: Thu Feb 19 15:11:08 2009 New Revision: 745893 URL: http://svn.apache.org/viewvc?rev=745893view=rev Log: hopefully I've got verifier-driven substitution figured out, finally. It looks like it's working, but I want to see the IT run in a more normalized environment.

svn commit: r745906 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java

2009-02-19 Thread jdcasey
Author: jdcasey Date: Thu Feb 19 15:55:27 2009 New Revision: 745906 URL: http://svn.apache.org/viewvc?rev=745906view=rev Log: using native local repo instead of trying to force a custom location. Modified:

svn commit: r745922 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3023ReactorDependencyResolutionTest.java

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 16:44:15 2009 New Revision: 745922 URL: http://svn.apache.org/viewvc?rev=745922view=rev Log: optimize imports Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3023ReactorDependencyResolutionTest.java

svn commit: r745942 - /maven/components/branches/maven-2.1.x/build.xml

2009-02-19 Thread jdcasey
Author: jdcasey Date: Thu Feb 19 17:44:58 2009 New Revision: 745942 URL: http://svn.apache.org/viewvc?rev=745942view=rev Log: turn on debug symbols at all times for ant-level compile Modified: maven/components/branches/maven-2.1.x/build.xml Modified:

svn commit: r745944 - in /maven/core-integration-testing/trunk: core-it-suite/src/test/java/org/apache/maven/it/ core-it-suite/src/test/resources/bootstrap/ core-it-suite/src/test/resources/mng-3714/

2009-02-19 Thread brett
Author: brett Date: Thu Feb 19 17:48:20 2009 New Revision: 745944 URL: http://svn.apache.org/viewvc?rev=745944view=rev Log: [MNG-3714] add integration test for a command line option for toolchains Added:

svn commit: r745951 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java

2009-02-19 Thread jdcasey
Author: jdcasey Date: Thu Feb 19 18:11:43 2009 New Revision: 745951 URL: http://svn.apache.org/viewvc?rev=745951view=rev Log: [MNG-3057] finally got IT for 3057 fixed. Modified:

svn commit: r745971 - /maven/components/trunk/build-mercury.xml

2009-02-19 Thread hboutemy
Author: hboutemy Date: Thu Feb 19 19:02:40 2009 New Revision: 745971 URL: http://svn.apache.org/viewvc?rev=745971view=rev Log: missed build-mercury.xml when upgrading Modello to 1.0 in r745260 Modified: maven/components/trunk/build-mercury.xml Modified:

svn commit: r745979 - /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml

2009-02-19 Thread hboutemy
Author: hboutemy Date: Thu Feb 19 19:57:04 2009 New Revision: 745979 URL: http://svn.apache.org/viewvc?rev=745979view=rev Log: upgraded Maven dependency to 2.0.10 Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml Modified:

svn commit: r745980 - /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml

2009-02-19 Thread hboutemy
Author: hboutemy Date: Thu Feb 19 20:02:34 2009 New Revision: 745980 URL: http://svn.apache.org/viewvc?rev=745980view=rev Log: reordered pom to follow our convention Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml Modified:

svn commit: r745983 - /maven/site/trunk/src/site/apt/developers/release/releasing.apt

2009-02-19 Thread dennisl
Author: dennisl Date: Thu Feb 19 20:11:58 2009 New Revision: 745983 URL: http://svn.apache.org/viewvc?rev=745983view=rev Log: o Put back the list item Deploy the current website that was removed by mistake o Fix links to https://repository.apache.org o Adjust list item numbering o Fix minor

svn commit: r745985 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java

2009-02-19 Thread bentmann
Author: bentmann Date: Thu Feb 19 20:25:14 2009 New Revision: 745985 URL: http://svn.apache.org/viewvc?rev=745985view=rev Log: o Take plugin version resolution out of the game Modified:

svn commit: r745988 - /maven/components/branches/maven-2.1.x/pom.xml

2009-02-19 Thread jdcasey
Author: jdcasey Date: Thu Feb 19 20:40:30 2009 New Revision: 745988 URL: http://svn.apache.org/viewvc?rev=745988view=rev Log: [MNG-4042] Update plexus-sec-dispatcher to 1.0 release Modified: maven/components/branches/maven-2.1.x/pom.xml Modified:

svn commit: r746002 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/plugin/ maven-embedder/src/main/java/org/apache/maven/embedder/ maven-project-builder/ maven-project-builder

2009-02-19 Thread sisbell
Author: sisbell Date: Thu Feb 19 21:22:46 2009 New Revision: 746002 URL: http://svn.apache.org/viewvc?rev=746002view=rev Log: Refactored out more uses of modello and moved classes from maven-project to maven-project-builder. Doing this so that maven-mercury will not have direct dependency on

svn commit: r746014 - /maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml

2009-02-19 Thread jdcasey
Author: jdcasey Date: Thu Feb 19 21:55:21 2009 New Revision: 746014 URL: http://svn.apache.org/viewvc?rev=746014view=rev Log: use released version of plexus-ant-factory 1.0-alpha-2.1 Modified: maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml Modified:

svn commit: r746035 - in /maven/components/trunk: bs build-mercury.xml

2009-02-19 Thread ogusakov
Author: ogusakov Date: Thu Feb 19 22:24:58 2009 New Revision: 746035 URL: http://svn.apache.org/viewvc?rev=746035view=rev Log: [MNG-3969] debugging bootstrap Modified: maven/components/trunk/bs maven/components/trunk/build-mercury.xml Modified: maven/components/trunk/bs URL:

svn commit: r746038 - /maven/components/branches/maven-2.0.x/maven-settings/src/main/mdo/settings.mdo

2009-02-19 Thread bentmann
Author: bentmann Date: Thu Feb 19 22:36:30 2009 New Revision: 746038 URL: http://svn.apache.org/viewvc?rev=746038view=rev Log: [MNG-3701] ClassCastException when building settings.xml with profiles that have activeByDefault set Modified:

svn commit: r746042 - in /maven/core-integration-testing/trunk/core-it-suite/src/test: java/org/apache/maven/it/ resources/mng-3701/

2009-02-19 Thread bentmann
Author: bentmann Date: Thu Feb 19 22:51:41 2009 New Revision: 746042 URL: http://svn.apache.org/viewvc?rev=746042view=rev Log: [MNG-3701] ClassCastException when building settings.xml with profiles that have activeByDefault set o Added IT Added:

svn commit: r746053 - /maven/plugins/tags/maven-plugins-13/pom.xml

2009-02-19 Thread brianf
Author: brianf Date: Thu Feb 19 23:28:51 2009 New Revision: 746053 URL: http://svn.apache.org/viewvc?rev=746053view=rev Log: fix the version in the tag Modified: maven/plugins/tags/maven-plugins-13/pom.xml Modified: maven/plugins/tags/maven-plugins-13/pom.xml URL:

svn commit: r746055 - in /maven/components/branches/maven-2.1.x: apache-maven/ maven-settings/src/main/java/org/apache/maven/settings/DefaultMavenSettingsBuilder.java maven-settings/src/main/mdo/setti

2009-02-19 Thread bentmann
Author: bentmann Date: Thu Feb 19 23:31:42 2009 New Revision: 746055 URL: http://svn.apache.org/viewvc?rev=746055view=rev Log: [MNG-3701] ClassCastException when building settings.xml with profiles that have activeByDefault set o Merged proper fix from r746038 and synced up with r509744

svn commit: r746063 - in /maven/plugin-tools/trunk: ./ maven-plugin-plugin/ maven-plugin-tools-ant/ maven-plugin-tools-api/ maven-plugin-tools-beanshell/ maven-plugin-tools-java/ maven-plugin-tools-ja

2009-02-19 Thread jdcasey
Author: jdcasey Date: Fri Feb 20 00:12:02 2009 New Revision: 746063 URL: http://svn.apache.org/viewvc?rev=746063view=rev Log: [MNG-4030] Change version to 2.5-SNAPSHOT in preparation for staging a release. Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

svn commit: r746066 [2/2] - in /maven/components/branches/MNG-3932: ./ apache-maven/ maven-compat/src/main/java/org/apache/maven/artifact/ maven-compat/src/main/java/org/apache/maven/artifact/manager/

2009-02-19 Thread jvanzyl
Modified: maven/components/branches/MNG-3932/maven-project/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java URL:

svn commit: r746071 - in /maven/mercury/trunk/mercury-external/src/main/java/org/apache/maven/mercury/builder/api: DependencyProcessor.java DependencyProcessorException.java MetadataReader.java Metada

2009-02-19 Thread hboutemy
Author: hboutemy Date: Fri Feb 20 00:37:19 2009 New Revision: 746071 URL: http://svn.apache.org/viewvc?rev=746071view=rev Log: o added generics on DependencyProcessor o fixed code style Modified:

svn commit: r746072 - in /maven/components/trunk/maven-mercury/src/main/java/org/apache/maven/mercury: MavenDependencyProcessor.java MavenDomainModel.java PomProcessor.java PomProcessorException.java

2009-02-19 Thread hboutemy
Author: hboutemy Date: Fri Feb 20 00:41:01 2009 New Revision: 746072 URL: http://svn.apache.org/viewvc?rev=746072view=rev Log: o used exception chaining as much as possible o added generics to PomProcessor o fixed code style Modified:

svn commit: r746082 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it: IntegrationTestSuite.java MavenITmng3714ToolchainsCliOptionTest.java

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 01:11:20 2009 New Revision: 746082 URL: http://svn.apache.org/viewvc?rev=746082view=rev Log: save this IT for later Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java

svn commit: r746087 - in /maven/core-integration-testing/trunk/core-it-suite/src/test: java/org/apache/maven/it/MavenITmng3714ToolchainsCliOptionTest.java resources/mng-3714/pom.xml

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 01:58:03 2009 New Revision: 746087 URL: http://svn.apache.org/viewvc?rev=746087view=rev Log: take version out of the equation Modified:

svn commit: r746103 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 02:04:53 2009 New Revision: 746103 URL: http://svn.apache.org/viewvc?rev=746103view=rev Log: clarify the version, clean imports Modified:

svn commit: r746116 - in /maven/components/branches/MNG-3932: ./ apache-maven/ maven-compat/src/main/java/org/apache/maven/artifact/ maven-compat/src/main/java/org/apache/maven/project/ maven-compat/s

2009-02-19 Thread jvanzyl
Author: jvanzyl Date: Fri Feb 20 02:30:56 2009 New Revision: 746116 URL: http://svn.apache.org/viewvc?rev=746116view=rev Log: (empty) Modified: maven/components/branches/MNG-3932/ (props changed) maven/components/branches/MNG-3932/apache-maven/ (props changed)

svn commit: r746121 - in /maven/components/branches/MNG-3932: ./ apache-maven/ maven-compat/src/main/java/org/apache/maven/artifact/ maven-compat/src/main/java/org/apache/maven/project/ maven-compat/s

2009-02-19 Thread jvanzyl
Author: jvanzyl Date: Fri Feb 20 03:15:42 2009 New Revision: 746121 URL: http://svn.apache.org/viewvc?rev=746121view=rev Log: (empty) Modified: maven/components/branches/MNG-3932/ (props changed) maven/components/branches/MNG-3932/apache-maven/ (props changed)

svn commit: r746124 - in /maven/core-integration-testing/trunk/core-it-suite: pom.xml src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 03:34:10 2009 New Revision: 746124 URL: http://svn.apache.org/viewvc?rev=746124view=rev Log: trim a heap of time off the test by reading the POMs directly, and filter to a new file rather than overwriting so the test behaves the same way each run Modified:

svn commit: r746126 - /maven/components/branches/maven-2.1.x/maven-toolchain/src/main/java/org/apache/maven/toolchain/DefaultToolchainManager.java

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 03:40:22 2009 New Revision: 746126 URL: http://svn.apache.org/viewvc?rev=746126view=rev Log: small clean up Modified: maven/components/branches/maven-2.1.x/maven-toolchain/src/main/java/org/apache/maven/toolchain/DefaultToolchainManager.java Modified:

svn commit: r746130 - in /maven/components/branches/MNG-3932: ./ apache-maven/ maven-compat/src/main/java/org/apache/maven/artifact/ maven-compat/src/main/java/org/apache/maven/project/ maven-compat/s

2009-02-19 Thread jvanzyl
Author: jvanzyl Date: Fri Feb 20 03:57:45 2009 New Revision: 746130 URL: http://svn.apache.org/viewvc?rev=746130view=rev Log: (empty) Modified: maven/components/branches/MNG-3932/ (props changed) maven/components/branches/MNG-3932/apache-maven/ (props changed)

svn commit: r746135 - /maven/components/trunk/maven-mercury/src/main/java/org/apache/maven/mercury/MavenDomainModel.java

2009-02-19 Thread sisbell
Author: sisbell Date: Fri Feb 20 04:49:53 2009 New Revision: 746135 URL: http://svn.apache.org/viewvc?rev=746135view=rev Log: Fixed a class cast exception that shows up in mercury use of transformer. Regression from previous refactor. Modified:

svn commit: r746136 - in /maven/components/branches/maven-2.1.x: ./ apache-maven/ maven-artifact-manager/ maven-artifact-manager/src/main/java/org/apache/maven/artifact/resolver/ maven-core/src/main/j

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 04:53:53 2009 New Revision: 746136 URL: http://svn.apache.org/viewvc?rev=746136view=rev Log: [MNG-3379] Parallel resolution of artifacts Submitted by: Don Brown Modified: maven/components/branches/maven-2.1.x/ (props changed)

svn commit: r746138 - in /maven/components/branches/maven-2.1.x: maven-artifact-manager/src/main/java/org/apache/maven/artifact/resolver/ maven-core/src/main/java/org/apache/maven/cli/ maven-core/src/

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 05:02:48 2009 New Revision: 746138 URL: http://svn.apache.org/viewvc?rev=746138view=rev Log: [MNG-3379] reformat Modified:

svn commit: r746139 - /maven/components/branches/maven-2.1.x/pom.xml

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 05:07:23 2009 New Revision: 746139 URL: http://svn.apache.org/viewvc?rev=746139view=rev Log: included release by accident again Modified: maven/components/branches/maven-2.1.x/pom.xml Modified: maven/components/branches/maven-2.1.x/pom.xml URL:

svn commit: r746144 - /maven/components/branches/MNG-3932-1/

2009-02-19 Thread jvanzyl
Author: jvanzyl Date: Fri Feb 20 05:15:32 2009 New Revision: 746144 URL: http://svn.apache.org/viewvc?rev=746144view=rev Log: o make a clean branch for my merge Added: maven/components/branches/MNG-3932-1/ (props changed) - copied from r746143, maven/components/trunk/ Propchange:

svn commit: r746147 - /maven/components/trunk/pom.xml

2009-02-19 Thread ogusakov
Author: ogusakov Date: Fri Feb 20 05:29:53 2009 New Revision: 746147 URL: http://svn.apache.org/viewvc?rev=746147view=rev Log: [MNG-3969] downgraded mercury version Modified: maven/components/trunk/pom.xml Modified: maven/components/trunk/pom.xml URL:

svn commit: r746150 [2/2] - in /maven/components/branches/MNG-3932-1: ./ maven-compat/src/main/java/org/apache/maven/artifact/deployer/ maven-compat/src/main/java/org/apache/maven/artifact/manager/ ma

2009-02-19 Thread jvanzyl
Modified: maven/components/branches/MNG-3932-1/maven-compat/src/test/java/org/apache/maven/artifact/resolver/ArtifactUpdatePolicyTest.java URL:

svn commit: r746153 - /maven/components/branches/MNG-3932-1/maven-compat/src/test/java/org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManagerTest.java

2009-02-19 Thread jvanzyl
Author: jvanzyl Date: Fri Feb 20 05:44:02 2009 New Revision: 746153 URL: http://svn.apache.org/viewvc?rev=746153view=rev Log: o more weaving in my branch Removed:

svn commit: r746162 - /maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/cli/AbstractConsoleDownloadMonitor.java

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 06:18:10 2009 New Revision: 746162 URL: http://svn.apache.org/viewvc?rev=746162view=rev Log: [MNG-3379] put back more whitespace for longer download counters Modified:

svn commit: r746163 - /maven/components/branches/maven-2.1.x/maven-artifact-manager/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java

2009-02-19 Thread brett
Author: brett Date: Fri Feb 20 06:18:41 2009 New Revision: 746163 URL: http://svn.apache.org/viewvc?rev=746163view=rev Log: just use a fixed pool size, it appears it won't queue up the 4th artifact anyway if you have varying size Modified:

svn propchange: r746163 - svn:log

2009-02-19 Thread brett
Author: brett Revision: 746163 Modified property: svn:log Modified: svn:log at Fri Feb 20 06:18:59 2009 -- --- svn:log (original) +++ svn:log Fri Feb 20 06:18:59 2009 @@ -1 +1 @@ -just use a fixed pool size, it appears it