tools-build

2025-08-14T18:09:51.386739Z

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

2025-08-14T18:17:27.230719Z

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

2025-08-14T18:19:56.555419Z

I can pass an alias while using create-basis ?

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

Yes

Alex Miller (Clojure team) 2025-08-14T18:21:15.674399Z

https://clojure.github.io/tools.build/clojure.tools.build.api.html#var-create-basis

👍 1
🙏 1
2025-08-14T18:35:47.626729Z

thx, workd 😄

2025-08-14T19:17:49.254129Z

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

2025-08-14T20:21:57.733619Z

classpath on log problems, solving here. thanks 😄