Anyone else seeing this? Sometimes randomly my builds fail with this message. If I `ant clean` I can build again, but I have no idea what it is telling me:
> lzl: > [echo] Compiling > /Users/ptw/OpenLaszlo/trunk-devo/lps/includes/lfc/lzpreloader.lzl > [java] Exception in thread "main" java.lang.NoClassDefFoundError: > org/openlaszlo/iv/flash/context/Context > [java] at org.openlaszlo.sc.lzsc.compile(lzsc.java:140) > [java] at org.openlaszlo.sc.lzsc.compile(lzsc.java:357) > [java] at org.openlaszlo.sc.Main.main(Main.java:22) > [java] Caused by: java.lang.ClassNotFoundException: > org.openlaszlo.iv.flash.context.Context > [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > [java] at java.security.AccessController.doPrivileged(Native Method) > [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > [java] ... 3 more > > BUILD FAILED > /Users/ptw/OpenLaszlo/trunk-devo/build.xml:618: The following error occurred > while executing this line: > /Users/ptw/OpenLaszlo/trunk-devo/WEB-INF/lps/lfc/build.xml:92: The following > error occurred while executing this line: > /Users/ptw/OpenLaszlo/trunk-devo/WEB-INF/lps/lfc/build.xml:79: Java returned: > 1
