This makes sense, sort of. We're calling lzc from the command line to compile the demos, which probably doesn't know where to find the preloader these days.

     <apply executable="bash" parallel="false" failonerror="true">
<arg line="${LPS_HOME}/WEB-INF/lps/server/bin/lzc -dir build" />
          <fileset dir="." >
              <include name="weather/weather.lzx"/>
              <include name="calendar/calendar.lzx"/>
              <include name="lzpix/app.lzx"/>
              <include name="vacation-survey/vacation-survey.lzx"/>
          </fileset>
      </apply>

It'd be really nice to get a solid build. Can I turn off failonerror for this, so we get a build, and file a bug to fix the invocation of lzc on the demos here?



On Jan 9, 2007, at 10:22 AM, Jim Grandy wrote:

Legals build it failing, but not for the same reason as yesterday. Here's the relevant tail of the log:

test:
     [echo] running demos test
[apply] Exception in thread "main" org.openlaszlo.utils.ChainedException: java.io.FileNotFoundException: lzpreloader.lzl [apply] at org.openlaszlo.compiler.SWFWriter.addPreloader (SWFWriter.java:237) [apply] at org.openlaszlo.compiler.SplashCompiler.compile (SplashCompiler.java:68) [apply] at org.openlaszlo.compiler.Compiler.compileElement (Compiler.java:596) [apply] at org.openlaszlo.compiler.CanvasCompiler.compile (CanvasCompiler.java:159) [apply] at org.openlaszlo.compiler.Compiler.compileElement (Compiler.java:596) [apply] at org.openlaszlo.compiler.Compiler.compile (Compiler.java:423) [apply] at org.openlaszlo.compiler.Compiler.compile (Compiler.java:171)
    [apply]     at org.openlaszlo.compiler.Main.compile(Main.java:235)
    [apply]     at org.openlaszlo.compiler.Main.lzc(Main.java:211)
    [apply]     at org.openlaszlo.compiler.Main.main(Main.java:77)
    [apply] Caused by: java.io.FileNotFoundException: lzpreloader.lzl
[apply] at org.openlaszlo.compiler.DefaultFileResolver.resolve (FileResolver.java:170) [apply] at org.openlaszlo.compiler.DefaultFileResolver.resolve (FileResolver.java:59) [apply] at org.openlaszlo.compiler.CompilationEnvironment.resolve (CompilationEnvironment.java:488) [apply] at org.openlaszlo.compiler.SWFWriter.addPreloader (SWFWriter.java:235)
    [apply]     ... 9 more
    [apply] Caused by: java.io.FileNotFoundException: lzpreloader.lzl
[apply] at org.openlaszlo.compiler.DefaultFileResolver.resolve (FileResolver.java:170) [apply] at org.openlaszlo.compiler.DefaultFileResolver.resolve (FileResolver.java:59) [apply] at org.openlaszlo.compiler.CompilationEnvironment.resolve (CompilationEnvironment.java:488) [apply] at org.openlaszlo.compiler.SWFWriter.addPreloader (SWFWriter.java:235) [apply] at org.openlaszlo.compiler.SplashCompiler.compile (SplashCompiler.java:68) [apply] at org.openlaszlo.compiler.Compiler.compileElement (Compiler.java:596) [apply] at org.openlaszlo.compiler.CanvasCompiler.compile (CanvasCompiler.java:159) [apply] at org.openlaszlo.compiler.Compiler.compileElement (Compiler.java:596) [apply] at org.openlaszlo.compiler.Compiler.compile (Compiler.java:423) [apply] at org.openlaszlo.compiler.Compiler.compile (Compiler.java:171)
    [apply]     at org.openlaszlo.compiler.Main.compile(Main.java:235)
    [apply]     at org.openlaszlo.compiler.Main.lzc(Main.java:211)
    [apply]     at org.openlaszlo.compiler.Main.main(Main.java:77)


Begin forwarded message:

From: [EMAIL PROTECTED]
Date: January 9, 2007 12:47:16 AM PST
To: [EMAIL PROTECTED]
Subject: [Laszlo-builds] FAILURE for 3322-openlaszlo-branches- legals on linux-builder.corp.laszlosystems.com

FAILURE: build failed (1) for 3322-openlaszlo-branches-legals at Tue Jan 9 00:47:14 PST 2007 (Megatest failed) attaching /home/ svnbuild/logs/tail-3322-branches-legals-nightly.log
<tail-3322-branches-legals-nightly.log>

_______________________________________________
Laszlo-builds mailing list
[EMAIL PROTECTED]
http://www.openlaszlo.org/mailman/listinfo/laszlo-builds


Benjamin Shine
Software Engineer, Open Laszlo / Laszlo Systems
[EMAIL PROTECTED]



Reply via email to