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

Key: SDK-15581
Type: Bug Bug
Status: Closed Closed
Resolution: Not a Bug
Priority: None None
Assignee: Gaurav Jain
Reporter: Marvin Froeder
Votes: 3
Watchers: 4
Operations

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

Mxmlc and Compc parameters on flex-compiler-oem

Created: 05/15/08 07:27 PM   Updated: 01/20/09 12:47 PM
Component/s: Compiler API
Security Level: Public (All JIRA Users )

Severity: Non Functioning
Found in Version: SDK Flex 3 (Released)
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
I can't figure out how to use the following parameters with flex-compiler-oem.
-dump-config <filename>
-resource-bundle-list <filename>
-static-link-runtime-shared-libraries
-include-lookup-only

If this parameters exists they are undocumented under Configuration.


VELO
 
 
Language Found: English
Bugbase Id: none
QA Owner: Kristen Sindac
Resolved by: Gaurav Jain
Participants: Gaurav Jain, Lauren Park and Marvin Froeder


 All   Comments      Sort Order:
Lauren Park - [01/19/09 05:49 PM ]
re-assigned.

Marvin Froeder - [01/19/09 05:52 PM ]

Gaurav Jain - [01/20/09 10:38 AM ]
These parameters don't have a direct method (to set the value) in the Configuration.java file

please use Configuration.setConfiguration(String[] args) and pass these as a String array.