While trying to mavenize the Flex and AIR sdk, on running the command:
"java -cp target/flex-sdk-converter-1.0.jar SDKGenerator "{sdkhome}"
"{fdktarget}""
...I received the following error:
---------------------------------------------
-- Generating Air SDK version: 3.5
---------------------------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------
-- Generating Flex SDK version: 4.6.0.23201
---------------------------------------------
Exception in thread "main" java.util.zip.ZipException: ZIP file must have
at least one entry
at java.util.zip.ZipOutputStream.finish(Unknown Source)
at java.util.zip.DeflaterOutputStream.close(Unknown Source)
at java.util.zip.ZipOutputStream.close(Unknown Source)
at
flex.FlexFrameworkGenerator.writeDummyResourceBundleSwc(FlexFramework
Generator.java:580)
at
flex.FlexFrameworkGenerator.process(FlexFrameworkGenerator.java:178)
at SDKGenerator.generateFlex(SDKGenerator.java:120)
at SDKGenerator.generateAllFlex(SDKGenerator.java:108)
at SDKGenerator.main(SDKGenerator.java:148)
...The target files were written however, so, should I worry about this
error, or can I go ahead and deploy the mavenized sdk?
Thanks for your time!
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/