Skip to content
This repository was archived by the owner on Jun 19, 2018. It is now read-only.
This repository was archived by the owner on Jun 19, 2018. It is now read-only.

Jetty code run during compilation #22

@yogthos

Description

@yogthos

When the uberjar is compiled with Jet the following output ends up in the console:

lein uberjar
Compiling myapp.core
2015-07-10 17:48:43.082:INFO::main: Logging initialized @8147ms
...

The message comes from jetty as seen here. This indicates that some jetty code is being being run during the compilation step. I didn't notice jet itself calling anything explicitly, so perhaps it's something in jetty config that runs.

It doesn't affect the functionality as the uberjar will still compile, just a bit of a curiosity as it technically shouldn't happen at compile time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions