History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-6309
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P0 P0
Assignee: Henry Minsky
Reporter: Amy Muntz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

MacOS pathnames cause Flex compiler integration failure

Created: 16/Jun/08 02:11 PM   Updated: 04/Sep/08 08:50 AM
Component/s: Build System
Affects Version/s: RingDing (4.1)
Fix Version/s: Dunkin (4.2b3)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 10,872
Runtime: N/A
Fix in hand: False


 Description  « Hide
 When working on getting the flex compiler integration to work right now, there's a bug that any spaces in MacOS pathnames causes it to fail.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Henry Minsky - 18/Jun/08 10:42 AM
RELEASE NOTE: To compile swf9 applications on the Mac, the Openlaszlo server must be installed in a directory that has
no spaces in any of the pathname components.

The default installation is into a directory named "Openlaszlo Server 4.2.x", which must be renamed to something with no spaces, such as OpenlaszloServer4.2.x.



Amy Muntz - 18/Jun/08 10:57 AM
Lou - please document this in the release notes. Then, reassign back to me to defer real fix to subsequent release. Thanks!

Amy Muntz - 27/Jun/08 01:40 PM
Lou - I added this to the Release Notes. Please close when you finalize the Release notes, with that checkin id.

Amy Muntz - 27/Jun/08 02:14 PM
Added to the Release Notes.

Amy Muntz - 27/Jun/08 02:14 PM
Assigning to you for a real fix in a subsequent release. Deferring to DingDong.

Henry Minsky - 08/Jul/08 07:32 AM
The current workaround is that we're using Java to explicitly exec the flex compiler process, and that works
even with spaces in the pathnames. Still don't know why using the Flex compiler API fails when
pathnames have spaces.
 

Henry Minsky - 04/Sep/08 08:50 AM
r10872 | hqm | 2008-09-04 11:50:26 -0400 (Thu, 04 Sep 2008) | 28 lines
Changed paths:
   M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/sc/SWF9External.java

Change 20080904-hqm-J by hqm@badtzmaru.home on 2008-09-04 11:11:21 EDT
    in /Users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: call flex compiler classes directly from jar file

New Features:

Bugs Fixed: LPP-6309

Technical Reviewer: dda
QA Reviewer: mamye
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    

Tests:

Mamye, please make sure that when this is built as a nightly, that is installs and runs
on MacOS and can compiler swf9 properly there, when installed in a path in /Applications
which has spaces in the pathname.