Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Get the 4.0.2 version going to http://www.openlaszlo.org/archiveImage Removed. Choose the Servlet for 4.0.2.

...

5.  The call to the compiler comes from create_slideshow.jsp, which is checked in to the webapp dir of the ime. It requires that there be source .lzx files in a directory called downloadable_slideshow in the webapps directory. These files are copied in by the maven script when a full release is done, assuming the following switches are used:

  • -Dincludeui=true -Duipath=<path-to-ui-source-trunk/branch>

Currently, create_slideshow.jsp writes to System.out, not the thalia.log. So, to check errors, look in tomcat/logs/catalina.out. Errors are likely to be one of the 3 things:

  1. lzc compiler was not executable, in which case you'll see a 'permission denied' error
  2. LPS_HOME not set
  3. Some of the required .lzx source files are missing -- it will say in the error what source file is missing.