Change 20061117-ben-5 by [EMAIL PROTECTED] on
2006-11-17 18:16:23 PST
in /home/ben/src/svn/openlaszlo/branches/legals
Summary:
New Features:
Bugs Fixed:
Technical Reviewer: jgrandy (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
The js2doc tools require Java 1.5 for a few methods in
org.w3c.dom.Document
Open Laszlo is supposed to build correctly in Java 1.4. So, for now,
we should
not try to compile the js2doc tools in the main build.
A fix for now: in WEB-INF/lps/server/build.xml, the compile target
tries to
compile everything in org/openlaszlo/**. I added an exclude to
exclude the
js2doc classes from this compilation step. This makes the build
succeed in a
jdk 1.4.2 environment.
+ <!-- don't try to compile the js2doc tools with source=1.4.
They require jdk 1.5. [bshine 11.17.2006] -->
+ <exclude name="org/openlaszlo/js2doc/**" />
Release Notes:
Details:
Tests:
Files:
M WEB-INF/lps/server/build.xml