tools-build 2025-08-14

Is there any way in tools-build to add the "dev" "test" paths?

Do you mean something different than put an alias into deps.edn and then use the alias when calling create-basis?

I can pass an alias while using create-basis ?

Alex Miller (Clojure team) 2025-08-14T18:20:43.068259Z

Yes

running into same problem in CI though...

[Container] 2025/08/14 19:02:54.099223 Running command clojure -M:dev:test
SLF4J(I): Connected with provider of type [org.slf4j.nop.NOPServiceProvider]
Loading namespaces:  (core)
Test namespaces:  (:automation)
Execution error at a.handler/eval24282$loading (handler.clj:1).
namespace 'a.logger' not found

Full report at:
/tmp/clojure-15972096794283805394.edn

Alex Miller (Clojure team) 2025-08-14T20:08:50.680839Z

not sure what you're doing at this point, hard to help

classpath on log problems, solving here. thanks 😄