If swf10 AND swf11 need to be supported, we need to find a way to keep the Flex SDK JAR files separate for the different SDKs. Currently the Flex SDK JARs are copied into WEB-INF/lib, which only works with one SDK.
@Henry: Based on the current Flex compiler integration, is it a requirement to have the JAR files in the WEB-INF/lib folder? The SWF9External.java class has a method "execCompileCommand", which is only used when the 'compiler.swf9.execflex' in lps.properties is set to true, which is not the case right now. Having a Flex SDK specific classpath would probably only work with the execCompileCommand. Do you still remember how much the performance will be impacted if we use the execCompileCommand instead of callJavaCompileCommand? Thanks, Raju
