I have to do some shopping now - will look at the source code matter,
when i am back.
Cheers,
Ulrich
--
title+name: Dr. Ulrich Norbisrath
web: http://ulno.net; address+phone+fax: http://ulno.net/contact
google:unorb...@gmail.com; icq:46786247
mailto:u...@ulno.net
Framework files are updated.
F2FComputing.jar includes now also source files.
Keio
Regards
Ulrich
Ulrich and I have good news now.
We (mainly Ulrich) changed F2F project so that it can be exported in
Eclipse as an OSGi bundle and plugged to SIP-Communicator (SC) with very
few effort.
Here are the steps to get things working:
1. Set up SC with Eclipse
a) probably you already have done this, but still I will mention that
get and compile SC like described at
http://www.sip-communicator.org/index.php/Documentation/ConfigureEclipseNew
b) convert SC project into Plug-in project
right click on SC -> PDE Tools -> Convert Projects to Plug-in
Projects...
c) with previous step META-INF folder with file MANIFEST.MF should have
been created under SC project.
double-click on MANIFEST.MF, select Runtime view and add all
possible packages under Exported Packages button "Add"
(make sure that packages
net.java.sip.communicator.service.contactlist,
net.java.sip.communicator.service.contactlist.event,
net.java.sip.communicator.service.protocol,
net.java.sip.communicator.service.protocol.event are exported)
Now SC project should be ready!
2. Set up and run F2F project.
a) get F2F sources from SVN, url is
https://spontaneous-desktop-grid.googlecode.com/svn/java/F2F/
b) export F2F as OSGi bundle
right click on SC -> Export... -> select export format (look at
export-Select.jpg) -> select export destination so that it would point
to folder SC/sc-bundles/ (look at export-Destination.jpg) -> Finish
c) to run F2F with SC create a run configuration which main
configuration looks like on run-Main.jpg and arguments configuration
should look like on run-Arguments.jpg
Now you should be able to run it successfully.
Cheers,
Keio
VoviS wrote:
> Hello!
>
> Keio, how can we painless integrate SIP communicator and F2F
> framework. The question is I can't find a building script that
> makes something very similar to
> http://math.ut.ee/~keio/F2F/SIP+F2FComputing.zip
> <http://math.ut.ee/%7Ekeio/F2F/SIP+F2FComputing.zip> . The F2F, plugin
Cheers,
Ulrich
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
--
title+name: Dr. Ulrich Norbisrath
web: http://ulno.net; addr.+phone+fax+gpgkey: http://contact.ulno.net
googletalk/jabber:unorb...@googlemail.com; icq:46786247
mailto:u...@ulno.net
Ulrich
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
--
title+name: Dr. Ulrich Norbisrath
now that I have added a F2F button to SC contact's context menu (when this
button is pushed a test is made that checks if the contact has our framework
installed, previously this test was done automatically) SC project has to
export two additional packages:
net.java.sip.communicator.service.gui
net.java.sip.communicator.service.gui.event
Add theme to SC project's MANIFEST.MF Exported Packages part.
Keio
----- Original Message -----
From: "Ulrich Norbisrath" <unorb...@googlemail.com>
To: <spontaneous-...@googlegroups.com>
Sent: Monday, October 22, 2007 7:40 PM
Subject: Re: communication errors
>
I would like to mention that F2FDebug.println() method outputs data to
the window that is opened when the "Open Debug window" button is pushed.
Best,
Keio
Cheers,
Ulrich
--
title+name: Dr. Ulrich Norbisrath
I renamed our F2F project's build file from create-plugin.xml to
build.xml, because Eclipse didn't want to open old file with Ant Editor
in Windows.
Keio
Cheers,
Ulrich
I changed a bit our F2F project and SIP Communicator project so, that
F2F-messages would not be shown in SC chat windows in a better way.
To get it working you need to do following:
- get updates from SVN repositories;
- apply the patch file "Sip Communicator patch.txt" (it is located in
F2F project folder) as a patch to SC project in Eclipse (project context
menu -> Team -> Apply patch);
- build SC and F2F.
I also updated the Development Setup wiki page
(http://code.google.com/p/spontaneous-desktop-grid/wiki/DevelopmentSetup).
Best,
Keio