Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slightly misleading instructions #11

Closed
fjurcovici opened this issue Aug 5, 2013 · 2 comments
Closed

Slightly misleading instructions #11

fjurcovici opened this issue Aug 5, 2013 · 2 comments

Comments

@fjurcovici
Copy link

The README says copy everything in dist to your vert.x lib dir to make socket.io available to verticles. If you do so, you also copy the v0.9 jar, which will be typically searched for classes before the 1.0 version, leading to an error when trying to run a verticle using socket.io. Removing that jar from dist is all that's required to fix this problem.

@keesun
Copy link
Owner

keesun commented Aug 30, 2013

Oh, This is my mistake. Sorry.

Recently I didn't update that part of the README. I will update it soon.

Thanks a lot!

@keesun
Copy link
Owner

keesun commented Aug 30, 2013

I've update the dist directory. So, following the README has no problem now.
Thank you.

@keesun keesun closed this as completed Aug 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants