creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
329 stars 76 forks source link

Version 0.12.0 not available on Maven #120

Closed spamegg1 closed 1 year ago

spamegg1 commented 1 year ago

Screenshot from 2023-01-07 23-25-04

(Firstly, master seems to have been renamed to main.)

Using the above instructions in a Scala 3 project (Sbt 1.8.2 latest, Scala 3.2.1, Java 11) leads to the error:

sbt:scala-abc> compile
[info] Updating 
[info] Resolved  dependencies
[warn] 
[warn]  Note: Unresolved dependencies path:
[error] stack trace is suppressed; run last update for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading org.creativescala:doodle_3:0.12.0
[error]   Not found
[error]   Not found
[error]   not found: /home/spam/.ivy2/localorg.creativescala/doodle_3/0.12.0/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/org/creativescala/doodle_3/0.12.0/doodle_3-0.12.0.pom
[error] Total time: 3 s, completed Jan 7, 2023, 11:22:15 PM

Looking here, there isn't a 0.12.0 available: https://repo1.maven.org/maven2/org/creativescala/doodle_3/

Also 0.12.0 not available for Scala 2.13 https://repo1.maven.org/maven2/org/creativescala/doodle_2.13/

Strangely some of the components have 0.12.0 available, such as https://repo1.maven.org/maven2/org/creativescala/doodle-core_3/

noelwelsh commented 1 year ago

Thanks for reporting this. Looks like the aggregate project (doodle) didn't get published, though the individual components (doodle-core etc.) did. I will look into it.

noelwelsh commented 1 year ago

I've released 0.14.0, which is released correctly. Thanks again for the report.

spamegg1 commented 1 year ago

Documentation is still confusing. There is 0.10.1 here https://www.creativescala.org/doodle/ There is 0.13.0 here https://creativescala.github.io/doodle/ And this page is 404 https://creativescala.github.io/

noelwelsh commented 1 year ago

Gotcha. I'll work on that next.

noelwelsh commented 1 year ago

Should be all done now.

spamegg1 commented 1 year ago

Found another (unrelated) 404 at https://www.creativescala.org/case-study-forms Doodle Explore shows 0.13.0 https://www.creativescala.org/doodle-explore/ but latest on Maven is 0.14.0. There is yet another domain (.com) that's confusing: https://creativescala.com/doodle/index.html which lists 0.10.0.

spamegg1 commented 1 year ago

I guess it's OK to close this now? It's mostly done (thanks!), my last comment has some minor things. Maybe I should open a separate issue for those.