monika0691 / emite

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

Problem with EmiteCoreExample #344

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to run EmiteCoreExample. I have Added the required lib's 
(emite-0.5.0.jar,suco-0.6.0.jar). Got the code for EmiteCoreExample from this 
link -- http://code.google.com/p/emite/wiki/EmiteCoreExample

attached snap shot speaks about the problem i am facing. please find the 
attachment and help me to come over this

Original issue reported on code.google.com by gurupras...@gmail.com on 1 Feb 2011 at 10:37

Attachments:

GoogleCodeExporter commented 9 years ago
It seems that you are writing  ... new Listener<Session.State> ... instead of 
new Listener<Session>
I hope it helps
Dani

Original comment by danigb on 1 Feb 2011 at 10:43

GoogleCodeExporter commented 9 years ago
Thanks ... ur solution works fine.
When i try to build the project I am getting the below error in console

Loading inherited module 'com.calclab.emite.core.EmiteCore'
   Loading inherited module 'com.calclab.suco.Suco'
      Loading inherited module 'com.allen_sauer.gwt.log.gwt-log'
         [ERROR] Unable to find 'com/allen_sauer/gwt/log/gwt-log.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
      [ERROR] Line 3: Unexpected exception while processing element 'inherits'

but the thing i dont have 'com.allen_sauer.gwt.log.gwt-log' in my gwt.xml ...

Original comment by gurupras...@gmail.com on 1 Feb 2011 at 10:55

GoogleCodeExporter commented 9 years ago
Since is an older version, maybe you have to add 
this:http://code.google.com/p/gwt-log/ to the classpath
We are working in the docs of the new 0.6.0 version...

Original comment by danigb on 1 Feb 2011 at 11:11

GoogleCodeExporter commented 9 years ago
I am using recent version (gwt-log-3.0.4.jar, gwt-dnd-2.6.5.jar), downloaded 
from the link u suggested only.  I am not sure from where compiler is getting 
com.allen_sauer.gwt.log.gwt-log" because i dont have any such inherits in my 
gwt.xml

Original comment by gurupras...@gmail.com on 1 Feb 2011 at 11:26

GoogleCodeExporter commented 9 years ago
Hey it is working for gwt-log-2.5.3.jar...thanks 

Original comment by gurupras...@gmail.com on 1 Feb 2011 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by danigb on 3 Feb 2011 at 4:00