[flex-mojos] Re: NullPointer when building for AIR in SignAirMojo

2011-09-14 Thread Piergiorgio Niero
Any news on this, I'm getting the same error here. On 30 Lug, 21:34, SimonW simon.wie...@web.de wrote: Hi all, I am trying to build an AIR app using Flexmojos 4.0-RC1 with Flex SDK 4.5.1.21328 and a self created Certificate (created with Flash Builder). I get a NullPointerException in the

[flex-mojos] Flexmonkey 5

2011-09-16 Thread Piergiorgio Niero
Ciao, anyone already tried to integrate flexmonkey 5 tests? I can't find documentation about that, I found few posts on the previous version (4) but those approaches seem not to work with the new one. -- You received this message because you are subscribed to the Google Groups Flex Mojos group.

Re: [flex-mojos] Mavenizer Error: Exception in thread main java.util.zip.ZipException: ZIP file must have at lea st one entry

2013-01-11 Thread Piergiorgio Niero
Just downloaded and executed on a mac, same error here. I made a fix on my working copy (hoping it didn't break anything): on FlexFrameworkGenerator.java at line 178 there's writeDummyResourceBundleSwc(dummyRbFile); just replace it with if(dummyRbFile.exists())

[flex-mojos] Failure to find com.adobe.flex:compiler:pom:3.5.0.12683B in http://repository.sonatype.org/content/groups/flexgroup/ when building Flexmojos 6.x

2013-01-15 Thread Piergiorgio Niero
Hi guys, I'm having this error while building FlexMojos 6.x from the sources, any clue? Failed to execute goal on project flexmojos-flex3-compatibility-layer: Could not resolve dependencies for project net.flexmojos.oss:flexmojos-flex3-compatibility-layer:jar:6.0-SNAPSHOT: *Failure to find

[flex-mojos] quick fixes to mavenizer

2013-01-15 Thread Piergiorgio Niero
Hi, I'm not a committer so I'm posting here few very quick fixes I used in my working copy. one bug was: creating folders if they already existed caused blocking error. I don't know if it was a wanted behavior or not, but it was annoying to me so I fixed it. *in FlexFrameworkGenerator.java

Re: [flex-mojos] Re: Compiling with AIR 3.5.

2013-01-15 Thread Piergiorgio Niero
://docs.google.com/document/d/1EENPR4J0P4TRD4NL9G2oSLwBkYKgfwyt4uKv03QAdYw/pub ciao pigiuz On Monday, January 14, 2013 10:59:44 AM UTC+1, Piergiorgio Niero wrote: I think these questions on how to build should be grouped in a sticky post somewhere or in a wiki page. Is there any existing one already

[flex-mojos] Re: Failure to find com.adobe.flex:compiler:pom:3.5.0.12683B in http://repository.sonatype.org/content/groups/flexgroup/ when building Flexmojos 6.x

2013-01-17 Thread Piergiorgio Niero
fixed, or at least it worked for me :) open flexmojos-flex3-compatibility-layer pom.xml and search for the artifact and change the required version from 3.5.0.12683B to 3.5.0.12683 (yes, just remove the “B”), and it should work On Monday, January 14, 2013 12:16:45 PM UTC+1, Piergiorgio Niero

Re: [flex-mojos] quick fixes to mavenizer

2013-01-23 Thread Piergiorgio Niero
to an empty directory so this was not an issue for me ;-) but I do understand that it would be good for the tool not to die, if you used an existing directory. I'll look into this after coming home from my holiday. Chris Am 15.01.2013 10:24 schrieb Piergiorgio Niero piergior

[flex-mojos] Re: Compiling with AIR 3.5.

2013-01-23 Thread Piergiorgio Niero
I couldn't get further with flexmojos 6.x, I didn't find any example pom so I gave up for now and sticking my builds on flexmojos 4.2. as far as I know mavenizer tool should solve your problem but I couldn't get any pom working. so the solution I see in the short term is sticking to your current