Hello all,
I am using flex sdk 4.5.1 with flex mojos 3.8. Trying to compile my
project using maven, I get this error message when compiling the Test
cases:
[INFO] Compiling test class:
[gov.va.med.edp.pt.demog.control.TestPatientChecksController,
gov.va.med.edp.pt.demog.model.TestPatientChecksModel,
gov.va.med.edp.pt.demog.model.TestPatientCheckVO]
[ERROR] unable to load SWC advancedgrids-4.5.1.21328-en_US.rb.swc
The file "advancedgrids-4.5.1.21328-en_US.rb.swc" exists in the
presumably correct location in the m2 repository.
I am a complete noob at flex and (unfortunately) maven as well. What
could be the problem with that SWC ?
Here is the build script:
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>${flex.mojos.version}</version>
<extensions>true</extensions>
<configuration>
<accessible>${flex.compiler.accessible}</accessible>
<headlessServer>${flex.compiler.headless-server}</
headlessServer>
<compatibilityVersion>${flex.compiler.compatibilityVersion}</
compatibilityVersion>
<locales>
<locale>en_US</locale>
</locales>
<themes>
<theme>C:\flex4.5.1\frameworks\themes\Halo\halo.swc</theme>
</themes>
<debug>${flex.compiler.debug}</debug>
</configuration>
<dependencies>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>compiler</artifactId>
<version>${flex.version}</version>
<type>pom</type>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
-- Joe
--
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/