Thanks for all the responses - by now I know what was wrong:

I simply had to add the <scope>theme</scope> to the spark artifact.
Without the theme scope, a Halo application has been compiled.

So the dependency looks as this:

                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>spark</artifactId>
                        <version>${flex4.sdk.version}</version>
                        <type>swc</type>
                        <scope>theme</scope>
                </dependency>


Again, thanks.
Simon

-- 
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

http://flexmojos.sonatype.org/

Reply via email to