Falcon has various manifest-only JARs such as falcon-mxmlc.jar. (I think the old compiler also had them.) Does anybody know how to fix this warning when they get built?
[jar] Warning: skipping jar archive D:\Apache\incubator\flex\falcon\trunk\compiler\generated\dist\sdk\lib\falcon-mxmlc.jar because no files were included. I've tried setting whenmanifestonly="create" on the <jar> task (which is supposed to be the default) but it doesn't help. - Gordon