Strange ... If you guys tried the most recent mavenizer, then the Empty-Zip
problem should be solved.

I am assuming the post got "stuck" here and was released over Christmas ...
I really hate that :-(

Regarding the full build of Flexmojos: If you build FM6 with all tests
running, you will need allmost all FDKs available in your Repo as the
Testsuite tests the current FM against allmost all of these FDKs.

When checking out there should actually be no need to perform any code
changes in order to have the system running. Could you please elaborate on
this?

Chris



2012/12/26 Keegan <[email protected]>

> On my local copy I found you can do two things to correct it in
> FlexFrameworkGenerator.writeDummyResourceBundleSWC():
> Remove any reference to ZipOutputstream and just create and close the
> FileOutputStream. This will create a file with the .swc extension the only
> down side is its not a valid zip file.
> OR
> Create the ZipOutputStream as is done now and add a single dummy entry to
> it. Like this *out.putNextEntry(new ZipEntry("zips-cant-be-empty.txt")); *This
> will create a valid zip file with a single entry in it.
>

-- 
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/

Reply via email to