Users of my project have the ability to design custom CSS for our flexible application.
When it comes to converting the CSS into SWFs on the server side:
Is it recommended to utilize the flex2.compiler.css.Compiler class in mxmlc-3.5.0.12683.jar?
Alternatively, should I call mxmlc using Runtime.getRuntime().exec()?
The documentation for the css.Compiler class is quite limited. Does anyone have any examples demonstrating its use?
Regarding the Runtime exec method, what would be the most effective way to include mxmlc in the maven build so that it can be accessed by the server during runtime?