Hi All,

Has anyone been able to use a "classifier" along with the flexmojos
"optimize" goal? When attempting to run the flexmojos-maven-plugin
with the following pom.xml configuration:


             <plugin>
                 <groupId>org.sonatype.flexmojos</groupId>
                 <artifactId>flexmojos-maven-plugin</artifactId>
                 <version>3.8</version>
                 <configuration>
                     <classifier>foo</classifier>
                 </configuration>
                 <executions>
                     <execution>
                         <id>optimize-flex-swc</id>
                         <goals>
                             <goal>optimize</goal>
                         </goals>
                     </execution>
                 </executions>
             </plugin>


... I get the following error:


[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Library file not found.


If I omit the optimize goal, it works as expected. It looks like
someone reported it as an issue back in January 2010, but I did not
see a resolution for it.  Has anyone figured out a workaround for
this? Any help would be greatly appreciated!

Thanks,
Chris

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