[Laszlo-checkins] r9531 - openlaszlo/trunk/3rd-party

hqm@openlaszlo.org hqm at openlaszlo.org
Tue Jun 10 13:49:15 PDT 2008


Author: hqm
Date: 2008-06-10 13:49:14 -0700 (Tue, 10 Jun 2008)
New Revision: 9531

Modified:
   openlaszlo/trunk/3rd-party/howto-copy-flex
Log:
Change 20080610-hqm-I by hqm at badtzmaru.home on 2008-06-10 16:48:50 EDT
    in /Users/hqm/openlaszlo/trunk4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: update notes on integrating flex compiler

New Features:

Bugs Fixed:

Technical Reviewer: (pending)
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	2008-06-10 20:13:55 UTC (rev 9530)
+++ openlaszlo/trunk/3rd-party/howto-copy-flex	2008-06-10 20:49:14 UTC (rev 9531)
@@ -19,7 +19,15 @@
 cp -r ~/openlaszlo/adobe/trunk/frameworks $LPS_HOME/WEB-INF
 cp -r ~/openlaszlo/adobe/trunk/bin $LPS_HOME/WEB-INF
 
+# remove these XML parsers, 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
 
+
 # get rid of some unneeded source files
 cd $LPS_HOME/WEB-INF
 rm -rf frameworks/projects/framework/src



More information about the Laszlo-checkins mailing list