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

2012-12-02 Thread netphreak
The error i get is the following: java.lang.NoClassDefFoundError: org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream So it seems the GzipCompressorInputStream is not available in the mavenizer.jar. Den tirsdag den 27. november 2012 12.09.57 UTC+1 skrev Christofer Dutz:

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

2012-12-02 Thread Christofer Dutz
Regarding the other two errors ... do you have any more output? I sort of can't see the problem as the commandline seemt to be valid. Are you only generating one FDK? or are these the only ones causing problems? Are you eventually using a 64bit Java 7 VM? I had to install a 32bit VM just in oder

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

2012-12-02 Thread Simon Morvan
Le 30/11/2012 06:26, pxue a écrit : 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? Well, the

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

2012-12-02 Thread netphreak
Hi, Chris! My first error is: Exception in thread main java.lang.NoClassDefFoundError: org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream at air.AirRuntimeGenerator.processFlashRuntime(AirRuntimeGenerator.java:139) at

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

2012-12-02 Thread Christofer Dutz
I think even getting rid of them would eventually break the build. As I think to recall that the compiler mojo configures these to have them picked up by the actual compiler. Chris 2012/11/30 Simon Morvan gar...@zone84.net Le 30/11/2012 06:26, pxue a écrit : After I use flexmojos 4.0-RC2 to

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

2012-12-02 Thread Christofer Dutz
I think I know the problem. The lib is built using Maven and therefore would require Maven to provide the dependencies. In your case GzipCompressInputStream is missing and therefore you are getting that error. What I really found a little strange is that I have no problem at all running the thing,