@martinklepsch, do you have a test project setup who’s purpose would be to visually review various cljdoc features and formatting?
I’ve mostly just used specific projects for this, unfortunately I didn’t make sufficient notes what projects I checked for what features
Ok thanks, I’ll create a little something for my testing.
i can't seem to make the docs be processed for a library i'm trying to release, the job fails on circleci, the problem seems to be that the expound library is not recognized as a dependency to my own. What's particular to this library is that it has a single name without groupId expound {:mvn/version "0.7.2"}
. but when i look at my pom.xml, it correctly has expound as groupId and artifactId, and it of course all works fine on my machine
where should i look to find a solution to this ?
the expound library is notably recognized as a dependency on clojars
@carkh, before the expound error I see:
Execution error (FileNotFoundException) at cark.behavior-tree.hiccup/eval2033$loading (hiccup.cljc:1).
I’d look there first.well yes, that's the namespace form requiring expound
oh
if you look a bit before, it looks like expound is not in the used dependencies, so it is not loaded at all
did you specify expound/expound
in deps.edn
to try to get it working? https://github.com/cark/cark.behavior-tree/blob/b5dd120a8a30f5d6efd5e844852c46a3f5e6ff34/deps.edn#L3
I ask because clojars shows only one expound
https://clojars.org/expound
In other news, related to my earlier query on a dummy test project to visualize cljdoc formatting (and features). I’ve set up https://cljdoc.org/d/lread/cljdoc-exerciser/CURRENT
I’m noticing testing local and production behave a bit different with regards to asciidoc images. I see them on prod but not when testing locally.
Oh and same idea for .md docs.
oops sorry didn't notice your answer
yes i did try that with and without the groupid, the result is the same
the produced pom is the same
@carkh, you are using your deploy.cmd
to build your pom.xml
, right?
and upload to clojars
just seeing what happens if I try to generate your pom here on my mac.
haha good luck =)
not gonna work?
it will try to upload to clojars with your credentials