[Webtest] [webtest][JIRA] Closed: (WT-65) log4j.properties
Marc Guillemot (JIRA)
webtest@lists.canoo.com
Wed, 20 Jul 2005 10:13:27 +0200 (CEST)
[ http://webtest-community.canoo.com/jira/browse/WT-65?page=history ]
Marc Guillemot closed WT-65:
----------------------------
Resolution: Invalid
It just depends how you define your classpath. The location of the log4j.properties you want to use has to be before other log4j.properties you want to ignore
With following classpath definition, a log4j.properties located in ${webtests.home}/lib would be taken before other ones that may be found in the jars:
<path id="webtests.classpath">
<pathelement path="${webtests.home}/lib"/>
<fileset dir="${webtests.home}" includes="**/*.jar"/>
</path>
whereas it would be ignored with this definition
<path id="webtests.classpath">
<fileset dir="${webtests.home}" includes="**/*.jar"/>
<pathelement path="${webtests.home}/lib"/>
</path>
> log4j.properties
> ----------------
>
> Key: WT-65
> URL: http://webtest-community.canoo.com/jira/browse/WT-65
> Project: WebTest
> Type: Bug
> Versions: 1.7-SNAPSHOT
> Environment: Windows 2000 Professional
> Reporter: Alvin Leung
>
> log4j.properties cannot be set in the location as described in this web page - http://webtest-community.canoo.com/wiki/space/Javascript
> Apparently on the latest build the Xalan jar file includes a log4j.properties that conflicts with Canoo's log4j.properties
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira