You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2012/10/26 17:05:35 UTC

svn commit: r1402540 - /incubator/flex/sdk/branches/develop/mustella/java/src/mustella/SwfLoaderTestAdapter.java

Author: aharui
Date: Fri Oct 26 15:05:35 2012
New Revision: 1402540

URL: http://svn.apache.org/viewvc?rev=1402540&view=rev
Log:
This also needed updating with the changes to support spaces.

Modified:
    incubator/flex/sdk/branches/develop/mustella/java/src/mustella/SwfLoaderTestAdapter.java

Modified: incubator/flex/sdk/branches/develop/mustella/java/src/mustella/SwfLoaderTestAdapter.java
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/java/src/mustella/SwfLoaderTestAdapter.java?rev=1402540&r1=1402539&r2=1402540&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/java/src/mustella/SwfLoaderTestAdapter.java (original)
+++ incubator/flex/sdk/branches/develop/mustella/java/src/mustella/SwfLoaderTestAdapter.java Fri Oct 26 15:05:35 2012
@@ -98,7 +98,7 @@ public class SwfLoaderTestAdapter { 
 		String [] args  = StringUtils.StringToArray (extra_args);
 
 
-		compm.compile(loader_mxml_file, args);
+		compm.compile(loader_mxml_file, new ArrayList(Arrays.asList(args)));
 
 		System.out.println ("Done with generic loader compile");
 	}