Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[corona-dev] Corona Project Container Chat

Title: Corona Project Container Chat

The code for the project container chat has been checked in. 

You must refresh the following projects:

org.eclipse.corona.project.container.view.
org.eclipse.corona.server.test.container.project.
org.eclipse.corona.model.container.

If you plan to use the GenericECF repository for your test, will have to start and ECF server.

This can be done as follows:

1) Open c:\eclipse\plugins\org.eclipse.ecf.server_0.8.9\conf\server.xml.  'c:\eclipse' should be replaced by the location where you installed eclipse.  'org.eclipse.ecf.server_0.8.9' should be replace by your version of ECF

2) Uncomment the 'connector' tag
3) Set 'hostname' to localhost
4) Duplicate <group name> line
5) In duplicated line change 'server' to 'corona'
6) Save changes.
7) From with Eclipse IDE goto RUN and create an 'Equinox OSGI Framework' entry.
8) Under plugins - NO Workspace plugins are required.
9) Under Arguments add: -console -clean
10) Click run
11) At the osgi prompt type: start org.eclipse.ecf.server.  The following lines should appear.
        ECF server created: ecftcp://localhost:3282/server
        ECF server created: ecftcp://localhost:3282/corona
12) Start your Corona test
13) Open the Project Container Explorer
14) Select CoronaDemo
15) Select the Chat tab in the Project Container View.
16) You should see the chat window.

Let me know of any problems or questions.

Jim Wright


The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top