From 85d40e64369fa1f2be56601764c7ae1c7ab56dfa Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 4 Feb 2002 10:35:30 +0000 Subject: [PATCH] Testcase for SOS fails for me: the test calls the protected buildCmdLine method which will throw an IllegalAccessException if the testcase and the task class have been loaded by different classloaders. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271137 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 23b5acff3..d9a0de109 100644 --- a/build.xml +++ b/build.xml @@ -214,7 +214,7 @@ - + @@ -934,11 +934,13 @@ - + unless="tests.and.ant.share.classloader" /> +