Issue Details (XML | Word | Printable)

Key: HADOOP-4469
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Nigel Daley
Reporter: Nigel Daley
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

ant jar file not being included in tar distribution

Created: 21/Oct/08 12:17 AM   Updated: 04/Nov/08 06:48 PM
Return to search
Component/s: build
Affects Version/s: None
Fix Version/s: 0.18.2

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-4469.patch 2008-10-21 12:21 AM Nigel Daley 0.5 kB

Resolution Date: 21/Oct/08 06:44 PM


 Description  « Hide
The ant-<version>.jar is not being included in the distribution.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Nigel Daley added a comment - 21/Oct/08 12:21 AM
One line fix to include the ant jar. This renames the ant jar file from ant-${final.name}.jar to ${final.name}-ant.jar which makes is consistent with the rest and will get it included into the tar file.

Doug Cutting added a comment - 21/Oct/08 04:18 PM
+1 This looks right to me.

Nigel Daley added a comment - 21/Oct/08 06:44 PM
I just committed this to trunk, branch-0.19 and branch-0.18.

Hudson added a comment - 23/Oct/08 09:56 PM