Is there a way to generate JavaDoc from within Domino Designer?
问题 I export my Domino Designer Java code to Eclipse in order to generate JavaDoc but this is cumbersome. I have tried on several occasions to do the same thing from inside DDE but the process fails and have not found a solution. Is there a way to generate JavaDoc for managed beans from DDE? 回答1: JavaDoc is available as an ANT task. Domino Designer can run ANT tasks manually or as part of the build process. Only catch: ANT doesn't know the Eclipse Virtual File system. You have 2 options to