You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2007/01/19 12:19:29 UTC

[jira] Created: (QPID-309) Fix invalid filemode settings in assembly files bin-test.xml and bin.xml

Fix invalid filemode settings in assembly files bin-test.xml and bin.xml
------------------------------------------------------------------------

                 Key: QPID-309
                 URL: https://issues.apache.org/jira/browse/QPID-309
             Project: Qpid
          Issue Type: Bug
          Components: Maven build system
            Reporter: Marnie McCormack
            Priority: Minor


Invalid filemodes (493) in bin-test.xml and bin.xml assemblies causing distribution to fail. Problem became visible after upgrade to 2.2-SNAPSHOT of maven assmebly plugin in main file.

Filemode values should be a sum of 4/2/1 so 9 is invalid. Correct value is 473.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (QPID-309) Fix invalid filemode settings in assembly files bin-test.xml and bin.xml

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack resolved QPID-309.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: M2
         Assignee: Marnie McCormack

Revision: 497776
Author: marnie
Date: 11:11:10, 19 January 2007
Message:
Corrected file modes from 493 to 473, problem detected after move to 2.2-SNAPSHOT version of assembly plugin which threw an exception on invalid file modes
----
Modified : /incubator/qpid/trunk/qpid/java/distribution/src/main/assembly/bin-test.xml
Modified : /incubator/qpid/trunk/qpid/java/distribution/src/main/assembly/bin.xml




> Fix invalid filemode settings in assembly files bin-test.xml and bin.xml
> ------------------------------------------------------------------------
>
>                 Key: QPID-309
>                 URL: https://issues.apache.org/jira/browse/QPID-309
>             Project: Qpid
>          Issue Type: Bug
>          Components: Maven build system
>            Reporter: Marnie McCormack
>         Assigned To: Marnie McCormack
>            Priority: Minor
>             Fix For: M2
>
>
> Invalid filemodes (493) in bin-test.xml and bin.xml assemblies causing distribution to fail. Problem became visible after upgrade to 2.2-SNAPSHOT of maven assmebly plugin in main file.
> Filemode values should be a sum of 4/2/1 so 9 is invalid. Correct value is 473.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (QPID-309) Fix invalid filemode settings in assembly files bin-test.xml and bin.xml

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471662 ] 

Marnie McCormack commented on QPID-309:
---------------------------------------

Argh. Seems we reverted to assembly v2.1 and thus the fileModes got re-bugged. Have now reverted to octal values as required (by bug) in 2.1 and working ok again. Noted on dev list that moving to/from 2.1/2.2 breaks the assembly permissions.

> Fix invalid filemode settings in assembly files bin-test.xml and bin.xml
> ------------------------------------------------------------------------
>
>                 Key: QPID-309
>                 URL: https://issues.apache.org/jira/browse/QPID-309
>             Project: Qpid
>          Issue Type: Bug
>          Components: Maven build system
>            Reporter: Marnie McCormack
>         Assigned To: Marnie McCormack
>            Priority: Minor
>             Fix For: M2
>
>
> Invalid filemodes (493) in bin-test.xml and bin.xml assemblies causing distribution to fail. Problem became visible after upgrade to 2.2-SNAPSHOT of maven assmebly plugin in main file.
> Filemode values should be a sum of 4/2/1 so 9 is invalid. Correct value is 473.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-309) Fix invalid filemode settings in assembly files bin-test.xml and bin.xml

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466718 ] 

Gordon Sim commented on QPID-309:
---------------------------------

FYI: This still doesn't seem to work for me (running on linux), had to manually set permissions for scripts and conf files. (as of rev  498961).

> Fix invalid filemode settings in assembly files bin-test.xml and bin.xml
> ------------------------------------------------------------------------
>
>                 Key: QPID-309
>                 URL: https://issues.apache.org/jira/browse/QPID-309
>             Project: Qpid
>          Issue Type: Bug
>          Components: Maven build system
>            Reporter: Marnie McCormack
>         Assigned To: Marnie McCormack
>            Priority: Minor
>             Fix For: M2
>
>
> Invalid filemodes (493) in bin-test.xml and bin.xml assemblies causing distribution to fail. Problem became visible after upgrade to 2.2-SNAPSHOT of maven assmebly plugin in main file.
> Filemode values should be a sum of 4/2/1 so 9 is invalid. Correct value is 473.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.