Hi everybody,

I included Flex unit testing support in my project as followed:

---
<!-- flexmojos unit testing support -->
                <dependency>
                        <groupId>org.sonatype.flexmojos</groupId>
                        <artifactId>flexmojos-unittest-support</artifactId>
                        <version>3.1.0</version>
                        <type>swc</type>
                        <scope>test</scope>
                </dependency>
---

Locally it runs fine, but running with Hudson causes problems:

---
java.lang.Error: Unexpected return code 1
        at org.sonatype.flexmojos.test.threads.AsVmLauncher.run
(AsVmLauncher.java:157)
        at java.lang.Thread.run(Thread.java:595)
---

Unfortunately I cannot find the class in the source code:
http://repository.sonatype.org/content/groups/public/org/sonatype/flexmojos/flexmojos-unittest-support/3.1.0/flexmojos-unittest-support-3.1.0-sources.jar

Any suggestions? Thanks for your help!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to flex-mojos@googlegroups.com
To unsubscribe from this group, send email to
flex-mojos+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to