You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2008/05/05 13:56:33 UTC

svn commit: r653441 - /incubator/qpid/trunk/qpid/java/default.testprofile

Author: ritchiem
Date: Mon May  5 04:56:33 2008
New Revision: 653441

URL: http://svn.apache.org/viewvc?rev=653441&view=rev
Log:
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:/

Modified:
    incubator/qpid/trunk/qpid/java/default.testprofile

Modified: incubator/qpid/trunk/qpid/java/default.testprofile
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/default.testprofile?rev=653441&r1=653440&r2=653441&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/default.testprofile (original)
+++ incubator/qpid/trunk/qpid/java/default.testprofile Mon May  5 04:56:33 2008
@@ -8,7 +8,7 @@
 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