Re: Deployment trouble

From: Chuck Hill (chil..lobal-village.net)
Date: Fri Mar 24 2006 - 17:19:40 EST

  • Next message: Mike Schrag: "Re: Deployment trouble"

    On Mar 24, 2006, at 2:09 PM, Ken Anderson wrote:

    >
    > On Mar 24, 2006, at 5:00 PM, Chuck Hill wrote:
    >
    >> Nothing specific to Eclipse, but when that happens it is often a
    >> permissions problem. Is something different permission wise
    >> between the Eclipse and Xcode build?
    >
    > heh Yes. When xcode writes the launch script file, it's
    > permissions are 775. When Eclipse does it, they're 770. I first
    > replaced the launch script with the old one, and it worked... then
    > I diff'd them, and they were identical (duh). An ls -l (with both
    > copies in the directory) - solved that pretty quickly.
    >
    > Any idea where that comes from, and if I could change it?
    >
    I found this in my Ant script that tars my app up for deployment:

                             <tarfileset dir="${code.path}/GVCSiteMaker"
    mode="755" username="root" group="root">
                                     <include name="GVCSiteMaker.woa/
    GVCSiteMaker"/>
                             </tarfileset>

    So I have hit this too. I have no recollect of it though. :-)

    I don't know if there is another / better way.

    Chuck

    -- 
    Coming in 2006 - an introduction to web applications using WebObjects  
    and Xcode     http://www.global-village.net/wointro
    

    Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects



    This archive was generated by hypermail 2.0.0 : Fri Mar 24 2006 - 17:20:10 EST