Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2
-
Fix Version/s: None
-
Component/s: jxr
-
Labels:None
-
Environment:Site plugin 2.2
-
Number of attachments :
Description
Linenumber achor anames are solely the line number but this brings problems. Then linking in APT to source code, it complains:
[WARNING] [APT Parser] Modified invalid link: '77' to '../kcc-core/xref/package/Object.html#a77'
This means that I am not able to link to lines anymore. Change the anchor name pattern to L\d+
The suspicious line is: http://svn.apache.org/viewvc/maven/jxr/tags/jxr-2.2/maven-jxr/src/main/java/org/apache/maven/jxr/JavaCodeTransform.java?view=markup#l375