[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-09-15 Thread Dennis Lundberg (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg closed MJAVADOC-393.


   Resolution: Won't Fix
Fix Version/s: (was: 2.10)

I've added an entry in the FAQ for 2.10 about this issue.

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson
 Attachments: AbstractJavadocMojo.java.MJAVADOC-393.patch


 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-09-06 Thread Dennis Lundberg (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=352434#comment-352434
 ] 

Dennis Lundberg commented on MJAVADOC-393:
--

Java 8u20 is out now and fixes the problem mentioned in this issue.
I also propose that we close this as wont fix because it is a bug in the JDK 
for which there is a fix available.

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson
 Fix For: 2.9.2

 Attachments: AbstractJavadocMojo.java.MJAVADOC-393.patch


 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-07-09 Thread Michael Osipov (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349381#comment-349381
 ] 

Michael Osipov commented on MJAVADOC-393:
-

I would rather close as wontfix.

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson
 Fix For: 2.9.2

 Attachments: AbstractJavadocMojo.java.MJAVADOC-393.patch


 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-06-09 Thread Herve Boutemy (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=347694#comment-347694
 ] 

Herve Boutemy commented on MJAVADOC-393:


IIUC, JDK8 should be fixed in 8u20, expected between july and october 2014: I 
really wonder if we should implement this workaround...

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson
 Fix For: 2.9.2

 Attachments: AbstractJavadocMojo.java.MJAVADOC-393.patch


 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-06-08 Thread Herve Boutemy (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MJAVADOC-393:
---

Fix Version/s: 2.9.2

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson
 Fix For: 2.9.2

 Attachments: AbstractJavadocMojo.java.MJAVADOC-393.patch


 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-04-27 Thread Laird Nelson (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=345435#comment-345435
 ] 

Laird Nelson edited comment on MJAVADOC-393 at 4/27/14 1:29 PM:


Added a link to the [JDK bug|https://bugs.openjdk.java.net/browse/JDK-8038976] 
that requires a trailing slash for the {{-link}} option to javadoc.


was (Author: ljnelson):
Link to JDK bug that requires a trailing slash for the {{-link}} option to 
javadoc.

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson
 Attachments: AbstractJavadocMojo.java.MJAVADOC-393.patch


 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-04-21 Thread Laird Nelson (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laird Nelson updated MJAVADOC-393:
--

Patch Submitted: Yes

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson
 Attachments: AbstractJavadocMojo.java.MJAVADOC-393.patch


 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-04-21 Thread Laird Nelson (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laird Nelson updated MJAVADOC-393:
--

Attachment: AbstractJavadocMojo.java.MJAVADOC-393.patch

Submitted a patch correcting the trailing-slash-stripping behavior now that 
javadoc 1.8 no longer deals properly with non-slash-terminated {{-link}} 
options.

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson
 Attachments: AbstractJavadocMojo.java.MJAVADOC-393.patch


 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-04-18 Thread Laird Nelson (JIRA)
Laird Nelson created MJAVADOC-393:
-

 Summary: -link option values have their trailing slash removed; 
breaks javadoc 8
 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson


The version of {{javadoc}} that ships with Java 8 has changed such that any 
value supplied to the {{-link}} option must have a trailing slash (at least on 
my Mac).

Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the trailing 
slashes from the {{links}} property elements, ensuring that {{javadoc}} version 
8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-393) -link option values have their trailing slash removed; breaks javadoc 8

2014-04-18 Thread Laird Nelson (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=345095#comment-345095
 ] 

Laird Nelson commented on MJAVADOC-393:
---

Line 3932, sorry.

 -link option values have their trailing slash removed; breaks javadoc 8
 ---

 Key: MJAVADOC-393
 URL: https://jira.codehaus.org/browse/MJAVADOC-393
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Laird Nelson

 The version of {{javadoc}} that ships with Java 8 has changed such that any 
 value supplied to the {{-link}} option must have a trailing slash (at least 
 on my Mac).
 Line 2932 of {{AbstractJavadocMojo.java}} programmatically strips the 
 trailing slashes from the {{links}} property elements, ensuring that 
 {{javadoc}} version 8 cannot process its {{-link}} options properly.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)