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/07/22 00:22:25 UTC

[jira] Created: (MAVEN-1386) A big bunch of fixes to maven xdocs

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Unassigned

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Wed, 21 Jul 2004 6:21 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: Dennis Lundberg
    Created: Fri, 23 Jul 2004 1:59 PM
       Body:
I'm getting a weird error in the pdf-generation when doing:
  maven site:generate

Here's the output, I have no idea what it means though. Maybe someone else does.

    [java] [INFO] [161]
    [java] [ERROR] file:/G:/cvs/maven/target/pdf/project.fo:40859:87 The id "#org.apache.maven.plugin.GoalToJellyScriptHousingMapper
.methodsN271FAB" already exists in this document

BUILD FAILED
File...... C:\Documents and Settings\dlg01\.maven\cache\maven-pdf-plugin-2.1\plugin.jelly
Element... java
Line...... 120
Column.... 98
Java returned: 2
Total time: 4 minutes 53 seconds
Finished at: Fri Jul 23 19:42:48 CEST 2004
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22214

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Reopened

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 1:59 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: Arnaud HERITIER
    Created: Fri, 23 Jul 2004 3:46 PM
       Body:
Can you open a bug on the PDF plug-in please ?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22219

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Reopened

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 3:46 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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] Updated: (MAVEN-1386) A big bunch of fixes to maven xdocs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Dennis Lundberg (mailto:dennis.lundberg@mdh.se)
       Date: Thu, 22 Jul 2004 7:17 AM
    Comment:
Here's an overview of what's included in this patch:
- Fixed spelling, punctuation and broken links. Some of the links that were fixed worked when the files were deployed on the Maven site, but not when the generated files were browsed. I found the broken links by adding the linkcheck report to the project.xml file.
- Updated the POM example in xdocs/start/integrate.xml so that it resembles the current state of Maven's own project.xml file. Perhaps currentVersion should be "1.0" and not "1.0.1-SNAPSHOT" as it is in this patch.
- Removed links to Misc -> Tasks in the navigation files because the target file is no longer available in CVS.
- Corrected the order of elements in several POM examples so that they match the order in the XML schema.
- Alphabetized the entries in xdocs/misc/powered.xml.
- Added a new subsection called "sourceModification" to xdocs/reference/project-descriptor.xml.
- Removed the double EOLs from xdocs/reference/developers/sharing-plugins.xml.

Things that I have found but have not been able to fix:
- In the section "Remote Repository Layout" of xdocs/reference/user-guide.xml the directory tree example is no longer accurate, because "jsse" is not available at ibiblio.
- There are still a few broken links left that I haven't been able to correct.

This patch is for MAVEN-1_0-BRANCH.
    Changes:
             Attachment changed to xdocs.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1386?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Unassigned

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Thu, 22 Jul 2004 7:17 AM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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] Updated: (MAVEN-1386) A big bunch of fixes to maven xdocs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Dennis Lundberg (mailto:dennis.lundberg@mdh.se)
       Date: Thu, 22 Jul 2004 6:50 AM
    Comment:
Fixed some broken URLs in the dependencies section. I found these by adding the linkcheck report to the project.xml file. I have removed that report again before making this patch though.
This patch is for MAVEN-1_0-BRANCH.
    Changes:
             Attachment changed to project.xml.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1386?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Unassigned

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Thu, 22 Jul 2004 6:50 AM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: David Eric Pugh
    Created: Thu, 22 Jul 2004 12:08 PM
       Body:
in xdocs/navigation I left the reference to misc/tasks...

didn't apply patches to Attic files in xdocs/ant-guide/qna

also the text has changed in xdocs/adnt-guie/qna/speed.xml

I'm giving the build a test and then if it looks good I'll commit.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22092

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Open

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Thu, 22 Jul 2004 12:08 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: Arnaud HERITIER
    Created: Fri, 23 Jul 2004 3:45 PM
       Body:
For your PDF problem I'll try to find why there's a duplicate id.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22218

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Reopened

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 3:45 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Thu, 22 Jul 2004 12:38 PM

All done..   Please compare what I did with what your original patch was.  A bunch of files wouldn't apply cleanly, so I had to do them by hand.  Others seemed to no longer be relavant..   At any rate, I am always happy to help someone doing documentation and tiding up!
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Closed
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Thu, 22 Jul 2004 12:38 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: Dennis Lundberg
    Created: Fri, 23 Jul 2004 5:38 PM
       Body:
I will file an issue on the PDF plug-in after someone commits the maxen.xml.patch. Without that patch the PDF-issue is not reproducible, because the build fails prior to the PDF-generation.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22227

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Reopened

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 5:38 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: Dennis Lundberg
    Created: Fri, 23 Jul 2004 5:37 AM
       Body:
Hello Eric (sorry for using the wrong name the last time)

>From the looks of Brett's statement (Maven 1.x CVS and road map) and the answer from Arnaud to MAVEN-1389, it seems like my docs updates should be applied to MAVEN-1_0-BRANCH. 

If you, or someone else, could apply my patches to the 1.0-branch, I can then diff the xdocs between HEAD and MAVEN-1_0-BRANCH to make sure everything is OK and up to date.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22172

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Closed
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 5:37 AM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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] Updated: (MAVEN-1386) A big bunch of fixes to maven xdocs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Dennis Lundberg (mailto:dennis.lundberg@mdh.se)
       Date: Thu, 22 Jul 2004 6:52 AM
    Comment:
Fixed some broken URLs in JavaDoc. I found these by adding the linkcheck report to the project.xml file.
This patch is for MAVEN-1_0-BRANCH.
    Changes:
             Attachment changed to src.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1386?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Unassigned

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Thu, 22 Jul 2004 6:52 AM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: David Eric Pugh
    Created: Fri, 23 Jul 2004 3:55 AM
       Body:
I'm asking on the main list for some direction!
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22161

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Closed
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 3:55 AM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: Dennis Lundberg
    Created: Sun, 25 Jul 2004 1:32 PM
       Body:
After doing a clean install I am now unable to reproduce the problem I had earlier with the PDF generation. So consider that a non-issue.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22302

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Closed
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Sun, 25 Jul 2004 1:32 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Sat, 24 Jul 2004 1:06 PM

Okay, all patches applied to CVS HEAD.  So, I'm marking this as a 1.1 fix.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Closed
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Sat, 24 Jul 2004 1:06 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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] Updated: (MAVEN-1386) A big bunch of fixes to maven xdocs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Brett Porter (mailto:brett@codehaus.org)
       Date: Thu, 2 Dec 2004 9:52 PM
    Changes:
             Fix Version changed to 1.1-beta-1
             Fix Version changed from 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1386?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Closed
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.1-beta-1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Thu, 2 Dec 2004 9:52 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: Arnaud HERITIER
    Created: Sun, 25 Jul 2004 1:37 PM
       Body:
ok. Thanks for your help.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22303

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Closed
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Sun, 25 Jul 2004 1:37 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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] Updated: (MAVEN-1386) A big bunch of fixes to maven xdocs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Dennis Lundberg (mailto:dennis.lundberg@mdh.se)
       Date: Fri, 23 Jul 2004 1:38 PM
    Comment:
When I tried to do:
  maven site:generate
from HEAD but it failed with this message:

BUILD FAILED
File...... G:\cvs\maven\maven.xml
Element... ant:copy
Line...... 38
Column.... 117
Warning: Could not find file G:\cvs\maven\src\xsd\maven-project.xsd to copy.
Total time: 4 minutes 30 seconds
Finished at: Fri Jul 23 19:18:56 CEST 2004

The file is called maven-project-3.xsd in the HEAD branch.
Apply the attached patch to fix the problem in maven.xml.
    Changes:
             Attachment changed to maven.xml.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1386?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Reopened

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 1:38 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

     Author: Dennis Lundberg
    Created: Thu, 22 Jul 2004 1:20 PM
       Body:
David, it seems like you have applied my patches to HEAD. Am I correct on that?

I made all my changes on MAVEN-1_0-BRANCH. Before I started making the changes I asked on the users-list where to do my work. There was a reply from Arnaud who said to do it on the 1_0-BRANCH. This is probably why some of the changes didn't work correctly.

So where do you want the changes made? I'll go over the changes - just tell me which branch I should be working on. 
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1386?page=comments#action_22102

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Closed
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Thu, 22 Jul 2004 1:20 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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] Reopened: (MAVEN-1386) A big bunch of fixes to maven xdocs

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

   The following issue has been reopened.

   Reopener: David Eric Pugh
       Date: Fri, 23 Jul 2004 12:24 PM

Reopen so Dennis can apply more patchs to sync up with HEAD.  We'll skip applying the patchs to MAVEN-1_0-BRANCH
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Reopened

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 12:24 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


---------------------------------------------------------------------
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] Updated: (MAVEN-1386) A big bunch of fixes to maven xdocs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Dennis Lundberg (mailto:dennis.lundberg@mdh.se)
       Date: Fri, 23 Jul 2004 1:54 PM
    Comment:
Most of the changes made it through in the last commit. Here are the few things that were left behind.
    Changes:
             Attachment changed to xdocs.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1386?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1386

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1386
    Summary: A big bunch of fixes to maven xdocs
       Type: Improvement

     Status: Reopened

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1

   Assignee: David Eric Pugh
   Reporter: Dennis Lundberg

    Created: Wed, 21 Jul 2004 6:21 PM
    Updated: Fri, 23 Jul 2004 1:54 PM

Description:
While learning Maven I have read a lot of the documentation. Through this process I have stumbled upon minor errors, like spelling, punctuation and broken links. I will be posting patches that fixes these problems soon.


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