You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2022/04/08 13:13:56 UTC

[GitHub] [tomee-site-generator] rzo1 commented on pull request #37: TOMEE-3846 draft improve main comparison page and fix per version comparison pages

rzo1 commented on PR #37:
URL: https://github.com/apache/tomee-site-generator/pull/37#issuecomment-1092846703

   > ok so i wrapped everything, now i have only one page with everything, there is still room for change if need be.
   > 
   > edit : added anchor ids
   > 
   > * https://tomee.apache.org/comparison.html#versions
   > * https://tomee.apache.org/comparison.html#flavors
   > * https://tomee.apache.org/comparison.html#specifications
   > * https://tomee.apache.org/comparison.html#implementations
   > 
   > my problem now is build is broken on windows again (javadoc not generated, slash errors ?)
   > 
   > i need either, help to make build works on windows for javadoc, or, help to test and replace :
   > 
   > `java` new Source("https://github.com/eclipse/microprofile-bom.git", "master", "microprofile-5.0").related(microProfile5).javadoc("^org.eclipse.microprofile._"), new Source("https://github.com/eclipse/microprofile-bom.git", "master", "microprofile-2.0").related(microProfile2).javadoc("^org.eclipse.microprofile._"),
   > 
   > by:
   > 
   > `java` new Source("https://github.com/eclipse/microprofile.git", "5.0", "microprofile-5.0").related(microProfile5).javadoc("^org.eclipse.microprofile._"), new Source("https://github.com/eclipse/microprofile.git", "2.0", "microprofile-2.0").related(microProfile2).javadoc("^org.eclipse.microprofile._"),
   > 
   > i can also try on a mac later
   
   Is this still a problem? Would need to start a Windows VM to check / debug ;)


-- 
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: dev-unsubscribe@tomee.apache.org

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