Based on some of the forum posts I went looking into lzc - apparently the batch files presume a full scale openlazlo installation not the minimal servlet.   However the following command line (takign into account actual paths) seems promising.    I am puzzled by an error it produces though since the page it calls out about displays just fine in the laszlo app when compiled by the serverlet.
 
 /vdisk/miles/dc8/jre/bin/java -DLPS_HOME="/vdisk/miles/dc8/tomcat/webapps/visionaeldatacollector" -Djava.ext.dirs=/vdisk/miles/dc8/tomcat/webapps/visionaeldatacollector/WEB-INF/lib org.openlaszlo.compiler.Main ./utilities.lzx
license.lzx:206:31: text not allowed here
 
License.lzx happens to be a library thats included - it actually provides a tab in the overall utilitiies app.
If the line number can be believed its this control:

<button text="OK">

<method event="onclick">

invalidLicenseDialog.close();

LzFocus.setFocus(lic_idtxt);

</method>

</button>

 

 

Why would it not like "text" - even the laszlo ide property editor thinks text is what would be the appropriate thing here.

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

Reply via email to