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/28 12:15:26 UTC

[jira] Created: (MPJAVADOC-29) broken on jdk 1.3 for multiple packages

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-29
    Summary: broken on jdk 1.3 for multiple packages
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Jason van Zyl
   Reporter: Brett Porter

    Created: Mon, 28 Jun 2004 6:13 AM
    Updated: Mon, 28 Jun 2004 6:13 AM

Description:
works in 1.4, but under 1.3 the packages are all meshed into one.


---------------------------------------------------------------------
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-29) broken on jdk 1.3 for multiple packages

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

   The following issue has been closed.

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

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-29
    Summary: broken on jdk 1.3 for multiple packages
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Brett Porter

    Created: Mon, 28 Jun 2004 6:13 AM
    Updated: Wed, 7 Jul 2004 5:24 PM

Description:
works in 1.4, but under 1.3 the packages are all meshed into one.


---------------------------------------------------------------------
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-29) broken on jdk 1.3 for multiple packages

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

     Author: Brett Porter
    Created: Mon, 28 Jun 2004 7:05 AM
       Body:
I've been able to reproduce it quite easily on Windows, JDK 1.3.1_05.

MAke sure you run it on something with >1 package, and compare the output with JDK 1.4.2.

The details were originally posted to maven-user a little while back.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-29?page=comments#action_21106

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-29
    Summary: broken on jdk 1.3 for multiple packages
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Brett Porter

    Created: Mon, 28 Jun 2004 6:13 AM
    Updated: Mon, 28 Jun 2004 7:05 AM

Description:
works in 1.4, but under 1.3 the packages are all meshed into one.


---------------------------------------------------------------------
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-29) broken on jdk 1.3 for multiple packages

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

     Author: Arnaud HERITIER
    Created: Mon, 28 Jun 2004 7:10 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 jdk 1.3 at the same time.
We need to add a test to remove the use of the fileset if we don't use a jsdk 1.4.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-29?page=comments#action_21130

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-29
    Summary: broken on jdk 1.3 for multiple packages
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Brett Porter

    Created: Mon, 28 Jun 2004 6:13 AM
    Updated: Mon, 28 Jun 2004 7:10 PM

Description:
works in 1.4, but under 1.3 the packages are all meshed into one.


---------------------------------------------------------------------
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-29) broken on jdk 1.3 for multiple packages

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

     Author: Arnaud HERITIER
    Created: Mon, 28 Jun 2004 6:32 AM
       Body:
I'll try to reproduce it tonight.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAVADOC-29?page=comments#action_21104

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAVADOC-29
    Summary: broken on jdk 1.3 for multiple packages
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-javadoc-plugin

   Assignee: Jason van Zyl
   Reporter: Brett Porter

    Created: Mon, 28 Jun 2004 6:13 AM
    Updated: Mon, 28 Jun 2004 6:32 AM

Description:
works in 1.4, but under 1.3 the packages are all meshed into one.


---------------------------------------------------------------------
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