Currently the install instructions state:
http://svn.openlaszlo.org/openlaszlo/trunk/docs/installation/install-instructions.html
"For SWF9 development on Unix, you will need to manually chmod 755 all
the binaries in WEB-INF/server/bin/ before you can compile. This is
true for both the .war and .gz distributions."

While working on the SWF11 runtime, I saw that there commands to make
the shell scripts in the bin folder executable, e.g. in line 1330,
where the WAR is packaged:

<zipfileset dir="${builddir}/lps-${version.id}" filemode="755">
  <include name="WEB-INF/bin/mxmlc*"/>
  <include name="WEB-INF/bin/fdb*"/>
  <include name="WEB-INF/bin/compc*"/>
</zipfileset>

That never worked for me when I build a distribution on Linux, does
that work on any system at all? Whenever I run a target like "ant
dist-core" and deploy the resulting WAR, I have to manually run the
chmod 755 for the compiler to work. Does that mean the code in the
build.xml is obsolete?

Reply via email to