You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "He-Pin (via GitHub)" <gi...@apache.org> on 2024/03/23 18:19:58 UTC

[I] Genjavadoc plugin doesn't support scala 3.3.x [pekko]

He-Pin opened a new issue, #1221:
URL: https://github.com/apache/pekko/issues/1221

   [error] (actor / update) sbt.librarymanagement.ResolveException: Error downloading com.typesafe.genjavadoc:genjavadoc-plugin_3.3.3:0.19
   [error]   Not found
   [error]   Not found
   [error]   not found: /home/runner/.ivy2/localcom.typesafe.genjavadoc/genjavadoc-plugin_3.3.3/0.19/ivys/ivy.xml
   [error]   not found: https://repo1.maven.org/maven2/com/typesafe/genjavadoc/genjavadoc-plugin_3.3.3/0.19/genjavadoc-plugin_3.3.3-0.19.pom
   [error] (protobuf-v3 / update) sbt.librarymanagement.ResolveException: Error downloading com.typesafe.genjavadoc:genjavadoc-plugin_3.3.3:0.19
   [error]   Not found
   [error]   Not found
   [error]   not found: /home/runner/.ivy2/localcom.typesafe.genjavadoc/genjavadoc-plugin_3.3.3/0.19/ivys/ivy.xml
   [error]   not found: https://repo1.maven.org/maven2/com/typesafe/genjavadoc/genjavadoc-plugin_3.3.3/0.19/genjavadoc-plugin_3.3.3-0.19.pom
   [error] Total time: 6 s, completed Mar 23, 2024, 6:11:01 PM


-- 
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.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


Re: [I] Genjavadoc plugin doesn't support scala 3.3.x [pekko]

Posted by "He-Pin (via GitHub)" <gi...@apache.org>.
He-Pin commented on issue #1221:
URL: https://github.com/apache/pekko/issues/1221#issuecomment-2016569812

   > Looks like that plugin has never supported scala 3.
   > 
   > https://mvnrepository.com/artifact/com.typesafe.genjavadoc/genjavadoc-plugin
   
   Yes, I think that plugin may need be  rewritten with Tasty query? I think we can skip it on 3.3., for now.


-- 
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


Re: [I] Genjavadoc plugin doesn't support scala 3.3.x [pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #1221:
URL: https://github.com/apache/pekko/issues/1221#issuecomment-2021749002

   this seems fixed


-- 
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


Re: [I] Genjavadoc plugin doesn't support scala 3.3.x [pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #1221:
URL: https://github.com/apache/pekko/issues/1221#issuecomment-2016567882

   Looks like that plugin has never supported scala 3.
   
   https://mvnrepository.com/artifact/com.typesafe.genjavadoc/genjavadoc-plugin


-- 
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


Re: [I] Genjavadoc plugin doesn't support scala 3.3.x [pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed issue #1221: Genjavadoc plugin doesn't support scala 3.3.x
URL: https://github.com/apache/pekko/issues/1221


-- 
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


Re: [I] Genjavadoc plugin doesn't support scala 3.3.x [pekko]

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #1221:
URL: https://github.com/apache/pekko/issues/1221#issuecomment-2016754762

   > I would prefer if #1226 was done differently. Instead of nor running the `sbt doc` build with Scala 3.3, we could run it but set genjavadoc to false for just that version of Scala.
   
   Agreed


-- 
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


Re: [I] Genjavadoc plugin doesn't support scala 3.3.x [pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #1221:
URL: https://github.com/apache/pekko/issues/1221#issuecomment-2016744799

   I would prefer if https://github.com/apache/pekko/pull/1226 was done differently. Instead of nor running the `sbt doc` build with Scala 3.3, we could run it but set genjavadoc to false for just that version of Scala.


-- 
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