Re: [flex-mojos] Re: Flexmojos 6.x + FDK Mavenizer finished

2012-11-30 Thread netphreak
The error i get is the following: Exception in thread main java.lang.NoClassDefFoundError: org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream at air.AirRuntimeGenerator.processFlashRuntime(AirRuntimeGenerator.java:139) at

[flex-mojos] Re: Flexmojos 6.x + FDK Mavenizer finished

2012-11-30 Thread netphreak
Hi Christofer! Checking out your latest changes (fixing the directory path problem) and including my fix for the above mentioned class not found exception (using the shade maven plugin), i'm able to generate almost the entire framework (paths are generated correctly now for the compiler part

[flex-mojos] How to prohibit size-rerport.xml, link-report.xml and config.xml when compile a swf or swc

2012-11-30 Thread pxue
After I use flexmojos 4.0-RC2 to manage my flex project, in my compiled target folder, there comes some new files: proName-configs.xml, proName-link-report.xml and proName-size-report.xml. Why these files are generated and how to prohibit them? Thanks -- You received this message because you

Re: [flex-mojos] Re: Flexmojos 6.x + FDK Mavenizer finished

2012-11-30 Thread Christofer Dutz
Well the plugin is built using maven and I currently get the 3 dependencies from default repos. So as soon as the build ran, there should not be any CNFEs. What classes is ist complaining about? I don't want to bundle third party artifacts if this is not needed. And Apache explicitly prohibits

Re: [flex-mojos] copy-flex-resources and IntelliJ

2012-11-30 Thread Christofer Dutz
Yeah! This is my favourite issue ... think I was the one who created it (or at least I posted one solution option). It's a pretty tricky little bug. The problem is that the copy-resources target asks Maven to get the final name of an artifact. Unfortunately Maven produced some Error while