提交 b029bf58 编写于 作者: K kohsuke

the ClassicPluginStrategy change went into the trunk (and not merged yet), but...

the ClassicPluginStrategy change went into the trunk (and not merged yet), but this change activates it.

We want AntClassLoader during tests to avoid "too many open files" problem.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19804 71c3de6d-444a-0410-be80-ed276b4c234a
上级 834d7d16
......@@ -46,6 +46,10 @@ THE SOFTWARE.
<forkMode>once</forkMode>
<!--<reportFormat>plain</reportFormat>-->
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemProperties>
<!-- use AntClassLoader that supports predictable file handle release -->
<hudson.ClassicPluginStrategy.useAntClassLoader>true</hudson.ClassicPluginStrategy.useAntClassLoader>
</systemProperties>
</configuration>
</plugin>
<plugin>
......@@ -112,7 +116,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>htmlunit</artifactId>
<version>2.2-hudson-9</version>
<version>2.2-hudson-10</version>
</dependency>
<dependency><!-- temporary, until we bump to new htmlunit -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册