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

Key: MPANT-8
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: Jeff Brekke
Votes: 0
Watchers: 0
Operations

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

Source dir for javadocs was incorrect.

Created: 05/Jan/04 10:30 PM   Updated: 20/Feb/04 08:44 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.6

Time Tracking:
Not Specified

File Attachments: 1. Text File patch.diff (0.7 kb)



 Description  « Hide
Two things fixed up in this patch:

1) The source dir generated for javadocs was the full pathname and not the relative path.

2) javadoc target dependant on jar? No need for the build of jar, which triggers the tests, just to build the javadoc. Maven proper skips this also.

I'd just commit outright, but haven't had much to do with the ant plugin lately...



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Brekke - 05/Jan/04 10:31 PM
Here's the changes.

Emmanuel Venisse - 20/Feb/04 08:44 AM
Applied.