You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/25 13:55:35 UTC

[jira] Created: (MPJAVADOC-28) @link tag not working with package names

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-28
    Summary: @link tag not working with package names
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Jason van Zyl
   Reporter: Maarten Coene

    Created: Fri, 25 Jun 2004 7:54 AM
    Updated: Fri, 25 Jun 2004 7:54 AM

Description:
I have a coulple of {@link package-name} tags in my javadocs, however, the javadoc plugin can resolve them to an URL. 

For instance: http://www.dom4j.org/xref/org/dom4j/DocumentType.html has links to the "org.dom4j.dtd" package. But if I generate the javadoc with maven, I receive this warning: "src\java\org\dom4j\DocumentType.java:52: warning - Tag @link: reference not found: org.dom4j.dtd".

But if I generate the javadocs with the Ant javadoc task myself, these links are resolved correctly!!

For instance: http://www.dom4j.org/dom4j-1.4/apidocs/org/dom4j/DocumentType.html is the javadoc generated by the build.xml of dom4j which does only call the javadoc task provided by Ant.

Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-28) @link tag not working with package names

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Brett Porter
    Created: Mon, 28 Jun 2004 7:09 AM
       Body:
not for a little bit... if you have an idea of how to fix it, feel free to reassign to yourself.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-28?page=comments#action_21107

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-28
    Summary: @link tag not working with package names
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Brett Porter
   Reporter: Maarten Coene

    Created: Fri, 25 Jun 2004 7:54 AM
    Updated: Mon, 28 Jun 2004 7:09 AM

Description:
I have a coulple of {@link package-name} tags in my javadocs, however, the javadoc plugin can resolve them to an URL. 

For instance: http://www.dom4j.org/xref/org/dom4j/DocumentType.html has links to the "org.dom4j.dtd" package. But if I generate the javadoc with maven, I receive this warning: "src\java\org\dom4j\DocumentType.java:52: warning - Tag @link: reference not found: org.dom4j.dtd".

But if I generate the javadocs with the Ant javadoc task myself, these links are resolved correctly!!

For instance: http://www.dom4j.org/dom4j-1.4/apidocs/org/dom4j/DocumentType.html is the javadoc generated by the build.xml of dom4j which does only call the javadoc task provided by Ant.

Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-28) @link tag not working with package names

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Tue, 29 Jun 2004 3:56 AM
       Body:
Actually it's not possible to configure it.
If you define in your project.xml some sourceModifications, then the javadoc plugin will use it.
I will propose today on the dev list a modification to choose if we must add a flag (with a new property) or if we must remove the use of sourceModifications in the plugin.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-28?page=comments#action_21140

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-28
    Summary: @link tag not working with package names
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Maarten Coene

    Created: Fri, 25 Jun 2004 7:54 AM
    Updated: Tue, 29 Jun 2004 3:56 AM

Description:
I have a coulple of {@link package-name} tags in my javadocs, however, the javadoc plugin can resolve them to an URL. 

For instance: http://www.dom4j.org/xref/org/dom4j/DocumentType.html has links to the "org.dom4j.dtd" package. But if I generate the javadoc with maven, I receive this warning: "src\java\org\dom4j\DocumentType.java:52: warning - Tag @link: reference not found: org.dom4j.dtd".

But if I generate the javadocs with the Ant javadoc task myself, these links are resolved correctly!!

For instance: http://www.dom4j.org/dom4j-1.4/apidocs/org/dom4j/DocumentType.html is the javadoc generated by the build.xml of dom4j which does only call the javadoc task provided by Ant.

Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPJAVADOC-28) @link tag not working with package names

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Arnaud HERITIER
       Date: Wed, 7 Jul 2004 5:23 PM

use of sourceModifications is removed.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-28
    Summary: @link tag not working with package names
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin
   Fix Fors:
             1.5.1

   Assignee: Arnaud HERITIER
   Reporter: Maarten Coene

    Created: Fri, 25 Jun 2004 7:54 AM
    Updated: Wed, 7 Jul 2004 5:23 PM

Description:
I have a coulple of {@link package-name} tags in my javadocs, however, the javadoc plugin can resolve them to an URL. 

For instance: http://www.dom4j.org/xref/org/dom4j/DocumentType.html has links to the "org.dom4j.dtd" package. But if I generate the javadoc with maven, I receive this warning: "src\java\org\dom4j\DocumentType.java:52: warning - Tag @link: reference not found: org.dom4j.dtd".

But if I generate the javadocs with the Ant javadoc task myself, these links are resolved correctly!!

For instance: http://www.dom4j.org/dom4j-1.4/apidocs/org/dom4j/DocumentType.html is the javadoc generated by the build.xml of dom4j which does only call the javadoc task provided by Ant.

Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-28) @link tag not working with package names

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Mon, 28 Jun 2004 6:37 AM
       Body:
Brett, will you try to resolve this bug ?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-28?page=comments#action_21105

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-28
    Summary: @link tag not working with package names
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Brett Porter
   Reporter: Maarten Coene

    Created: Fri, 25 Jun 2004 7:54 AM
    Updated: Mon, 28 Jun 2004 6:37 AM

Description:
I have a coulple of {@link package-name} tags in my javadocs, however, the javadoc plugin can resolve them to an URL. 

For instance: http://www.dom4j.org/xref/org/dom4j/DocumentType.html has links to the "org.dom4j.dtd" package. But if I generate the javadoc with maven, I receive this warning: "src\java\org\dom4j\DocumentType.java:52: warning - Tag @link: reference not found: org.dom4j.dtd".

But if I generate the javadocs with the Ant javadoc task myself, these links are resolved correctly!!

For instance: http://www.dom4j.org/dom4j-1.4/apidocs/org/dom4j/DocumentType.html is the javadoc generated by the build.xml of dom4j which does only call the javadoc task provided by Ant.

Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-28) @link tag not working with package names

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Sun, 27 Jun 2004 8:13 PM
       Body:
I think that this problem is due to the fact that we use a list of files and not a directory and a package as input for the javadoc.
We need to implement a flag that check if sourceModification is used. If there's no sourceModification in the project we must use the package name and the directory.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-28?page=comments#action_21091

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-28
    Summary: @link tag not working with package names
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Brett Porter
   Reporter: Maarten Coene

    Created: Fri, 25 Jun 2004 7:54 AM
    Updated: Sun, 27 Jun 2004 8:13 PM

Description:
I have a coulple of {@link package-name} tags in my javadocs, however, the javadoc plugin can resolve them to an URL. 

For instance: http://www.dom4j.org/xref/org/dom4j/DocumentType.html has links to the "org.dom4j.dtd" package. But if I generate the javadoc with maven, I receive this warning: "src\java\org\dom4j\DocumentType.java:52: warning - Tag @link: reference not found: org.dom4j.dtd".

But if I generate the javadocs with the Ant javadoc task myself, these links are resolved correctly!!

For instance: http://www.dom4j.org/dom4j-1.4/apidocs/org/dom4j/DocumentType.html is the javadoc generated by the build.xml of dom4j which does only call the javadoc task provided by Ant.

Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-28) @link tag not working with package names

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Maarten Coene
    Created: Tue, 29 Jun 2004 2:28 AM
       Body:
Thanks,

can you tell me how to disable these sourceModifications when generating the javadocs?

Maarten
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-28?page=comments#action_21139

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-28
    Summary: @link tag not working with package names
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Maarten Coene

    Created: Fri, 25 Jun 2004 7:54 AM
    Updated: Tue, 29 Jun 2004 2:28 AM

Description:
I have a coulple of {@link package-name} tags in my javadocs, however, the javadoc plugin can resolve them to an URL. 

For instance: http://www.dom4j.org/xref/org/dom4j/DocumentType.html has links to the "org.dom4j.dtd" package. But if I generate the javadoc with maven, I receive this warning: "src\java\org\dom4j\DocumentType.java:52: warning - Tag @link: reference not found: org.dom4j.dtd".

But if I generate the javadocs with the Ant javadoc task myself, these links are resolved correctly!!

For instance: http://www.dom4j.org/dom4j-1.4/apidocs/org/dom4j/DocumentType.html is the javadoc generated by the build.xml of dom4j which does only call the javadoc task provided by Ant.

Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-28) @link tag not working with package names

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Arnaud HERITIER
    Created: Mon, 28 Jun 2004 7:06 PM
       Body:
I partially fixed this bug.
I re-introduce the use of a <sourcepath> instead of a <fileset> when ${pom.build.sourceModifications} aren't defined.
The bug will persist if you use sourceModifications AND link to package names at the same time.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-28?page=comments#action_21129

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAVADOC-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-28
    Summary: @link tag not working with package names
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Maarten Coene

    Created: Fri, 25 Jun 2004 7:54 AM
    Updated: Mon, 28 Jun 2004 7:06 PM

Description:
I have a coulple of {@link package-name} tags in my javadocs, however, the javadoc plugin can resolve them to an URL. 

For instance: http://www.dom4j.org/xref/org/dom4j/DocumentType.html has links to the "org.dom4j.dtd" package. But if I generate the javadoc with maven, I receive this warning: "src\java\org\dom4j\DocumentType.java:52: warning - Tag @link: reference not found: org.dom4j.dtd".

But if I generate the javadocs with the Ant javadoc task myself, these links are resolved correctly!!

For instance: http://www.dom4j.org/dom4j-1.4/apidocs/org/dom4j/DocumentType.html is the javadoc generated by the build.xml of dom4j which does only call the javadoc task provided by Ant.

Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org