You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Gier (JIRA)" <ji...@codehaus.org> on 2009/03/27 22:01:12 UTC

[jira] Created: (MNG-4113) Antrun chmod task fails using maven 3

Antrun chmod task fails using maven 3
-------------------------------------

                 Key: MNG-4113
                 URL: http://jira.codehaus.org/browse/MNG-4113
             Project: Maven 2
          Issue Type: Bug
    Affects Versions: 3.0-alpha-2
            Reporter: Paul Gier
         Attachments: antrun-chmod-issue.zip, output.log

I'm not sure if this is an issue in the antrun plugin or a problem with maven 3.  I put it under maven 3 because the antrun plugin works fine using maven-2.0.10 or 2.1.0.
The problem is that the plugin seems to crash when using the "perm" attribute of the chmod task.

I attached the debug log and a sample project.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MNG-4113) Antrun chmod task fails using maven 3

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171241#action_171241 ] 

Paul Gier commented on MNG-4113:
--------------------------------

This also seems to happen with certain attributes of other ant tasks.  For example, the "filtering" attribute of the copy task.

> Antrun chmod task fails using maven 3
> -------------------------------------
>
>                 Key: MNG-4113
>                 URL: http://jira.codehaus.org/browse/MNG-4113
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 3.0-alpha-2
>            Reporter: Paul Gier
>         Attachments: antrun-chmod-issue.zip, output.log
>
>
> I'm not sure if this is an issue in the antrun plugin or a problem with maven 3.  I put it under maven 3 because the antrun plugin works fine using maven-2.0.10 or 2.1.0.
> The problem is that the plugin seems to crash when using the "perm" attribute of the chmod task.
> I attached the debug log and a sample project.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MNG-4113) Antrun chmod task fails using maven 3

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4113.
----------------------------------

      Assignee: Benjamin Bentmann
    Resolution: Duplicate

>From "mvn help:effective-pom":
{code:xml}
<configuration>
  <tasks>
    <chmod>
      <fileset>
        <include dir="." name="pom.xml" perm="+r" />
      </fileset>
    </chmod>
  </tasks>
</configuration>
{code}


> Antrun chmod task fails using maven 3
> -------------------------------------
>
>                 Key: MNG-4113
>                 URL: http://jira.codehaus.org/browse/MNG-4113
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 3.0-alpha-2
>            Reporter: Paul Gier
>            Assignee: Benjamin Bentmann
>         Attachments: antrun-chmod-issue.zip, output.log
>
>
> I'm not sure if this is an issue in the antrun plugin or a problem with maven 3.  I put it under maven 3 because the antrun plugin works fine using maven-2.0.10 or 2.1.0.
> The problem is that the plugin seems to crash when using the "perm" attribute of the chmod task.
> I attached the debug log and a sample project.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira