Git Product home page Git Product logo

Comments (3)

seanf avatar seanf commented on April 28, 2024 3

@jiaweizhang by "project directory name" I meant the name of the directory which contains your project source code.

For instance, if you have a package called com.hello, it might be part of a project called greeting, so perhaps the project directory name is /home/user/projects/greeting, and the classpath entry might be something like /home/user/projects/greeting/target/classes or /home/user/projects/greeting/target/greeting-1.0-SNAPSHOT.jar (assuming Maven, and depending how you are executing the code).

So in such a case, you would need to use a key like "greeting", not "hello" or "com.hello". (I guess "target" might work too, but I haven't tried it.)

from ktor.

orangy avatar orangy commented on April 28, 2024

Improved diagnostics in ktor itself and updated docs as suggested

from ktor.

jiaweizhang avatar jiaweizhang commented on April 28, 2024

@seanf What does "project directory name" in your wiki clarification mean? Could you provide an example?

I also received this message when I tried to watch [ hello, com.hello]

No ktor.deployment.watch patterns specified: hot reload is disabled

Not sure how project directory name is related to classpath entries. Thanks

from ktor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.