History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MAVEN-1619
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Felipe Leme
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1

[PATCH] New tag <maven:getPath>

Created: 09/May/05 01:51 PM   Updated: 11/Apr/06 05:11 PM
Component/s: jelly/ant integration
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Original Estimate: 15 minutes
Original Estimate - 15 minutes
Remaining Estimate: 15 minutes
Remaining Estimate - 15 minutes
Time Spent: Not Specified
Remaining Estimate - 15 minutes

File Attachments: 1. Text File GetTag.patch (5 kb)
2. Text File MJT5-metadata.patch (1.0 kb)



 Description  « Hide
We have a tag that can be used to add a new path element to an existing one (<maven:addPath). That tag is great, but in some cases it's necessary to know in advance if the path that is being added is not already in the other path.
One way would be to change the <maven:addPath> behaviour so it does not add a path that it's already there; the other way would be to create a new tag which could be used to get a path - for now, I'm providing a patch for such new tag (which could be reused in other circunstances).

– Felipe

PS: I'm assuming I don't have write access to the jelly-tags module, so the patch...



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Felipe Leme - 09/May/05 01:59 PM
Changes on project.xml and xdocs/changes.xml