diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-05-05 11:56:33 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-05-05 11:56:33 +0000 |
| commit | b045e2d7fd45ccd9096365db7101adbfdc87e7ab (patch) | |
| tree | bb67ebd926183ed314bbc241a3660a41ddbfcbb8 /qpid/java/default.testprofile | |
| parent | 0616d093362bd1ba15615f5137780f9e2cbcd714 (diff) | |
| download | qpid-python-b045e2d7fd45ccd9096365db7101adbfdc87e7ab.tar.gz | |
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@653441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/default.testprofile')
| -rw-r--r-- | qpid/java/default.testprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/default.testprofile b/qpid/java/default.testprofile index d21ef9af71..9b848e20fd 100644 --- a/qpid/java/default.testprofile +++ b/qpid/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 |
