I see this target in the build.xml,  which builds a tar file and it
seems to be explicitly setting
some of the files permissions to 755, such as lzc.  So maybe I need to
list the flex executables there
also ?





    <target name="pkg-gzfile">
        <delete file="${dev-gzfile}" />

        <tar tarfile="${dev-gzfile}" longfile="gnu" compression="gzip">
            <tarfileset dir="${builddir-dev}" mode="755"
prefix="${builddir-dev}">
                <include name="Server/${tomcat}/bin/*"/>
                <include name="Server/${jetty}/bin/*"/>
                <include name="bin/lzc"/>
                <include name="bin/lzdc"/>
                <include name="bin/lzmc"/>
                <include name="bin/convert_laszlo.pl"/>
                <include name="bin/convert_required.pl"/>
            </tarfileset>





On Thu, Jul 17, 2008 at 10:00 PM, Mamye Kratt <[EMAIL PROTECTED]> wrote:
> On linux mxmlc and mxmlx.exe are -rw-r--r--. Are we worried about the
> permissions on all the files in WEB-INF/bin? I changed all the files in
> WEB-INF/bin to a+wrx and that didn't work on linux.
>
> Mamye

Reply via email to