Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Error encoutered

Hey!

btw, you should not commit any .metadata folders to your repo… That pollutes your git repo a lot…
The commit in your repo contains millions of changes that are totally unrelated to your real change to the project.

Please take care of producing clean and easy-to-follow git commits and we could merge into the main repo sometime later.
It avoids an awful lot of clean-up work later if you take care of that right from the beginning… :-)

Cheers,
-Martin




> Am 06.06.2016 um 17:39 schrieb Xin Wei <xinwei3@xxxxxxxxxxxx>:
> 
> Hi,
>     I tried to update the SocketIo lib so the mvn dependency can no longer depend on the old .jar file. However, after I updated the SocketIO lib, mvn install ran successfully, but when I tried to run the application, I encountered errors.. I attached the output of the error with the e-mail. The error said "java.lang.NoClassDefFoundError: io/socket/emitter/Emitter$Listener"
> But the compiled .jar file in located inside the /lib/ directory of java.osgi, after I ran mvn install. I don't know what caused such bug and how to fix it, any idea?
> The change I made is in my github :https://github.com/BtXin/flux I think it may caused by something changed in the .meta while running mvn install, but I'm not sure how this happened... Any help would be appreciated.
> 
> Thanks !
> Sincerely
> Xin Wei
> <error.txt>_______________________________________________
> flux-dev mailing list
> flux-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/flux-dev



Back to the top