You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2005/12/06 21:14:08 UTC

[jira] Created: (GERONIMO-1297) Scripts in assemblies servers probably don't have right permissions

Scripts in assemblies servers probably don't have right permissions
-------------------------------------------------------------------

         Key: GERONIMO-1297
         URL: http://issues.apache.org/jira/browse/GERONIMO-1297
     Project: Geronimo
        Type: Bug
  Components: buildsystem  
    Versions: 1.0    
    Reporter: David Jencks
     Fix For: 1.0


In the servers built with the assembly plugin, the scripts all come from unpacking them out of a jar file (generated in the scripts module).  Presumably they won't have the correct file permissions.

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


[jira] Closed: (GERONIMO-1297) Scripts in assemblies servers probably don't have right permissions

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1297?page=all ]
     
John Sisson closed GERONIMO-1297:
---------------------------------


> Scripts in assemblies servers probably don't have right permissions
> -------------------------------------------------------------------
>
>          Key: GERONIMO-1297
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1297
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>     Reporter: David Jencks
>     Assignee: John Sisson
>      Fix For: 1.0

>
> In the servers built with the assembly plugin, the scripts all come from unpacking them out of a jar file (generated in the scripts module).  Presumably they won't have the correct file permissions.

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


[jira] Assigned: (GERONIMO-1297) Scripts in assemblies servers probably don't have right permissions

Posted by "Sachin Patel (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1297?page=all ]

Sachin Patel reassigned GERONIMO-1297:
--------------------------------------

    Assign To: John Sisson  (was: Sachin Patel)

> Scripts in assemblies servers probably don't have right permissions
> -------------------------------------------------------------------
>
>          Key: GERONIMO-1297
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1297
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>     Reporter: David Jencks
>     Assignee: John Sisson
>      Fix For: 1.0

>
> In the servers built with the assembly plugin, the scripts all come from unpacking them out of a jar file (generated in the scripts module).  Presumably they won't have the correct file permissions.

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


[jira] Assigned: (GERONIMO-1297) Scripts in assemblies servers probably don't have right permissions

Posted by "Sachin Patel (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1297?page=all ]

Sachin Patel reassigned GERONIMO-1297:
--------------------------------------

    Assign To: Sachin Patel

> Scripts in assemblies servers probably don't have right permissions
> -------------------------------------------------------------------
>
>          Key: GERONIMO-1297
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1297
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>     Reporter: David Jencks
>     Assignee: Sachin Patel
>      Fix For: 1.0

>
> In the servers built with the assembly plugin, the scripts all come from unpacking them out of a jar file (generated in the scripts module).  Presumably they won't have the correct file permissions.

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


[jira] Commented: (GERONIMO-1297) Scripts in assemblies servers probably don't have right permissions

Posted by "Sachin Patel (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1297?page=comments#action_12360078 ] 

Sachin Patel commented on GERONIMO-1297:
----------------------------------------

Have a fix in hand for this.  Don't think we can set the permissions during the scripts build since jaring the arficat loses the permissions.
So fix was to set the permission in assemble:assemble-unpack to all bin/*.sh files.

> Scripts in assemblies servers probably don't have right permissions
> -------------------------------------------------------------------
>
>          Key: GERONIMO-1297
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1297
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>     Reporter: David Jencks
>     Assignee: Sachin Patel
>      Fix For: 1.0

>
> In the servers built with the assembly plugin, the scripts all come from unpacking them out of a jar file (generated in the scripts module).  Presumably they won't have the correct file permissions.

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


[jira] Commented: (GERONIMO-1297) Scripts in assemblies servers probably don't have right permissions

Posted by "Kevan Miller (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1297?page=comments#action_12360082 ] 

Kevan Miller commented on GERONIMO-1297:
----------------------------------------

Sachin, there's a problem with that method -- Windows builds won't have the proper permissions. John Sisson had this working on the old build. He's working on porting to the new assembly build...

> Scripts in assemblies servers probably don't have right permissions
> -------------------------------------------------------------------
>
>          Key: GERONIMO-1297
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1297
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>     Reporter: David Jencks
>     Assignee: Sachin Patel
>      Fix For: 1.0

>
> In the servers built with the assembly plugin, the scripts all come from unpacking them out of a jar file (generated in the scripts module).  Presumably they won't have the correct file permissions.

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


[jira] Resolved: (GERONIMO-1297) Scripts in assemblies servers probably don't have right permissions

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1297?page=all ]
     
John Sisson resolved GERONIMO-1297:
-----------------------------------

    Resolution: Fixed

> Scripts in assemblies servers probably don't have right permissions
> -------------------------------------------------------------------
>
>          Key: GERONIMO-1297
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1297
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0
>     Reporter: David Jencks
>     Assignee: John Sisson
>      Fix For: 1.0

>
> In the servers built with the assembly plugin, the scripts all come from unpacking them out of a jar file (generated in the scripts module).  Presumably they won't have the correct file permissions.

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