1 Reply Latest reply on Aug 15, 2008 1:01 PM by brian.stansberry

    JavaDocs for CR2

      Not sure if this a little bit of the ServiceBindingManager topic but the building of the nightly build does not seem to generate javadocs for the api. Where can I find the javadocs or generate it from the CR2 nightly build. I see the target in the build-common.xml.

        • 1. Re: JavaDocs for CR2
          brian.stansberry

          If you have maven installed, from the varia dir:

          mvn javadoc:javadoc


          The docs will be generated into varia/target/site/apidocs

          These might be available via some other means, but I just did that and it worked.