google-code-export / emite

Automatically exported from code.google.com/p/emite
1 stars 0 forks source link

BROKEN RoomPresenter.java/PairChatPresenter.java from trunk (missing imports) #326

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download hablar from the trunk 
http://code.google.com/p/emite/source/browse/#svn/trunk/hablar and import it to 
eclipse

In the classes:
com.calclab.hablar.chat.client.ui.PairChatPresenter.java
com.calclab.hablar.rooms.client.HablarRooms.i18n.RoomPresenter.java

following imports cannot be resolved:

import com.calclab.emite.xep.delay.client.Delay;
import com.calclab.emite.xep.delay.client.DelayGinjector;
import com.calclab.emite.xep.delay.client.DelayManager;

Where can I find the missing packages?
Thanks.

Original issue reported on code.google.com by antoniamarino@yahoo.de on 17 Sep 2010 at 9:47

GoogleCodeExporter commented 9 years ago
You're right, you can try checking out "emite-lib" project and pointing to it, 
instead of "emite-snapshot.jar"
However some tests won't compile at all.
Dani, can you fix the test compilation with the new Emite version please?

Original comment by antonio....@gmail.com on 17 Sep 2010 at 10:04

GoogleCodeExporter commented 9 years ago
Thanks. It would be great if you could repair the hablar version in the trunk.
Regards.

Original comment by antoniamarino@yahoo.de on 17 Sep 2010 at 10:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1641.

Original comment by danigb on 17 Sep 2010 at 1:35