You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/01/19 17:14:12 UTC

[GitHub] [ozone] szetszwo edited a comment on pull request #2998: HDDS-6202. Avoid using jmh-generator-annprocess since it is GPL2.0.

szetszwo edited a comment on pull request #2998:
URL: https://github.com/apache/ozone/pull/2998#issuecomment-1016676750


   > ozone genesis won't work because Genesis.java is being removed.
   
   It could possibly work:
   
   1. Suppose genesis.jar, which contains Genesis.class and other classes, is available in maven or somewhere else.
   2. Use curl to download the jar in the `ozone` script.
   ```
   curl -o "$ARTIFACT_LIB_DIR/genesis.jar"  https://repo1.maven.org/maven2/org/apache/ozone/.../genesis.jar
   ```
   3. Then, Genesis.class is available locally.  It can be executed as usual.
   
   Of course, I am open to use other ways running it.
   


-- 
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: issues-unsubscribe@ozone.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org