You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by GitBox <gi...@apache.org> on 2022/11/08 06:02:27 UTC

[GitHub] [incubator-pekko] nvollmar commented on pull request #20: rename actor/remote/slf4j/serialization modules

nvollmar commented on PR #20:
URL: https://github.com/apache/incubator-pekko/pull/20#issuecomment-1306678302

   @pjfanning The doc generation issue seems related to https://github.com/lightbend/paradox/issues/491
   Updating to the latest version of sbt-paradox-akka fixes it: 
   ```
   addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.45")
   ```
   We're going to need to create our own version of it to style the documentation.
   
   Fixing this yields a host of doc generation issues due to the rename of modules:
   
   ```
    Error writing content: project-info.conf does not contain `akka-actor` at /Users/nvo/Development/git/incubator-pekko/akka-docs/src/main/paradox/actors.md
   [error] Could not find file for snippet at /Users/nvo/Development/git/incubator-pekko/akka-docs/src/main/paradox/coordinated-shutdown.md:21
   [error] :   @@snip [reference.conf](/akka-actor/src/main/resources/reference.conf) { #coordinated-shutdown-phases }
   [error]     ^
   [error] Could not find file for snippet at /Users/nvo/Development/git/incubator-pekko/akka-docs/src/main/paradox/event-bus.md:8
   [error] :  @@snip [EventBus.scala](/akka-actor/src/main/scala/akka/event/EventBus.scala) { #event-bus-api }
   [error]    ^
   [error] Could not find file for snippet at /Users/nvo/Development/git/incubator-pekko/akka-docs/src/main/paradox/general/configuration-reference.md:18
   [error] @@snip [reference.conf](/akka-actor/src/main/resources/reference.conf)
   [error] ^
   [error] Could not find file for snippet at /Users/nvo/Development/git/incubator-pekko/akka-docs/src/main/paradox/general/configuration-reference.md:23
   [error] @@snip [reference.conf](/akka-actor-typed/src/main/resources/reference.conf)
   [error] ^
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org