Details
-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.2
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Environment:noticed using maven within intellij against repository.codehaus.org:picocontainer.org:picocontainer:2.0:jar on vista 64.
-
Number of attachments :
Description
there is a 0-byte file occluding the extraction of directory named the same as said file.
suggestion: don't innovate when it comes to jar files and xattr stuff
jim@shrike /c/Users/jim/.m2/repository/org/picocontainer/picocontainer/2.0
$ jar xvf picocontainer-2.0.jar
inflated: META-INF
Hmmm.. META-INF exists but isn't a directory!
jim@shrike /c/Users/jim/.m2/repository/org/picocontainer/picocontainer/2.0
$
Jim,
Thanks for the report.
Mauro,
I verified what Jim was talking about. Pico-2 release has those weird entries, Pico2 snapshot located here:
http://snapshots.repository.codehaus.org/org/picocontainer/picocontainer/2.0-SNAPSHOT/
does not appear to suffer the same problem. But my own local Pico2.1-SNAPSHOT builds (via mvn clean install) do have the same problem.
Is is possible that one of the plugins we're using to make this build is causing this issue?
-Mike (R)