exoplatform / chat-application

Chat application
GNU Affero General Public License v3.0
38 stars 57 forks source link

Failed building the project #1

Closed kaffein closed 11 years ago

kaffein commented 11 years ago

Hi,

we tried to build the project according to the instructions you are providing on the README.md section. But we were not able to have it built correctly with maven due to the following error :

[ERROR]/home/kaffein/projects/chat-application/server/src/main/java/org/benjp/portlet/chat/ChatServer.java:[60,3] cannot find symbol symbol : class Route location: class org.benjp.portlet.chat.ChatServer

So it seems that the @Route annotation is not found within the project. Are there some dependencies that are missing ?

thanks,

benjp commented 11 years ago

Hi,

I've updated the readme with my last changes. The version you had was certainly based on a Juzu snapshot. I've updated the Chat app to Juzu 0.6.0-beta5.

Now, if you fork my project and update it or if you download the last tag (v0.4), it should work.

I hope it will work fine now.

Benj.

kaffein commented 11 years ago

Hi Benj.

thanks a lot : it rocks ;-)

A.