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)
Signup
Maven 1.x XDoc Plugin
  • Maven 1.x XDoc Plugin
  • MPXDOC-28

To have custom filters.

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Trivial Trivial
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Labels:
    None
  • Environment:
    Linux.
  • Number of attachments :
    0

Description

Maven xdoc plugin is having the filtering process. But its not having the enhanced filtering like,

@url@5 will be replaced as <a href="www.someurl.com?id=5">5</a> something like this. So its very easy to define the links in the xdoc xmls. It will reduce the usage of HTML specified tags in xdoc xmls.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
radhakrishnan added a comment - 04/Sep/03 7:46 AM

I have modified the plugin maven-xdoc in order to have custom filters like this. which will find and replace the strings given in plugin.properties or project.properties file with the values given with that.

say in your plugin.properties file, you can have something like,

maven.filter.0 = @string@5

maven.filter.0.url = http://someurl.com?id=

so now the xdoc plugin will filter the xmls by finding the @string@5 string and replace with <a href="http://someurl.com?id=5">5</a>.

Show
radhakrishnan added a comment - 04/Sep/03 7:46 AM I have modified the plugin maven-xdoc in order to have custom filters like this. which will find and replace the strings given in plugin.properties or project.properties file with the values given with that. say in your plugin.properties file, you can have something like, maven.filter.0 = @string@5 maven.filter.0.url = http://someurl.com?id= so now the xdoc plugin will filter the xmls by finding the @string@5 string and replace with <a href="http://someurl.com?id=5">5</a>.
Hide
Permalink
dion gillard added a comment - 24/Sep/03 12:29 AM

Why not use XML entities?

Show
dion gillard added a comment - 24/Sep/03 12:29 AM Why not use XML entities?

People

  • Assignee:
    Unassigned
    Reporter:
    radhakrishnan
Vote (0)
Watch (1)

Dates

  • Created:
    04/Sep/03 7:43 AM
    Updated:
    22/Aug/05 6:41 AM

Time Tracking

Estimated:
1d
Original Estimate - 1 day
Remaining:
1d
Remaining Estimate - 1 day
Logged:
Not Specified
Time Spent - Not Specified
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.