[Laszlo-dev] For Review: Change 20080905-hqm-M Summary: moved error parsing code out of the worker thread, so exceptions can be caught.

Donald Anderson dda at ddanderson.com
Fri Sep 5 13:58:27 PDT 2008


In this:

       try {
         worker.start();
         worker.join();
       } catch (java.lang.InterruptedException e) {
         throw new CompilerError("Errors from compiler, output file  
not created" + e);
       }

If the thread is interrupted, then System.err and System.out will not  
be reset.
(not sure why that would happen, but still...)

On Sep 5, 2008, at 12:11 PM, Henry Minsky wrote:

> Change 20080905-hqm-M by hqm at badtzmaru.home on 2008-09-05 12:10:20 EDT
>    in /Users/hqm/openlaszlo/trunk
>    for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary:  moved error parsing code out of the worker thread, so  
> exceptions can be caught.
>
> New Features:
>
> Bugs Fixed:
>
> Technical Reviewer: dda
> QA Reviewer: (pending)
> Doc Reviewer: (pending)
>
> Documentation:
>
> Release Notes:
>
> Details:
>
>
> Tests:
>
> Files:
> M      WEB-INF/lps/server/src/org/openlaszlo/sc/SWF9External.java
>
>
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080905-hqm-M.tar


--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-547-7881
email: dda at ddanderson.com
www: http://www.ddanderson.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20080905/fd6c9d64/attachment-0001.html


More information about the Laszlo-dev mailing list