| Bug #52759 | Please provide default logging.properties so that LoggerTest passes by default | ||
|---|---|---|---|
| Submitted: | 12 Apr 2010 8:45 | Modified: | 7 Nov 2013 18:43 |
| Reporter: | Jørgen Austvik | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Cluster: Cluster/J | Severity: | S4 (Feature request) |
| Version: | mysql-5.1-telco-7.1 | OS: | Any |
| Assigned to: | Craig Russell | CPU Architecture: | Any |
| Tags: | 7.1.4 | ||
[26 Apr 2010 23:50]
Craig Russell
The problem is that the user needs to provide a property called logging.properties, as documented in the README file. But a better solution is just to remove this from pom.xml. The patch removes all usages of ${logging.properties} in poms.
[7 Nov 2013 18:43]
Craig Russell
Thank you for your bug report. This issue has been fixed in version 7.1.4 of that product, which you can download at http://www.mysql.com/downloads/

Description: "mvn install" from freshly checked out code fails: Running testsuite.clusterj.util.LoggerTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec <<< FAILURE! test(testsuite.clusterj.util.LoggerTest) Time elapsed: 0.008 sec <<< FAILURE! junit.framework.AssertionFailedError: File ${logging.properties} does not exist at junit.framework.Assert.fail(Assert.java:47) at testsuite.clusterj.util.LoggerTest.test(LoggerTest.java:36) How to repeat: bzr branch ... mvn install Suggested fix: Please provide some default logging.properties.