From ba2bb1241b4825169d6781e028cd2c9307aa2c79 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 5 May 2008 11:56:33 +0000 Subject: QPID-997 : Cause of delay is the missing / in the file url for the log4j configuration file. Under windows the path would start file://c:/ which log4j assumes is some remote file system. For windows it needs to be file:///c:/ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653441 13f79535-47bb-0310-9956-ffa450edef68 --- java/default.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/default.testprofile b/java/default.testprofile index d21ef9af71..9b848e20fd 100644 --- a/java/default.testprofile +++ b/java/default.testprofile @@ -8,7 +8,7 @@ log=info max_prefetch=1000 amqj.logging.level=$log root.logging.level=$log -log4j.configuration=file://${project.root}/log4j-test.xml +log4j.configuration=file:///${project.root}/log4j-test.xml test.fork=no test.mem=512M test=*Test -- cgit v1.2.1