On Jun 11, 2006, at 9:26 AM, P T Withington wrote:

On 2006-06-11, at 11:19 EDT, Benjamin Shine wrote:


On Jun 11, 2006, at 7:53 AM, P T Withington wrote:

There are no .lzx files in the LFC, but it would be good if the LFC considered itself out of date if it is older than the compiler.

Okay, what files exactly should I check against? There's a bit of a sibling-invokes-sibling thing with building the server and the lfc; one builds the other, right? I'll need to be careful to avoid infinite loops.

I guess the jar file that org.openlaszlo.sc.Main is in?

I couldn't make this work; the second line of srcfiles in this condition should do it, but it always ends up reporting that the targets are out of date, and rebuilding them. 

    <uptodate property="lfc-debug.uptodate" >
        <srcfiles dir="." includes="**/*.lzs,**/*.as,**/*.lzx,**/*.js" />
        <srcfiles dir="${LPS_HOME}/WEB-INF/lib" includes="**/*.jar" excludes="**/*.xml" /> 
        <compositemapper>
            <mergemapper to="LFC6-debug.lzl" />   
            <mergemapper to="LFC7-debug.lzl" />               
            <mergemapper to="LFC8-debug.lzl" />                       
        </compositemapper>
    </uptodate>

So, for now:
If you change the compiler you must clean and rebuild the LFC. 

benjamin shine
software engineer



_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to