BTW, you can try to create a new project using the following Maven command,

mvn archetype:create -DgroupId=test -DartifactId=demo \
   -DarchetypeArtifactId=tellurium-junit-archetype \
   -DarchetypeGroupId=org.telluriumsource \
   -DarchetypeVersion=0.7.0 \
   
-DarchetypeRepository=http://maven.kungfuters.org/content/repositories/releases


Then run the tests with an IDE or Maven command

mvn test

to see what happens.

Thanks,

Jian

2010/5/22 Jian Fang <[email protected]>

> Not really, but you can use Gmail account to chat with me. I will be online
> for a while.
>
> Thanks,
>
> Jian
>
> 2010/5/22 apal apal <[email protected]>
>
> it's the same as "localhost" since it's my local ip. I tried both but
>> not work too...
>> do u use any message tools like MSN?
>>
>> On 5月22日, 下午12时51分, Jian Fang <[email protected]> wrote:
>> > Why you use IP "192.168.1.60", is that your local IP or a remote IP?
>> >
>> > For embedded selenium server, you should use "localhost" and if you use
>> > remote selenium server, please read the following FAQ.
>> >
>> > http://code.google.com/p/aost/wiki/UserGuide070AppendixB#How_to_run_S.
>> ..
>> >
>> >
>> >
>> > On Sat, May 22, 2010 at 12:39 AM, apal apal <[email protected]>
>> wrote:
>> > > actrually I've changed both and met that error :-(
>> >
>> > > connector{
>> > >        //selenium server host
>> > >        //please change the host if you run the Selenium server
>> > > remotely
>> > > //        serverHost = "localhost"
>> > >                 serverHost = "192.168.1.60"
>> > >         //server port number the client needs to connect
>> > >        port = "4445"
>> > >        //base URL
>> > >         baseUrl = "http://localhost:8080";
>> > >        //Browser setting, valid options are
>> > >        //  *firefox [absolute path]
>> > >        //  *iexplore [absolute path]
>> > >        //  *chrome
>> > >        //  *iehta
>> > >        browser = "*iehta"
>> > >        //user's class to hold custom selenium methods associated with
>> > > user-extensions.js
>> > >        //should in full class name, for instance,
>> > > "org.telluriumsource.test.MyCommand"
>> > >        customClass = ""
>> >
>> > > --
>> > > You received this message because you are subscribed to the Google
>> Groups
>> > > "tellurium-users" group.
>> > > To post to this group, send email to [email protected]
>> .
>> > > To unsubscribe from this group, send email to
>> > > [email protected]<tellurium-users%[email protected]>
>> <tellurium-users%[email protected]<tellurium-users%[email protected]>
>> >
>> > > .
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/tellurium-users?hl=en.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "tellurium-users" group.
>> > To post to this group, send email to [email protected].
>> > To unsubscribe from this group, send email to
>> [email protected]<tellurium-users%[email protected]>
>> .
>> > For more options, visit this group athttp://
>> groups.google.com/group/tellurium-users?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "tellurium-users" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<tellurium-users%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/tellurium-users?hl=en.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" 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/tellurium-users?hl=en.

Reply via email to