hemikak / mqtt-jmeter

This is the plugin for Jmeter to Test MQTT protocol
Apache License 2.0
22 stars 7 forks source link

Error compiling #1

Closed andreibosco closed 8 years ago

andreibosco commented 8 years ago

Hello, I'm getting the following error when I try to compile the project:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project mqtt-jmeter: Compilation failure: Compilation failure:
[ERROR] /Users/andreibosco/Devel/git/hemikak-mqtt-jmeter/src/main/java/org/apache/jmeter/protocol/mqtt/paho/clients/BlockingClient.java:[44,7] error: duplicate class: org.apache.jmeter.protocol.mqtt.paho.clients.BlockingClient
[ERROR] /Users/andreibosco/Devel/git/hemikak-mqtt-jmeter/src/main/java/org/apache/jmeter/protocol/mqtt/utilities/Utils.java:[17,7] error: duplicate class: org.apache.jmeter.protocol.mqtt.utilities.Utils
[ERROR] -> [Help 1]
hemikak commented 8 years ago

Hi @andreibosco ,

May I know which Java version and the maven version you are using ?

Regards, Hemika

hemikak commented 8 years ago

Hi @andreibosco ,

This issue is now fixed. Sorry for the late response.

Please close if its resolved now.

Regards, Hemika