jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x Dependency Plugin
  • MDEP-274

unpack mojo suffers from PLXUTILS-64

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 2.1
  • Fix Version/s: None
  • Component/s: unpack
  • Labels:
    None

Description

Unpacking a tar.gz file with dependency:unpack I got this

org.codehaus.plexus.archiver.ArchiverException: chmod exit code was: 1
	at org.codehaus.plexus.archiver.util.ArchiveEntryUtils.chmod(ArchiveEntryUtils.java:59)
	at org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver.extractFile(AbstractZipUnArchiver.java:236)
	at org.codehaus.plexus.archiver.tar.TarUnArchiver.execute(TarUnArchiver.java:92)

The problem stems from PLXUTILS-64. The dependency on plexus-utils should be upgraded to at least
version 1.5.1 to prevent this problem.

I tested with this as a plugin dependency and the problem went away.

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.15</version>
</dependency>

Issue Links

depends upon

Bug - A problem which impairs or prevents the functions of the product. PLXUTILS-64 working directory not quoted: unpack of tar files fail with ArchiverException: chmod exit code was: 1

  • Blocker - Blocks development and/or testing work, production could not run
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.
duplicates

Bug - A problem which impairs or prevents the functions of the product. MDEP-138 unpack of tar files fail with ArchiverException: chmod exit code was: 1

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Carlos Sanchez added a comment - 11/Dec/10 8:22 AM

See MDEP-138

Show
Carlos Sanchez added a comment - 11/Dec/10 8:22 AM See MDEP-138

People

  • Assignee:
    Carlos Sanchez
    Reporter:
    Peter Lynch
Vote (1)
Watch (1)

Dates

  • Created:
    09/Jul/10 8:34 AM
    Updated:
    11/Dec/10 8:22 AM
    Resolved:
    11/Dec/10 8:22 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.