If I create a project via:
$ flexmojos:flexbuilder
Then import it into FB4, it imports ok, but if I try to open the
application.mxml in design mode it says:
"This component is based on Application, which is not supported in
Design mode. Switch to source mode to edit it."
Anyone seen this? Have any idea for a workaround?
pom looks like this:
<flexmojos.version>3.6.1</flexmojos.version>
<flex.sdk.version>4.1.0.16248</flex.sdk.version>
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>flex-framework</artifactId>
<version>${flex.sdk.version}</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
<plugins>
<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>
--
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/