[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-03-15 Thread Karl-Heinz Marbaise (JIRA)

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

Karl-Heinz Marbaise updated MJAVADOC-425:
-

Fix Version/s: 2.10.3

 Outdated doxia's version is used in plugin
 --

 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko
 Fix For: 2.10.3


 I've faced problems while generating linkcheck report on our project.
 Links are pointing to methods in javadoc generated html pages, but in final 
 report lots of links are marked as invalid
 Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
 doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
 pom:
 properties
...
 doxiaVersion1.0/doxiaVersion
 doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
 ...
   /properties
 My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
 as you see it was fixed in doxia 1.4
 Current latest doxia version is 1.6, so I think there's need of updating 
 javadoc plugin.
 Steps of reproducing my problem:
 1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  
 git checkout checkstyle-6.3
 2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
 -Dcobertura.skip=true
 3) Open target/site/linkcheck.html
 Example of my current report: 
 http://alexkravin.github.io/linkcheck/linkcheck.html
 As you can see - even invalid link will redirect you to proper location.
 E.g.:
 apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
 error 
 ../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
  doesn't exist
 but it's valid
 http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
  int)
 One more case:
 http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true:
  404 Not Found
 This link is broken because DefaultHandler is preceded by dot instead of '/'.
 All other cases with links to docs.oracle.com/... are valid.



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


[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-03-15 Thread Karl-Heinz Marbaise (JIRA)

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

Karl-Heinz Marbaise commented on MJAVADOC-425:
--

Fixed in [r1666798|http://svn.apache.org/r1666798].
Upgraded to doxia 1.4 as a first step. Could check if this will solve your 
problem? I can provided a SNAPSHOT if you like?

 Outdated doxia's version is used in plugin
 --

 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko
 Fix For: 2.10.3


 I've faced problems while generating linkcheck report on our project.
 Links are pointing to methods in javadoc generated html pages, but in final 
 report lots of links are marked as invalid
 Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
 doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
 pom:
 properties
...
 doxiaVersion1.0/doxiaVersion
 doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
 ...
   /properties
 My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
 as you see it was fixed in doxia 1.4
 Current latest doxia version is 1.6, so I think there's need of updating 
 javadoc plugin.
 Steps of reproducing my problem:
 1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  
 git checkout checkstyle-6.3
 2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
 -Dcobertura.skip=true
 3) Open target/site/linkcheck.html
 Example of my current report: 
 http://alexkravin.github.io/linkcheck/linkcheck.html
 As you can see - even invalid link will redirect you to proper location.
 E.g.:
 apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
 error 
 ../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
  doesn't exist
 but it's valid
 http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
  int)
 One more case:
 http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true:
  404 Not Found
 This link is broken because DefaultHandler is preceded by dot instead of '/'.
 All other cases with links to docs.oracle.com/... are valid.



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


[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-03-15 Thread Karl-Heinz Marbaise (JIRA)

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

Karl-Heinz Marbaise reassigned MJAVADOC-425:


Assignee: Karl-Heinz Marbaise

 Outdated doxia's version is used in plugin
 --

 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko
Assignee: Karl-Heinz Marbaise
 Fix For: 2.10.3


 I've faced problems while generating linkcheck report on our project.
 Links are pointing to methods in javadoc generated html pages, but in final 
 report lots of links are marked as invalid
 Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
 doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
 pom:
 properties
...
 doxiaVersion1.0/doxiaVersion
 doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
 ...
   /properties
 My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
 as you see it was fixed in doxia 1.4
 Current latest doxia version is 1.6, so I think there's need of updating 
 javadoc plugin.
 Steps of reproducing my problem:
 1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  
 git checkout checkstyle-6.3
 2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
 -Dcobertura.skip=true
 3) Open target/site/linkcheck.html
 Example of my current report: 
 http://alexkravin.github.io/linkcheck/linkcheck.html
 As you can see - even invalid link will redirect you to proper location.
 E.g.:
 apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
 error 
 ../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
  doesn't exist
 but it's valid
 http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
  int)
 One more case:
 http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true:
  404 Not Found
 This link is broken because DefaultHandler is preceded by dot instead of '/'.
 All other cases with links to docs.oracle.com/... are valid.



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


[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-03-15 Thread Karl-Heinz Marbaise (JIRA)

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

Karl-Heinz Marbaise closed MJAVADOC-425.


Resolution: Fixed

 Outdated doxia's version is used in plugin
 --

 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko
Assignee: Karl-Heinz Marbaise
 Fix For: 2.10.3


 I've faced problems while generating linkcheck report on our project.
 Links are pointing to methods in javadoc generated html pages, but in final 
 report lots of links are marked as invalid
 Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
 doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
 pom:
 properties
...
 doxiaVersion1.0/doxiaVersion
 doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
 ...
   /properties
 My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
 as you see it was fixed in doxia 1.4
 Current latest doxia version is 1.6, so I think there's need of updating 
 javadoc plugin.
 Steps of reproducing my problem:
 1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  
 git checkout checkstyle-6.3
 2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
 -Dcobertura.skip=true
 3) Open target/site/linkcheck.html
 Example of my current report: 
 http://alexkravin.github.io/linkcheck/linkcheck.html
 As you can see - even invalid link will redirect you to proper location.
 E.g.:
 apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
 error 
 ../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
  doesn't exist
 but it's valid
 http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
  int)
 One more case:
 http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true:
  404 Not Found
 This link is broken because DefaultHandler is preceded by dot instead of '/'.
 All other cases with links to docs.oracle.com/... are valid.



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


[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-02-13 Thread Aleksey Nesterenko (JIRA)

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

Aleksey  Nesterenko updated MJAVADOC-425:
-

Description: 
I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.

E.g.:
apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
error   
../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
 doesn't exist

but it's valid
http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
 int)

One more case:

http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true:
 404 Not Found

This link is broken because DefaultHandler is preceded by dot instead of '/'.

All other cases with links to docs.oracle.com/... are valid.


  was:
I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.

E.g.:
apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
error   
../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
 doesn't exist

but it's valid
http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
 int)



 Outdated doxia's version is used in plugin
 --

 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko

 I've faced problems while generating linkcheck report on our project.
 Links are pointing to methods in javadoc generated html pages, but in final 
 report lots of links are marked as invalid
 Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
 doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
 pom:
 properties
...
 doxiaVersion1.0/doxiaVersion
 doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
 ...
   /properties
 My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
 as you see it was fixed in doxia 1.4
 Current latest doxia version is 1.6, so I think there's need of updating 
 javadoc plugin.
 Steps of reproducing my problem:
 1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  
 git checkout checkstyle-6.3
 2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
 -Dcobertura.skip=true
 3) Open target/site/linkcheck.html
 Example of my current report: 
 http://alexkravin.github.io/linkcheck/linkcheck.html
 As you can see - even 

[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-02-08 Thread Aleksey Nesterenko (JIRA)
Aleksey  Nesterenko created MJAVADOC-425:


 Summary: Outdated doxia's version is used in plugin
 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko


I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.



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


[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-02-08 Thread Aleksey Nesterenko (JIRA)

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

Aleksey  Nesterenko updated MJAVADOC-425:
-

Description: 
I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.

E.g.:

apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
error   
../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
 doesn't exist.

but it's valid

http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
 int)

  was:
I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.


 Outdated doxia's version is used in plugin
 --

 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko

 I've faced problems while generating linkcheck report on our project.
 Links are pointing to methods in javadoc generated html pages, but in final 
 report lots of links are marked as invalid
 Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
 doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
 pom:
 properties
...
 doxiaVersion1.0/doxiaVersion
 doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
 ...
   /properties
 My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
 as you see it was fixed in doxia 1.4
 Current latest doxia version is 1.6, so I think there's need of updating 
 javadoc plugin.
 Steps of reproducing my problem:
 1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  
 git checkout checkstyle-6.3
 2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
 -Dcobertura.skip=true
 3) Open target/site/linkcheck.html
 Example of my current report: 
 http://alexkravin.github.io/linkcheck/linkcheck.html
 As you can see - even invalid link will redirect you to proper location.
 E.g.:
 apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
 error 
 ../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
  doesn't exist.
 but it's valid
 http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
  int)



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


[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-02-08 Thread Aleksey Nesterenko (JIRA)

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

Aleksey  Nesterenko updated MJAVADOC-425:
-

Description: 
I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.

  was:
I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.

E.g.:

apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
error   
../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
 doesn't exist.

but it's valid

http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
 int)


 Outdated doxia's version is used in plugin
 --

 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko

 I've faced problems while generating linkcheck report on our project.
 Links are pointing to methods in javadoc generated html pages, but in final 
 report lots of links are marked as invalid
 Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
 doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
 pom:
 properties
...
 doxiaVersion1.0/doxiaVersion
 doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
 ...
   /properties
 My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
 as you see it was fixed in doxia 1.4
 Current latest doxia version is 1.6, so I think there's need of updating 
 javadoc plugin.
 Steps of reproducing my problem:
 1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  
 git checkout checkstyle-6.3
 2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
 -Dcobertura.skip=true
 3) Open target/site/linkcheck.html
 Example of my current report: 
 http://alexkravin.github.io/linkcheck/linkcheck.html
 As you can see - even invalid link will redirect you to proper location.



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


[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

2015-02-08 Thread Aleksey Nesterenko (JIRA)

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

Aleksey  Nesterenko updated MJAVADOC-425:
-

Description: 
I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.

E.g.:
apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
error   
../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
 doesn't exist

but it's valid
http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
 int)


  was:
I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final 
report lots of links are marked as invalid
Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
pom:

properties
   ...
doxiaVersion1.0/doxiaVersion
doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
...
  /properties

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating 
javadoc plugin.

Steps of reproducing my problem:

1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  git 
checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
-Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: 
http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even invalid link will redirect you to proper location.


 Outdated doxia's version is used in plugin
 --

 Key: MJAVADOC-425
 URL: https://jira.codehaus.org/browse/MJAVADOC-425
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.10.1
Reporter: Aleksey  Nesterenko

 I've faced problems while generating linkcheck report on our project.
 Links are pointing to methods in javadoc generated html pages, but in final 
 report lots of links are marked as invalid
 Analyzing of the problem let me noticed that maven-javadoc-plugin is using 
 doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 
 pom:
 properties
...
 doxiaVersion1.0/doxiaVersion
 doxia-sitetoolsVersion1.0/doxia-sitetoolsVersion
 ...
   /properties
 My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and 
 as you see it was fixed in doxia 1.4
 Current latest doxia version is 1.6, so I think there's need of updating 
 javadoc plugin.
 Steps of reproducing my problem:
 1) git clone g...@github.com:checkstyle/checkstyle.git  cd checkstyle/  
 git checkout checkstyle-6.3
 2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true 
 -Dcobertura.skip=true
 3) Open target/site/linkcheck.html
 Example of my current report: 
 http://alexkravin.github.io/linkcheck/linkcheck.html
 As you can see - even invalid link will redirect you to proper location.
 E.g.:
 apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html
 error 
 ../../../../../com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,%20int):
  doesn't exist
 but it's valid
 http://alexkravin.github.io/linkcheck/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html#GeneratedJavaRecognizer(antlr.TokenBuffer,
  int)



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