Well I wonder why the tests don't fail on my Windows 7 Machine. I did have some trouble witht the testsuite on linux, but we fixed those problems.
Chris 2011/3/31 PeZ <[email protected]>: > That being said, the workaround works when using minimal profile > But some tests fail when using "standard" profile :-/ > > On 31 mar, 12:28, PeZ <[email protected]> wrote: >> It was already in my system path, I've just checked it again >> >> On 31 mar, 10:19, Christofer Dutz <[email protected]> >> wrote: >> >> >> >> >> >> >> >> > Seems like you don't have a flashplayer.exe in your systems Path (It >> > has got to be called that way and not anything with "debug" or a >> > version in it ... just simple flashplayer.exe) >> >> > 2011/3/30 PeZ <[email protected]>: >> >> > > FYI, tests work now! >> >> > > In AsVmLauncher, (l 122) we replaced >> >> > > process = Runtime.getRuntime().exec( new String[] { flashPlayer, >> > > PathUtil.getCanonicalPath( targetSwf ) } ); >> >> > > by >> >> > > process = Runtime.getRuntime().exec( new String[] { "cmd", "/C", >> > > flashPlayer, PathUtil.getCanonicalPath( targetSwf ) } ); >> >> > > On 1 mar, 19:10, Marvin Froeder <[email protected]> wrote: >> > >> You need to look at the tests or even debug to figure out, it just works >> > >> here... >> >> > >> On Tue, Mar 1, 2011 at 1:51 PM, PeZ <[email protected]> wrote: >> > >> > Ok so I switched to flexmojos-3.x branch but I still have the same >> > >> > test failures! >> >> > >> > On 1 mar, 17:38, Marvin Froeder <[email protected]> wrote: >> > >> > > Ow, ok, I thought something got seriously broken.... >> >> > >> > > On Tue, Mar 1, 2011 at 1:36 PM, PeZ <[email protected]> wrote: >> > >> > > > Yes sorry, first time I use GIT actually. >> > >> > > > I didn't notice the 3.x branch. >> >> > >> > > > Shame on me ;-) >> >> > >> > > > On 1 mar, 16:59, Marvin Froeder <[email protected]> wrote: >> > >> > > > > ????????????????????????????????????????????????????????????? >> > >> > > > > There is even flexmojos 2 on git hub.... >> >> > >> > > > > On Tue, Mar 1, 2011 at 12:36 PM, PeZ <[email protected]> wrote: >> > >> > > > > > Hmm, looks like there is only Flexmojos 4.x on GIT :( >> > >> > > > > > I was planning to do some tests with 3.8 version... >> >> > >> > > > > > On 1 mar, 12:18, Christofer Dutz >> > >> > > > > > <[email protected]> >> > >> > > > > > wrote: >> > >> > > > > > > Now I know why this error sounded so familiar ;-) ... I >> > >> > > > > > > knew I >> > >> > had it >> > >> > > > ;-) >> >> > >> > > > > > > I would certainly suggest to at least leave a note on all >> > >> > references >> > >> > > > to >> > >> > > > > > the >> > >> > > > > > > svn in the Flexmojos Wiki, guiding users to the new "How To >> > >> > Build" >> > >> > > > page. >> >> > >> > > > > > > 2011/3/1 PeZ <[email protected]> >> >> > >> > > > > > > > Hmm yep, I've checked out it from SVN. >> > >> > > > > > > > I'll try from GIT and tell you how it goes. >> >> > >> > > > > > > > Thanks. >> >> > >> > > > > > > > On 1 mar, 11:23, Christofer Dutz < >> > >> > [email protected]> >> > >> > > > > > > > wrote: >> > >> > > > > > > > > I just had a look at the source ot the >> > >> > > > > > > > > AsVmLauncherTest.java >> > >> > ... >> > >> > > > > > > > > Line 62 does not belong to method launch and never has >> > >> > > > > > > > > (At >> > >> > least >> > >> > > > not >> > >> > > > > > in >> > >> > > > > > > > the >> > >> > > > > > > > > GIT repository) >> > >> > > > > > > > > Just another question ... Did you eventually checkout >> > >> > > > > > > > > the >> > >> > code >> > >> > > > from >> > >> > > > > > SVN >> > >> > > > > > > > > Repository? This is extremely outdated, but was >> > >> > > > > > > > > something I >> > >> > also >> > >> > > > did >> > >> > > > > > as >> > >> > > > > > > > 80% >> > >> > > > > > > > > of the flexmojos wiki documents reference this. In >> > >> > > > > > > > > order to >> > >> > get >> > >> > > > the >> > >> > > > > > > > latest >> > >> > > > > > > > > version, you have to get the code from the GIT >> > >> > > > > > > > > repository. >> >> > >> > > > > > > > > Chris >> >> > >> > > > > > > > > 2011/3/1 PeZ <[email protected]> >> >> > >> > > > > > > > > > Hi, >> >> > >> > > > > > > > > > The path to the sources doesn't contain any >> > >> > > > > > > > > > whitespace. >> >> > >> > > > > > > > > > Here is a screenshot of the output : >> > >> > > > > > > > > >http://astrois.info/Capture.JPG >> >> > >> > > > > > > > > > Logs I've posted above are more detailled though. >> >> > >> > > > > > > > > > On 28 fév, 12:12, Christofer Dutz < >> > >> > > > [email protected]> >> > >> > > > > > > > > > wrote: >> > >> > > > > > > > > > > Hi PeZ, >> >> > >> > > > > > > > > > > I had some pretty similar trouble building >> > >> > > > > > > > > > > Flexmojos4 >> > >> > from >> > >> > > > GIT on >> > >> > > > > > a >> > >> > > > > > > > > > windows >> > >> > > > > > > > > > > machine if the path to the sources contained >> > >> > > > > > > > > > > whitespaces. >> > >> > > > > > > > > > > Unfortunately this is just a wild guess as I can't >> > >> > > > > > > > > > > access >> > >> > > > your >> > >> > > > > > image. >> >> > >> > > > > > > > > > > Chris >> >> > >> > > > > > > > > > > 2011/2/26 PeZ <[email protected]> >> >> > >> > > > > > > > > > > > Content of >> > >> > > > > > > > flexmojos-testing/flexmojos-tester/target/surefire-reports/ >> > >> > > > > > > > > > > > TestSuite.xml >> >> > >> > ------------------------------------------------------------------------------- >> > >> > > > > > > > > > > > Test set: TestSuite >> >> > >> > ------------------------------------------------------------------------------- >> > >> > > > > > > > > > > > Tests run: 21, Failures: 5, Errors: 0, Skipped: >> > >> > > > > > > > > > > > 1, Time >> > >> > > > > > elapsed: >> > >> > > > > > > > > > > > 75.199 sec <<< FAILURE! >> >> > >> > > > launch(org.sonatype.flexmojos.test.launcher.AsVmLauncherTest) >> > >> > > > > > Time >> > >> > > > > > > > > > > > elapsed: 0.513 sec <<< FAILURE! >> > >> > > > > > > > > > > > java.lang.AssertionError: expected:<true> but >> > >> > was:<false> >> > >> > > > > > > > > > > > at org.testng.Assert.fail(Assert.java:84) >> > >> > > > > > > > > > > > at >> > >> > org.testng.Assert.failNotEquals(Assert.java:438) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:32) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:42) >> > >> > > > > > > > > > > > at >> >> > >> > org.sonatype.flexmojos.test.launcher.AsVmLauncherTest.launch(AsVmLauncherTest.java: >> > >> > > > > > > > > > > > 62) >> >> > >> > > > launch(org.sonatype.flexmojos.test.launcher.AsVmLauncherTest) >> > >> > > > > > Time >> > >> > > > > > > > > > > > elapsed: 0.507 sec <<< FAILURE! >> > >> > > > > > > > > > > > java.lang.AssertionError: expected:<true> but >> > >> > was:<false> >> > >> > > > > > > > > > > > at org.testng.Assert.fail(Assert.java:84) >> > >> > > > > > > > > > > > at >> > >> > org.testng.Assert.failNotEquals(Assert.java:438) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:32) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:42) >> > >> > > > > > > > > > > > at >> >> > >> > org.sonatype.flexmojos.test.launcher.AsVmLauncherTest.launch(AsVmLauncherTest.java: >> > >> > > > > > > > > > > > 62) >> >> > >> > > > launch(org.sonatype.flexmojos.test.launcher.AsVmLauncherTest) >> > >> > > > > > Time >> > >> > > > > > > > > > > > elapsed: 0.505 sec <<< FAILURE! >> > >> > > > > > > > > > > > java.lang.AssertionError: expected:<true> but >> > >> > was:<false> >> > >> > > > > > > > > > > > at org.testng.Assert.fail(Assert.java:84) >> > >> > > > > > > > > > > > at >> > >> > org.testng.Assert.failNotEquals(Assert.java:438) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:32) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:42) >> > >> > > > > > > > > > > > at >> >> > >> > org.sonatype.flexmojos.test.launcher.AsVmLauncherTest.launch(AsVmLauncherTest.java: >> > >> > > > > > > > > > > > 62) >> >> > >> > > > launch(org.sonatype.flexmojos.test.launcher.AsVmLauncherTest) >> > >> > > > > > Time >> > >> > > > > > > > > > > > elapsed: 0.505 sec <<< FAILURE! >> > >> > > > > > > > > > > > java.lang.AssertionError: expected:<true> but >> > >> > was:<false> >> > >> > > > > > > > > > > > at org.testng.Assert.fail(Assert.java:84) >> > >> > > > > > > > > > > > at >> > >> > org.testng.Assert.failNotEquals(Assert.java:438) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:32) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:42) >> > >> > > > > > > > > > > > at >> >> > >> > org.sonatype.flexmojos.test.launcher.AsVmLauncherTest.launch(AsVmLauncherTest.java: >> > >> > > > > > > > > > > > 62) >> >> > >> > > > launch(org.sonatype.flexmojos.test.launcher.AsVmLauncherTest) >> > >> > > > > > Time >> > >> > > > > > > > > > > > elapsed: 0.508 sec <<< FAILURE! >> > >> > > > > > > > > > > > java.lang.AssertionError: expected:<true> but >> > >> > was:<false> >> > >> > > > > > > > > > > > at org.testng.Assert.fail(Assert.java:84) >> > >> > > > > > > > > > > > at >> > >> > org.testng.Assert.failNotEquals(Assert.java:438) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:32) >> > >> > > > > > > > > > > > at >> > >> > > > > > > > > > > > org.testng.Assert.assertTrue(Assert.java:42) >> > >> > > > > > > > > > > > at >> >> > >> > org.sonatype.flexmojos.test.launcher.AsVmLauncherTest.launch(AsVmLauncherTest.java: >> > >> > > > > > > > > > > > 62) >> >> > >> > > > > > > > > > > > On 26 fév, 13:52, PeZ <[email protected]> wrote: >> > >> > > > > > > > > > > > > Woops, forgot the attachment >> >> > >> >http://www53.zippyshare.com/i/11932247/11616/Capture.JPG >> >> > >> > > > > > > > > > > > > On 26 fév, 13:50, PeZ <[email protected]> wrote: >> >> > >> > > > > > > > > > > > > > I've taken a screenshot of the output console >> > >> > > > > > > > > > > > > > : >> >> > >> > > > > > > > > > > > > > This happens on Flexmojos tester API module. >> >> > >> > > > > > > > > > > > -- >> > >> > > > > > > > > > > > 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 >> >> ... >> >> plus de détails » > > -- > 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/ > -- 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/
