Fork me on GitHub
#tools-build
<
2022-02-12
>
pinkfrog01:02:28

A general question on Tools. Suppose I run

Run with clj -T:build function-in-build
what’s the entry point function (main function) to use for the :build alias ?

pinkfrog01:02:33

I guess there might be no magic here. The function-in-build is directly executed

☝️ 1
seancorfield01:02:41

@i it depends on what's in your :build alias

seancorfield02:02:39

Normally you'd have :ns-default there specifying build as the default namespace.

seancorfield02:02:55

So, no magic, that's how -X works too (-T does some slightly different class path stuff)