Hi, I'm trying to implement Logan's solution of running unit tests for
multiple projects on a CI environment. I have the port allocator
plugin and my POM looks like this...

<properties>
        <flex-version>3.3.0.4852</flex-version>
        <flexmojos-version>4.0-alpha-5</flexmojos-version>
        <testControlPort>13540</testControlPort>
        <testPort>13541</testPort>
    </properties>

...


<configuration>
      <testControlPort>${testControlPort}</testControlPort>
      <testPort>${testPort}</testPort>
</configuration>

I then add -DtestPort=${TEST_PORT} -DtestControlPort=$
{TEST_CONTROL_PORT} to the Maven args (but still get a timeout).

Is testPort supported? The documentation seems to suggest it isn't,
and IntelliJ doesn't look happy with me when I add a testPort element
to the configuration..

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