Jeffrey Knight created LOG4J2-2346:
--------------------------------------
Summary: error: cannot find symbol
"AvailablePortSystemPropertyRule"
Key: LOG4J2-2346
URL: https://issues.apache.org/jira/browse/LOG4J2-2346
Project: Log4j 2
Issue Type: Bug
Components: Servers
Affects Versions: 2.11.0
Reporter: Jeffrey Knight
from: [https://github.com/apache/logging-log4j-tools]
> mvn clean install
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.581 s
[INFO] Finished at: 2018-05-31T15:41:51+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.0:testCompile
(default-testCompile) on project log4j-server: Compilation failure: Compilation
failure:
[ERROR]
logging-log4j-tools/log4j-server/src/test/java/org/apache/logging/log4j/server/mom/jms/JmsQueueReceiverTest.java:[20,36]
error: cannot find symbol
[ERROR] symbol: class AvailablePortSystemPropertyRule
[ERROR] location: package org.apache.logging.log4j.test
[ERROR]
logging-log4j-tools/log4j-server/src/test/java/org/apache/logging/log4j/server/mom/jms/JmsQueueReceiverTest.java:[28,25]
error: cannot find symbol
[ERROR] symbol: class AvailablePortSystemPropertyRule
[ERROR] location: class JmsQueueReceiverTest
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)