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
Hi
I had a really "fun" time trying to understand what was wrong with the "com.github.teclib-idmef:java-idmef-library:V1.0.2"...
After carefull inspection, it appears that this jar contains only the SOURCES (.java files) and is not already compiled (.class files), as it it usually the case...
So, I strongly suggest that you
publish a "real" compiled JAR (like the one on your github release) to mavenCentral (or any repository... as long as it's public and contains the compiled .class files)
rename the JitPack JAR explicitly as sources, like: java-idmef-library-sources_V1.0.2.jar
I'm sure that every dev will thank you for not losing time to understand what is wrong with it...
Hi
I had a really "fun" time trying to understand what was wrong with the "com.github.teclib-idmef:java-idmef-library:V1.0.2"...
After carefull inspection, it appears that this jar contains only the SOURCES (.java files) and is not already compiled (.class files), as it it usually the case...
So, I strongly suggest that you
I'm sure that every dev will thank you for not losing time to understand what is wrong with it...