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-unsubscr...@tomee.apache.org

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

Reply via email to