Hi Chris, 

I also successfully ported to FlexMojos 6.0.1 with FDK 4.11.0.20131017 and
am close with FlexMojos 7.0.0-SNAPSHOT and FDK 4.11.0.20131017.
 
Just a couple of questions:

1). With FM 6.0.1, I have FlexUnit 4.1.0 running. However, using the same
pom.xml with FlexMojos 7.0.0-SNAPSHOT I get the following console output:


"[INFO] No tests to run.
[INFO] Surefire report directory: C:\FM7.0.0\target\surefire-reports
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0"


This is the entry class I have that works with FM 6.0.1:


"// src/test/flex/Test.as
package
{
    import Suite;
     
    [Suite]
    [RunWith("org.flexunit.runners.Suite")]  
    public class Test 
    {
        public var suite:Suite;
    }
}"


Is there something fundamental in terms of naming conventions or
configuration of the test phase that has changed with FM 7.0.0 or (more
likely) have I misunderstood something here?


2). Also, by...
 
"After this initial commit, I will concentrate on Air for Mobile support." 

...do you actually mean... 

"After this initial commit, I will concentrate on Air support." 

...or is there actually a specific reason for currently focusing on mobile?
Either way, I would definitely like to +1 "Captive Runtime" for Air
Desktop...

"There are variations based on the store type (different formats are
supported other than pkcs12), and there are additional supported target
types (desktop captive runtimes, other ipa types for iOS)." 

I know "Captive Runtime" is absolutely crucial for my employer (and has also
been crucial for a number of previous employers). Plus, I am really keen to
experiment with using Flexmojos in conjunction with the NSIS plugin
http://mojo.codehaus.org/nsis-maven-plugin/usage.html as a solution. Could
be quite powerful!


John



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/New-Flexmojos-7-0-0-SNAPSHOT-available-tp3798p4358.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to