You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Shawn McKinney <sm...@apache.org> on 2016/01/01 16:40:57 UTC

Re: [Fortress] Builds and Javadoc

> On Dec 22, 2015, at 5:33 AM, Emmanuel Lécharny <el...@gmail.com> wrote:
> 
> so after having cleaned up the Javadoc, I have all the 4 projects
> building fine with Java 8 (I have used the @inheritdoc tag in
> FortressServiceImpl in enmasse).
> 
> If everything is ok, we are probably ready for a release !

Hello Emmanuel,

Thanks for taking a look at this.  There are other places the @inheritdoc tag can be used so I will do that.  Fortress Core javadoc gen fails unless this statement is added to javadoc section:

        <configuration>
          <additionalparam>-Xdoclint:none</additionalparam>
        </configuration>

due to all of the ticky tac things java 8 complains about.  

Shawn