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/07 18:36:42 UTC

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

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

   ok so i wrapped everything, now i have only one page with everything, there is still room for change if need be.
   
   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 change 
   
   `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.*"),
                   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.*"),


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