Issue Details (XML | Word | Printable)

Key: CODEC-6
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: David Tonhofer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Codec

[codec] Source tarball spews files all over the place

Created: 13/Jun/05 06:33 AM   Updated: 27/Oct/07 06:49 AM
Return to search
Component/s: None
Affects Version/s: 1.3
Fix Version/s: 1.4

Time Tracking:
Not Specified

Environment:
Operating System: other
Platform: Other

Bugzilla Id: 35335


 Description  « Hide
The packaging is incorrect. The files in the src tarball should
all be underneath a directory like "commons-codec-1.3-src", as is done
for the other packages.

Instead we see:

$ tar tzf commons-codec-1.3-src.tar.gz

src/
src/conf/
src/java/
src/java/org/
src/java/org/apache/
src/java/org/apache/commons/
src/java/org/apache/commons/codec/
src/java/org/apache/commons/codec/binary/
src/java/org/apache/commons/codec/digest/
src/java/org/apache/commons/codec/language/
src/java/org/apache/commons/codec/net/
src/media/
src/test/
src/test/org/
src/test/org/apache/
src/test/org/apache/commons/
src/test/org/apache/commons/codec/
src/test/org/apache/commons/codec/binary/
src/test/org/apache/commons/codec/digest/
src/test/org/apache/commons/codec/language/
src/test/org/apache/commons/codec/net/
LICENSE-header.txt
LICENSE.txt
NOTICE.txt
PROPOSAL.html
RELEASE-NOTES-1.0-dev.txt
RELEASE-NOTES-1.1.txt
RELEASE-NOTES-1.2.txt
RELEASE-NOTES.txt
RELEASE-PLAN
TODO
build.properties.sample
build.xml
....

Naughty!!



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Tim O'Brien added a comment - 08/Jan/06 05:13 AM
This bug has been verified:

http://www.apache.org/dist/jakarta/commons/codec/source/commons-codec-1.3-src.tar.gz

lacks the appropriate directory structure.


Tim O'Brien added a comment - 11/Jan/06 01:10 AM
The source tarball for the 1.3 source release has been repackaged, and is now
similar to other source distributions.

Thanks to David for identifying this glitch.