You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just tried checking this project out of git, and mvn clean install gives me the following;
Results :
Failed tests: should be able to receive UTF8 messages(org.projectodd.stilts.stomp.client.js.BasicJavascriptClientTest): Expected: ├ñ├ñbb, was: õõbb
(though oddly the test runs just fine from within Eclipse ...)
The text was updated successfully, but these errors were encountered:
Had the same issue when using JVM version 1.6.
After setting "JAVA_HOME" to point to 1.7 installation before running "mvn install" it worked.
Haven't found the reason for this behavior yet, but maybe as a temporary solution it helps for you too?
I've just tried checking this project out of git, and
mvn clean install
gives me the following;(though oddly the test runs just fine from within Eclipse ...)
The text was updated successfully, but these errors were encountered: