jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 1
  • MAVEN-148

[patch] add public, package, additionalparam properties to javadoc

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0-beta-7
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None

Description

Below is a patch that will add various properties I've had to tweak on project's I'm using Maven on. The additionalparams is especially handy as I can then pass "-breakiterator" and it avoids a lot of warning messages about a change in the jdk1.4 javadoc algorithm.

cvs diff src\plugins-build\javadoc\plugin.jelly src\plugins-build\javadoc\plugin.properties (in directory C:\cvs\maven)
Index: src/plugins-build/javadoc/plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/javadoc/plugin.jelly,v
retrieving revision 1.7
diff -u -r1.7 plugin.jelly
— src/plugins-build/javadoc/plugin.jelly 10 Oct 2002 10:25:23 -0000 1.7
+++ src/plugins-build/javadoc/plugin.jelly 1 Nov 2002 20:30:37 -0000
@@ -61,13 +61,16 @@
packagenames="${pom.package}.*"
destdir="${maven.javadoc.destdir}"
author="${maven.javadoc.author}"
+ public="${maven.javadoc.public}"
+ package="${maven.javadoc.package}"
private="${maven.javadoc.private}"
version="${maven.javadoc.version}"
use="${maven.javadoc.use}"
windowtitle="${title}"
doctitle="${title}"
bottom="${copyright}"

  • stylesheetfile="${maven.javadoc.stylesheet}">
    + stylesheetfile="${maven.javadoc.stylesheet}"
    + additionalparam="${maven.javadoc.additionalparam}">
    <j:forEach var="link" items="${links}">
    <link href="${link.trim()}"/>
    </j:forEach>
    Index: src/plugins-build/javadoc/plugin.properties
    ===================================================================
    RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/javadoc/plugin.properties,v
    retrieving revision 1.4
    diff -u -r1.4 plugin.properties
      • src/plugins-build/javadoc/plugin.properties 1 Oct 2002 15:27:17 -0000 1.4
        +++ src/plugins-build/javadoc/plugin.properties 1 Nov 2002 20:30:37 -0000
        @@ -8,6 +8,9 @@
        maven.javadoc.destdir = ${maven.docs.dest}/apidocs
        maven.javadoc.links =
        #maven.javadoc.maxmemory
        +maven.javadoc.author = true
        +maven.javadoc.public = false
        +maven.javadoc.package = true
        maven.javadoc.private = false
        maven.javadoc.stylesheet = ${plugin.dir}/stylesheet.css
        maven.javadoc.use = true
  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    patch.txt
    31/Jan/03 3:59 AM
    2 kB
    Ben Walding

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Jason van Zyl added a comment - 14/Nov/02 12:08 PM

Could you please attach patches. They are hard to deal with inlined like this.

Show
Jason van Zyl added a comment - 14/Nov/02 12:08 PM Could you please attach patches. They are hard to deal with inlined like this.
Hide
Permalink
Ben Walding added a comment - 31/Jan/03 3:59 AM

Here is an attached patch to do the same thing. Has not been tested, but looks the same as the inline patch. Will apply later if no one beats me to it

Show
Ben Walding added a comment - 31/Jan/03 3:59 AM Here is an attached patch to do the same thing. Has not been tested, but looks the same as the inline patch. Will apply later if no one beats me to it
Hide
Permalink
Ben Walding added a comment - 31/Jan/03 7:50 AM

Deciphered patch and applied the equivalent.

Show
Ben Walding added a comment - 31/Jan/03 7:50 AM Deciphered patch and applied the equivalent.

People

  • Assignee:
    Jason van Zyl
    Reporter:
    Stephen Haberman
Vote (0)
Watch (0)

Dates

  • Created:
    01/Nov/02 2:56 PM
    Updated:
    08/Mar/06 10:46 PM
    Resolved:
    31/Jan/03 7:50 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.