I'm trying to run the FlexUnit test cases in a headless unix, after
been able to run them on Windows.
I did all the steps you recommended in the "Running unit test"
document in docs.sonatype. But I get the following error:
java.io.IOException: File /tmp/.X11-unix/X24 unable to be deleted.
        at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:
1095)
        at org.codehaus.plexus.util.FileUtils.cleanDirectory(FileUtils.java:
1268)
        at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:
1224)
        at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:
1087)
        at org.codehaus.plexus.util.FileUtils.forceDelete(FileUtils.java:
1071)
        at
org.sonatype.flexmojos.test.launcher.AsVmLauncher.runFlashplayerHeadless(AsVmLauncher.java:
145)
        at
org.sonatype.flexmojos.test.launcher.AsVmLauncher.start(AsVmLauncher.java:
98)
        at
org.sonatype.flexmojos.test.DefaultTestRunner.run(DefaultTestRunner.java:
75)
        at org.sonatype.flexmojos.test.FlexUnitMojo.run(FlexUnitMojo.java:
279)
        at org.sonatype.flexmojos.test.FlexUnitMojo.execute(FlexUnitMojo.java:
164)

It seems to be trying to delete all the X11 folders while some are
being used by other users. Any idea?

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