[Laszlo-checkins] r14410 - openlaszlo/trunk/3rd-party
hqm@openlaszlo.org
hqm at openlaszlo.org
Thu Jul 30 20:35:50 PDT 2009
Author: hqm
Date: 2009-07-30 20:35:48 -0700 (Thu, 30 Jul 2009)
New Revision: 14410
Modified:
openlaszlo/trunk/3rd-party/howto-copy-flex
Log:
Change 20090730-hqm-j by hqm at badtzmaru.home on 2009-07-30 23:35:30 EDT
in /Users/hqm/openlaszlo/trunk-clean/3rd-party
for http://svn.openlaszlo.org/openlaszlo/trunk/3rd-party
Summary: update instructions on embedding flex compiler
New Features:
Bugs Fixed:
Technical Reviewer: hqm
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/3rd-party/howto-copy-flex
===================================================================
--- openlaszlo/trunk/3rd-party/howto-copy-flex 2009-07-30 19:21:03 UTC (rev 14409)
+++ openlaszlo/trunk/3rd-party/howto-copy-flex 2009-07-31 03:35:48 UTC (rev 14410)
@@ -21,17 +21,22 @@
svn export trunk /tmp/flex
-cp -r /tmp/flex/lib/*.jar $LPS_HOME/WEB-INF/lib
-
-# NOTE: I removed these XML parsers, they cause doc
+# NOTE: [2009-07-30] we decided to not use the copies of the batik
+# .jars from the Flex SDK, and just use some selected batik jar files
+# direct from the apache release. So don't copy over any of batik jar files
+# NOTE: We also don't copy the XML parser .jars, they cause doc
# build to fail. flex seems happy without them, maybe only needed for
# compiling MXML?
-rm $LPS_HOME/WEB-INF/lib/xalan.jar
-rm $LPS_HOME/WEB-INF/lib/xercesImpl.jar
-rm $LPS_HOME/WEB-INF/lib/xercesImpl_ja.jar
-rm $LPS_HOME/WEB-INF/lib/xercesPatch.jar
-rm $LPS_HOME/WEB-INF/lib/xmlParserAPIs.jar
+for i in adt.jar afe.jar aglj32.jar asc.jar asdoc.jar \
+ commons-collections.jar commons-discovery.jar commons-logging.jar compc.jar copylocale.jar \
+ digest.jar fcsh.jar fdb.jar flex-compiler-oem.jar flex-fontkit.jar \
+ flex-messaging-common.jar flexTasks.jar fxgutils.jar javacc.jar license.jar \
+ mxmlc.jar mxmlc_ja.jar optimizer.jar rideau.jar saxon9.jar \
+ swfdump.jar swfutils.jar velocity-dep-1.4-flex.jar
+do
+ cp /tmp/flex/lib/$i $LPS_HOME/WEB-INF/lib
+done;
More information about the Laszlo-checkins
mailing list