hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
156 stars 43 forks source link

ClassNotFound: AwtColorArgumentHandlerTest #56

Closed JellevanAbbema closed 3 years ago

JellevanAbbema commented 4 years ago

I'm using the latest version of javaosc-core from maven central. Whenever I try to send an OSC message I get the following error: java.lang.ClassNotFoundException: com.illposed.osc.argument.handler.AwtColorArgumentHandlerTest

This is a test class and thus not included in a release, so why is the library trying to use it?

hoijui commented 3 years ago

HA! thank you @JellevanAbbema! That is an typo that slipped in... interesting it did not cause more problems so far. It is fixed in master now, and wil be so in the next release (probably 0.8).