On Fri, Jun 25, 2010 at 4:39 AM, Andy Bryant <[email protected]> wrote: > [INFO] Address already in use: JVM_BindC:\PATH_TO_PROJECT\core-util > \target\test-classes\TestRunner.swf > > This is caused by the two builds using the same ports to connect to > the flashplayer running the unit tests.
http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/test-run-mojo.html There is a testPort and testControlPort that can be passed to maven by your CI tool. In Hudson, we use the Port Allocator Plugin to assign 2 random ports for each build and pass these. Is that what you're looking for? Logan -- 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/
