I'm really puzzled: I am aware of this fact and pom are already configured
accordingly: I don't get this error!

Compiler plugin is already configured in parent pom using
${flex-sdk.version} (as used for all adobe dependencies explicitly),
cairngorm (and core) module just inherit these settings (and dependencies).

            <plugin>
                <groupId>org.sonatype.flexmojos</groupId>
                <artifactId>flexmojos-maven-plugin</artifactId>
                <version>${flexmojos.version}</version>
                <dependencies>
                        <dependency>
                            <groupId>com.adobe.flex</groupId>
                            <artifactId>compiler</artifactId>
                            <version>${flex-sdk.version}</version>
                            <type>pom</type>
                        </dependency>
                    </dependencies>
                <extensions>true</extensions>
                <configuration>
                    <locales>
                        <param>en_US</param>
                    </locales>
                    <keepAs3Metadatas>
                        <param>Required</param>
                        <param>Autowired</param>
                        <param>Component</param>
                        <param>EventHandler</param>
                        <param>RouteEvents</param>
                    </keepAs3Metadatas>
                    <updateSecuritySandbox>true</updateSecuritySandbox>
                    <configurationReport>true</configurationReport>
                    <includeAsClasses>
                        <source>
                            <directory>src/main/actionscript</directory>
                        </source>
                    </includeAsClasses>
                </configuration>
            </plugin>

On Fri, Feb 26, 2010 at 7:51 PM, Marvin Froeder <[email protected]> wrote:

> [ERROR] Failed to execute goal
> org.sonatype.flexmojos:flexmojos-maven-plugin:3.6-SNAPSHOT:compile-swc
> (default-compile-swc) on project spring-actionscript-cairngorm: Flex
>  compiler and flex framework versions doesn't match. Compiler:
> '3.5.0.12683' - Framework: '3.2.0.3958'.
>  You can use 'ignoreVersionIssues' to disable this check.  Please refer to
> Flexmojos maven doc.
> If you prefer fixing it instead of ignoring, take a look at:
> https://docs.sonatype.org/display/FLEXMOJOS/How+to+set+Flex+SDK+version
> -> [Help 1]
>
>
> On Fri, Feb 26, 2010 at 3:43 PM, Marvin Froeder <[email protected]> wrote:
>
>> I live behind a mirror =D
>>
>>
>> On Fri, Feb 26, 2010 at 3:39 PM, Martino Piccinato <[email protected]> wrote:
>>
>>> There are maven repositories specified in the root pom, should be
>>> downloaded automatically.
>>>
>>> http://projects.yoolab.org/maven/index.html
>>>
>>> http://projects.yoolab.org/maven/content/repositories/releases/
>>> http://projects.yoolab.org/maven/content/repositories/snapshots/
>>>
>>>
>>> On Fri, Feb 26, 2010 at 7:35 PM, Marvin Froeder <[email protected]>wrote:
>>>
>>>> Are org.as3commons stuff available anywhere?
>>>>
>>>> VELO
>>>>
>>>>
>>>> On Fri, Feb 26, 2010 at 2:15 PM, Martino Piccinato <[email protected]>wrote:
>>>>
>>>>> I'm sorry, don't know what happens with svn server, it's
>>>>> springsource.com svn server.
>>>>>
>>>>> You can find a zipped copy at this URL (not 7z 'cause I'm on a Mac
>>>>> sorry):
>>>>>
>>>>> http://dl.dropbox.com/u/4020604/spring.zip
>>>>>
>>>>> I've removed unnecessary modules so to speed-up build. The core module
>>>>> is built first and then the cairngorm module is failing...
>>>>>
>>>>> Thanks
>>>>>
>>>>> Martino
>>>>>
>>>>>
>>>>> On Fri, Feb 26, 2010 at 5:12 PM, Marvin Froeder <[email protected]>wrote:
>>>>>
>>>>>> I tried to download it twice....
>>>>>>
>>>>>> svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
>>>>>>> cleanup' and try again
>>>>>>> svn: Can't open file
>>>>>>> 'spring-actionscript\spring-actionscript-core\src\test\actionscript\org\springextensions\actionscript\ioc\factory\config\testclasses\.svn\tmp\text-ba
>>>>>>> se\AnnotatedArrayEventHandlerWithImplicitNameMetadataAndWithArrayParameterAndWithNameNotEqualToEvent.as.svn-base':
>>>>>>> The system cannot find the path specified.
>>>>>>>
>>>>>>
>>>>>> If someone could mail me a zip (please use 7z) I can look at,
>>>>>> otherwise there isn't much I can do...
>>>>>>
>>>>>> I would say to you to run mvn help:effective-pom on root then per
>>>>>> module and compare.
>>>>>>
>>>>>>
>>>>>> VELO
>>>>>>
>>>>>>
>>>>>> On Fri, Feb 26, 2010 at 10:58 AM, Martino Piccinato 
>>>>>> <[email protected]>wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> we are using flexmojos 3.6-SNAPSHOT as a build system for
>>>>>>> SpringActionscript (http://www.springactionscript.org/).
>>>>>>>
>>>>>>> We are experiencing a weird problem with our multimodule build:
>>>>>>> modules build just fine singularly but compile/packaging fails when 
>>>>>>> build
>>>>>>> from root.
>>>>>>> Apparently what's happening is that when building from parent some
>>>>>>> classes are not included in final swc.
>>>>>>>
>>>>>>> e.g. we have two modules:
>>>>>>>
>>>>>>> spring-actionscript-core and spring-actionscript-cairngorm
>>>>>>>
>>>>>>> when I do a "mvn clean install" in spring-actionscript-core directory
>>>>>>> all is fine and a 247Kb swc is produced. Similar thing for
>>>>>>> spring-actionscript-cairngorm.
>>>>>>>
>>>>>>> when I do a "mvn clean install" in parent
>>>>>>> (spring-actionscript-superpom) spring-actionscript-core compilation
>>>>>>> apparently happens fine but when getting to 
>>>>>>> spring-actionscript-cairngorm
>>>>>>> tests (not compile!) fails because it's missing some classes that 
>>>>>>> should be
>>>>>>> present in spring-actionscript-core.swc (a dependency) which are not, by
>>>>>>> looking at the produced spring-actionscript-core.swc I can see it's now 
>>>>>>> 70Kb
>>>>>>> and by looking inside can see quite a lot of classes missing.
>>>>>>>
>>>>>>> The same happens with 3.5.0 and also not using the new 3.6-SNAPHOST
>>>>>>> includeAsClasses config parameter.
>>>>>>>
>>>>>>> I'd appreciate any help about this problem.
>>>>>>>
>>>>>>> Martino Piccinato
>>>>>>>
>>>>>>> P.S.
>>>>>>> source can be found here:
>>>>>>> http://www.springactionscript.org/source-repository.html
>>>>>>>
>>>>>>> --
>>>>>>> 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]<flex-mojos%[email protected]>
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>>>>>>>
>>>>>>> http://flexmojos.sonatype.org/
>>>>>>>
>>>>>>
>>>>>>  --
>>>>>> 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]<flex-mojos%[email protected]>
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>>>>>>
>>>>>> http://flexmojos.sonatype.org/
>>>>>>
>>>>>
>>>>>  --
>>>>> 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]<flex-mojos%[email protected]>
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>>>>>
>>>>> http://flexmojos.sonatype.org/
>>>>>
>>>>
>>>>  --
>>>> 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]<flex-mojos%[email protected]>
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>>>>
>>>> http://flexmojos.sonatype.org/
>>>>
>>>
>>>  --
>>> 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]<flex-mojos%[email protected]>
>>> For more options, visit this group at
>>> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>>>
>>> http://flexmojos.sonatype.org/
>>>
>>
>>
>  --
> 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]<flex-mojos%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>
> http://flexmojos.sonatype.org/
>

-- 
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?hl=en?hl=en

http://flexmojos.sonatype.org/

Reply via email to