[jira] [Commented] (WW-4403) JDK 8: build fails due to JavaDoc checking issues

2016-07-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379425#comment-15379425
 ] 

Hudson commented on WW-4403:


SUCCESS: Integrated in Struts-JDK7-master #495 (See 
[https://builds.apache.org/job/Struts-JDK7-master/495/])
WW-4403 - add JDK 8 profile, disabling JavaDoc lint checker when (lukaszlenart: 
rev 50c95d43de024e37d66dc9242037a00b2fe78de5)
* pom.xml


> JDK 8: build fails due to JavaDoc checking issues
> -
>
> Key: WW-4403
> URL: https://issues.apache.org/jira/browse/WW-4403
> Project: Struts 2
>  Issue Type: Bug
>  Components: Build Management
>Affects Versions: 2.3.16.3
>Reporter: Rene Gielen
>Assignee: Rene Gielen
>  Labels: jdk8
> Fix For: 2.3.28, 2.5
>
>
> JDK 8 introduced stricter checking for JavaDoc processing, causing issues 
> formerly producing warning messages to break the build.
> Basically the fix is as easy as adding the following configuration to the 
> pluginManagement section:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-javadoc-plugin
> 2.9.1
> 
> private
> -Xdoclint:none
> 
> 
> {code}
> To fix and close this issue, we need a testable build though which is 
> currently blocked by WW-4402



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4403) JDK 8: build fails due to JavaDoc checking issues

2016-01-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15098436#comment-15098436
 ] 

Hudson commented on WW-4403:


SUCCESS: Integrated in Struts-JDK7-master #405 (See 
[https://builds.apache.org/job/Struts-JDK7-master/405/])
WW-4403 - add JDK 8 profile, disabling JavaDoc lint checker when (rgielen: rev 
9f6a0c9c9473a3bbe4e78d85b4b00523ac55ce64)
* pom.xml


> JDK 8: build fails due to JavaDoc checking issues
> -
>
> Key: WW-4403
> URL: https://issues.apache.org/jira/browse/WW-4403
> Project: Struts 2
>  Issue Type: Bug
>  Components: Build Management
>Affects Versions: 2.3.16.3
>Reporter: Rene Gielen
>  Labels: jdk8
> Fix For: 2.5
>
>
> JDK 8 introduced stricter checking for JavaDoc processing, causing issues 
> formerly producing warning messages to break the build.
> Basically the fix is as easy as adding the following configuration to the 
> pluginManagement section:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-javadoc-plugin
> 2.9.1
> 
> private
> -Xdoclint:none
> 
> 
> {code}
> To fix and close this issue, we need a testable build though which is 
> currently blocked by WW-4402



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4403) JDK 8: build fails due to JavaDoc checking issues

2016-01-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15098410#comment-15098410
 ] 

Hudson commented on WW-4403:


SUCCESS: Integrated in Struts-JDK6-support-2.3 #956 (See 
[https://builds.apache.org/job/Struts-JDK6-support-2.3/956/])
WW-4403 - add JDK 8 profile, disabling JavaDoc lint checker when (rgielen: rev 
7c4bb7e7bd9da86eee09018c007556c12f2520e1)
* pom.xml


> JDK 8: build fails due to JavaDoc checking issues
> -
>
> Key: WW-4403
> URL: https://issues.apache.org/jira/browse/WW-4403
> Project: Struts 2
>  Issue Type: Bug
>  Components: Build Management
>Affects Versions: 2.3.16.3
>Reporter: Rene Gielen
>  Labels: jdk8
> Fix For: 2.5
>
>
> JDK 8 introduced stricter checking for JavaDoc processing, causing issues 
> formerly producing warning messages to break the build.
> Basically the fix is as easy as adding the following configuration to the 
> pluginManagement section:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-javadoc-plugin
> 2.9.1
> 
> private
> -Xdoclint:none
> 
> 
> {code}
> To fix and close this issue, we need a testable build though which is 
> currently blocked by WW-4402



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4403) JDK 8: build fails due to JavaDoc checking issues

2016-01-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15098372#comment-15098372
 ] 

ASF subversion and git services commented on WW-4403:
-

Commit 7c4bb7e7bd9da86eee09018c007556c12f2520e1 in struts's branch 
refs/heads/support-2-3 from [~rgielen]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=7c4bb7e ]

WW-4403 - add JDK 8 profile, disabling JavaDoc lint checker when building with 
JDK8


> JDK 8: build fails due to JavaDoc checking issues
> -
>
> Key: WW-4403
> URL: https://issues.apache.org/jira/browse/WW-4403
> Project: Struts 2
>  Issue Type: Bug
>  Components: Build Management
>Affects Versions: 2.3.16.3
>Reporter: Rene Gielen
>  Labels: jdk8
> Fix For: 2.5
>
>
> JDK 8 introduced stricter checking for JavaDoc processing, causing issues 
> formerly producing warning messages to break the build.
> Basically the fix is as easy as adding the following configuration to the 
> pluginManagement section:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-javadoc-plugin
> 2.9.1
> 
> private
> -Xdoclint:none
> 
> 
> {code}
> To fix and close this issue, we need a testable build though which is 
> currently blocked by WW-4402



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4403) JDK 8: build fails due to JavaDoc checking issues

2016-01-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15098371#comment-15098371
 ] 

ASF subversion and git services commented on WW-4403:
-

Commit 9f6a0c9c9473a3bbe4e78d85b4b00523ac55ce64 in struts's branch 
refs/heads/master from [~rgielen]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=9f6a0c9 ]

WW-4403 - add JDK 8 profile, disabling JavaDoc lint checker when building with 
JDK8
(cherry picked from commit 7c4bb7e)


> JDK 8: build fails due to JavaDoc checking issues
> -
>
> Key: WW-4403
> URL: https://issues.apache.org/jira/browse/WW-4403
> Project: Struts 2
>  Issue Type: Bug
>  Components: Build Management
>Affects Versions: 2.3.16.3
>Reporter: Rene Gielen
>  Labels: jdk8
> Fix For: 2.5
>
>
> JDK 8 introduced stricter checking for JavaDoc processing, causing issues 
> formerly producing warning messages to break the build.
> Basically the fix is as easy as adding the following configuration to the 
> pluginManagement section:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-javadoc-plugin
> 2.9.1
> 
> private
> -Xdoclint:none
> 
> 
> {code}
> To fix and close this issue, we need a testable build though which is 
> currently blocked by WW-4402



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4403) JDK 8: build fails due to JavaDoc checking issues

2015-06-23 Thread Raju Bairishetti (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14598775#comment-14598775
 ] 

Raju Bairishetti commented on WW-4403:
--

Hi [~rgielen],

 I hope this comment will be useful in fixing the issue.

Adding *-Xdoclint:none* works only on jdk8 
or higher than jdk8. Javadocs won't be generated with lower than jdk8 version 
i.e. it does not work with jdk7, jdk6 ...

We need to add this a new profile to add the doclint for only jdk8 or higher 
than jdk8.

 Refer 
https://issues.apache.org/jira/browse/LENS-493?focusedCommentId=14589210&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14589210



> JDK 8: build fails due to JavaDoc checking issues
> -
>
> Key: WW-4403
> URL: https://issues.apache.org/jira/browse/WW-4403
> Project: Struts 2
>  Issue Type: Bug
>  Components: Build Management
>Affects Versions: 2.3.16.3
>Reporter: Rene Gielen
>  Labels: jdk8
> Fix For: 2.5
>
>
> JDK 8 introduced stricter checking for JavaDoc processing, causing issues 
> formerly producing warning messages to break the build.
> Basically the fix is as easy as adding the following configuration to the 
> pluginManagement section:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-javadoc-plugin
> 2.9.1
> 
> private
> -Xdoclint:none
> 
> 
> {code}
> To fix and close this issue, we need a testable build though which is 
> currently blocked by WW-4402



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4403) JDK 8: build fails due to JavaDoc checking issues

2014-09-12 Thread Rene Gielen (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131215#comment-14131215
 ] 

Rene Gielen commented on WW-4403:
-

Testability is blocked by fixing this blocking build issue

> JDK 8: build fails due to JavaDoc checking issues
> -
>
> Key: WW-4403
> URL: https://issues.apache.org/jira/browse/WW-4403
> Project: Struts 2
>  Issue Type: Bug
>  Components: Build Management
>Affects Versions: 2.3.16.3
>Reporter: Rene Gielen
>  Labels: jdk8
> Fix For: 2.5
>
>
> JDK 8 introduced stricter checking for JavaDoc processing, causing issues 
> formerly producing warning messages to break the build.
> Basically the fix is as easy as adding the following configuration to the 
> pluginManagement section:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-javadoc-plugin
> 2.9.1
> 
> private
> -Xdoclint:none
> 
> 
> {code}
> To fix and close this issue, we need a testable build though which is 
> currently blocked by WW-4402



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)