You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/10/08 19:16:30 UTC

[jira] Updated: (MAVEN-864) tar command 'U' option not supported on Solaris OS.

The following issue has been updated:

    Updater: dion gillard (mailto:dion@apache.org)
       Date: Wed, 8 Oct 2003 12:14 PM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-864&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-864


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-864
    Summary: tar command  'U' option not supported on Solaris OS.
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-dist
   Fix Fors:
             1.1
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Martin Lambert

    Created: Mon, 29 Sep 2003 6:21 AM
    Updated: Wed, 8 Oct 2003 12:14 PM
Environment: Sun Solaris v5.8

Description:
Unlike the site plugin that uses a property to set the tar program used (maven.site.tar.executable), the dist plugin uses the hard coded string 'tar' to run the tar command. This is a problem on Solaris OS where the 'U' option is not supported by the standard tar program.

Below is the snippet of plugin.jelly script in question (dist:deploy  goal) -

<deploy:artifact
      artifact="distributions.tar.gz"
      type="distributions"
      assureDirectoryCommand="mkdir -p"
      siteCommand="cd @deployDirectory@;gunzip distributions.tar.gz;tar xUvf distributions.tar;chmod -R g+u *;rm distributions.tar"
    />

It would seem appropriate/consistent to replace the hard coded string with a 'maven.dist.tar.executable' to allow a different tar program, i.e. GNU tar, that supports the 'U' to be used. This would default to a value of 'tar' and therefore be transparent in behaviour for most people.

This bug was also present in Beta 10.

Cheers,

Martin.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org