--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- test/org/apache/catalina/startup/LoggingBaseTest.java +++ test/org/apache/catalina/startup/LoggingBaseTest.java @@ -108,7 +108,7 @@ System.setProperty("java.util.logging.manager", "org.apache.juli.ClassLoaderLogManager"); System.setProperty("java.util.logging.config.file", new File( - getBuildDirectory(), "conf/logging.properties").toString()); + System.getProperty("tomcat.test.basedir"), "conf/logging.properties").toString()); // Get log instance after logging has been configured log = LogFactory.getLog(getClass()); --- test/org/apache/catalina/authenticator/TestFormAuthenticator.java +++ test/org/apache/catalina/authenticator/TestFormAuthenticator.java @@ -642,7 +642,8 @@ this.clientShouldUseHttp11 = clientShouldUseHttp11; Tomcat tomcat = getTomcatInstance(); - File appDir = new File(getBuildDirectory(), "webapps/examples"); + File appDir = new File(System.getProperty("tomcat.test.basedir"), + "/webapps/examples"); Context ctx = tomcat.addWebapp(null, "/examples", appDir.getAbsolutePath()); setUseCookies(clientShouldUseCookies); --- build.xml +++ build.xml @@ -59,6 +59,7 @@ + @@ -70,6 +71,7 @@ + @@ -203,11 +205,11 @@ - + - + @@ -1442,6 +1444,7 @@ +