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

More intuitive message that the server is running #214

Open
qfulsher opened this issue Apr 9, 2017 · 2 comments
Open

More intuitive message that the server is running #214

qfulsher opened this issue Apr 9, 2017 · 2 comments

Comments

@qfulsher
Copy link

qfulsher commented Apr 9, 2017

I recently built and ran the server with the instructions in the readme. I'm not sure if this is a bug or not but the ./gradlew run command goes until > Building 95% > :wave:run and then waits for the user to connect to localhost:9898.

The phrase > Building 95% is misleading and lead me to believe that Gradle was still building the project even though I could connect to it. I'm not sure if this is a bug and it is supposed to say something else. If it's not a bug it should definitely be changed to something that alerts the developer that the build finished and they can connect to the server.

@pablojan
Copy link
Contributor

Hi @inondle thanks for your comment. I couldn't say if that is a bug, as long as the "run" task is part of the gradle application plugin. We are going to check whether we can avoid that message from gradle or as workaround print a clear message in the console.

@atd
Copy link
Contributor

atd commented Apr 13, 2017

Other projects are clear about this: Meteor shows => App running at: http://localhost:3000/ and Rails with Puma * Listening on tcp://localhost:3000

Just to make a point on what developers are expecting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants