Re: Deployment trouble

From: Mike Schrag (mschra..dimension.com)
Date: Fri Mar 24 2006 - 17:35:20 EST

  • Next message: Ken Anderson: "On to subversion!"

    Yes this drives me crazy .. It's been on my to-do for a while to
    fix. I don't think it's fixable without JNI or a system call, though.

    On Mar 24, 2006, at 5:19 PM, Chuck Hill wrote:

    >
    > 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:36:59 EST