Hi List,

maybe my problem is already known, but I was not able to find anything
in the web. I use Flexmojos 3.8, Maven 2.2.1, Java 1.6 and
FlashBuilder 4.1 on a Win7 64Bit machine.

I have a multi-project in which is a "component" and "componentDemo"
project. The "component" project is a SWC project, the "componentDemo"
is a SWF project.

The Flex-Framework dependencies are included like this:
        <!-- Adobe Flex Framework dependencies -->
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>textLayout</artifactId>
                        <type>swc</type>
                        <scope>caching</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>framework</artifactId>
                        <type>swc</type>
                        <scope>caching</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>spark</artifactId>
                        <type>swc</type>
                        <scope>caching</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>sparkskins</artifactId>
                        <type>swc</type>
                        <scope>caching</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>rpc</artifactId>
                        <type>swc</type>
                        <scope>caching</scope>
                </dependency>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>datavisualization</artifactId>
                        <type>swc</type>
                        <scope>caching</scope>
                </dependency>
                <!-- Flex framework resource bundles -->
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>flex-framework</artifactId>
                        <type>pom</type>
                </dependency>

I want to use RSL libraries so the SWC is not so big (I want to use it
as RSL later).

I can run the "install" goal without any problem. If I run the
"flashbuilder" or "flexbuilder" goal everything works as expected but
if I import both projects into Flashbuilder the SWC project is somehow
broken. Flashbuilder always claims the spark components are missing.
In Flashbuilder I have code completion.

If I use Flexmojos 3.6.1 the "flashbuilder" goal works. So it seems
some Flashbuilder metadata is not written correctly by Flexmojos 3.8.

Is there any known fix for this issue?

Regards,
Christoph

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