Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Integrating third party libraries
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Frank  
View profile  
 More options May 14 2012, 6:59 pm
From: Frank <frank.wienb...@coremedia.com>
Date: Mon, 14 May 2012 15:59:56 -0700 (PDT)
Local: Mon, May 14 2012 6:59 pm
Subject: Re: Integrating third party libraries

Hi Roger,

never mind the time-out, the complete web-app has already been assembled.
If you have installed any local web-server, you can either set your document
root to include target/test-classes or copy everything under that folder
into
your web document root. Then, open
  http://localhost/<...whatever, maybe
empty...>/target/test-classes/tests.html,

Usually, you would set up a second project using the library and building as
a web-app, but I took the fast lane and told Maven that
KalturaClientSample.as
is test code. Then Maven + Jangaroo build a test web-app and try to run it
using Selenium, but I just wanted to run and debug it in the browser
"manually".

As said, you can ignore the time-out and open tests.html manually in
Firefox.
However, if you want Jangaroo tests to run automatically, you would have to
download Selenium 1 remote control (I think 1.0.3 is the latest version)
and start
its "server" with
   java -jar selenium-server.jar
Then, the Jangaroo test, instead of timing out, should contact this Selenium
server, which in turn fires up Firefox (or your default browser) to run
"tests.html".
Alternatively, you can install phantomjs, and the test should run there
(without starting any browser).

Have fun,
-Frank-

Thanks! I've managed to pull down jangaroo-tools and jangaroo-libs and

>> building the SNAPSHOT versions locally. I forked your kaltura project, but
>> when I go to build it, I'm running into the following Selenium error:

> ...

> It looks like a test is timing out? Or I haven't set something up
> correctly. I'm new to Selenium. I just downloaded the jar and ran it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.