Just to give some more details on this.... as you can see I have the
<sourcefile>stub.mxml</sourcefile> in the org.sonatype.flexmojos
plugin configuration.
the directory structure is like this:
rm-gui --
-- pom.xml
-- rm-gui <dir> --
-- src <dir> -- (this is defined as the
<sourceDirectory>)
-- stub.mxml (and some
other applications)
Please Help me VELO... ....
On Jun 18, 2:58 pm, thouse <[email protected]> wrote:
> I've seen this error reported a bunch of times, but I can't find the
> solution to the problem - my pom looks like this:
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <project
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd"
> xmlns="http://
> maven.apache.org/POM/4.0.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>
> <parent>
> <groupId>cerme</groupId>
> <artifactId>cerme</artifactId>
> <version>10.0</version>
> </parent>
>
> <modelVersion>4.0.0</modelVersion>
> <groupId>cerme</groupId>
> <artifactId>rm-gui</artifactId>
> <version>10.0</version>
> <packaging>swf</packaging>
> <name>Review Manager Flex</name>
> <description>The Flex components of Review Manager which are
> packaged in rm.war</description>
>
> <scm>
>
> <connection>scm:cvs:pserver:thouse:[email protected]:/
> IQ/CERME:${artifactId}</connection>
>
> <developerConnection>scm:cvs:pserver:thouse:[email protected]:/
> IQ/CERME:${artifactId}</developerConnection>
> <tag>HEAD</tag>
> </scm>
>
> <build>
> <sourceDirectory>rm-gui/src</sourceDirectory>
> <testSourceDirectory>rm-gui/test</testSourceDirectory>
> <plugins>
> <plugin>
> <groupId>org.sonatype.flexmojos</groupId>
> <artifactId>flexmojos-maven-plugin</artifactId>
> <version>3.7.1</version>
> <extensions>true</extensions>
> <configuration>
> <sourcefile>stub.mxml</sourcefile>
> </configuration>
> </plugin>
> </plugins>
> </build>
>
> <repositories>
> <repository>
> <id>flex-mojos-plugin-repository</id>
> <url>http://repository.sonatype.org/content/groups/flexgroup/</
> url>
> <releases> <enabled>true</enabled> </releases>
> <snapshots> <enabled>false</enabled> </snapshots>
> </repository>
> </repositories>
>
> <pluginRepositories>
> <pluginRepository>
> <id>flex-mojos-plugin-repository</id>
> <url>http://repository.sonatype.org/content/groups/flexgroup/</
> url>
> <releases> <enabled>true</enabled> </releases>
> <snapshots> <enabled>false</enabled> </snapshots>
> </pluginRepository>
> </pluginRepositories>
>
> <dependencies>
> <dependency>
> <groupId>com.adobe.flex.framework</groupId>
> <artifactId>flex-framework</artifactId>
> <version>3.2.0.3958</version>
> <type>pom</type>
> </dependency>
> </dependencies>
>
> </project>
--
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/