sbt-site icon indicating copy to clipboard operation
sbt-site copied to clipboard

Site generation for sbt

Results 37 sbt-site issues
Sort by recently updated
recently updated
newest added

ran into a similar problem as mentioned in #172, except that scala-xml was the problem (also when using this plugin with sbt-native-packager). also updated other dependencies as well

I think this should fix #68. `com.typesafe.sbt.site.Preview#runTask` is using `sbt.Extracted#runTask` which says "If the project axis is not defined for the key, it is resolved to be the current project."...

Since the introduction of `sbt-site` as a collection of auto plugins, the `previewSite` task is launched by each submodule, if the sbt project follow this pattern: - An auto plugin,...

bug

I have a simple docs module, ```scala lazy val docs = project .in(file("docs")) .enablePlugins(ParadoxSitePlugin) .settings( paradoxTheme := Some(builtinParadoxTheme("generic")), previewLaunchBrowser := false ) ``` From the root project `docs / makeSite`...

during SBT boot: ``` [error] * org.scala-lang.modules:scala-parser-combinators_2.12:2.0.0 (early-semver) is selected over 1.0.5 [error] +- com.github.sbt:sbt-native-packager:1.9.4 (scalaVersion=2.12, sbtVersion=1.0) (depends on 2.0.0) [error] +- org.foundweekends:knockoff_2.12:0.8.6 (depends on 1.0.5) [error] [error] this can...

Given the poor handling of the recent security incident (https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/) I'm suspending Travis CI integration indefinitely. Let's move on to GitHub Actions.

using `sbt-site 1.3.3` ``` [error] java.lang.RuntimeException: Error creating extended parser class: Could not determine whether class 'org.pegdown.ParserWithDirectives$$parboiled' has already been loaded [error] at org.parboiled.Parboiled.createParser(Parboiled.java:58) [error] at com.lightbend.paradox.markdown.Reader.(Reader.scala:40) [error] at com.lightbend.paradox.ParadoxProcessor$.$lessinit$greater$default$1(ParadoxProcessor.scala:30)...

(I wonder if the automated deploy to ghpages still works now that it migrated to travis.com. It failed when I released 1.4.1)