Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running it locally #128

Open
masterdany88 opened this issue Jan 18, 2016 · 4 comments
Open

Running it locally #128

masterdany88 opened this issue Jan 18, 2016 · 4 comments

Comments

@masterdany88
Copy link

Hey. How can I run this project locally?

@olafleur
Copy link
Member

Hi @masterdany88 : you are right that for the moment, it's not obvious how this should be run.
Here is my configuration in IntelliJ if that can be of any help for you.

screen shot 2016-01-18 at 8 19 38 am

@masterdany88
Copy link
Author

Thanks. But this dosen't help me, cause I use Eclipse. Any chance to run with maven console?

@masterdany88
Copy link
Author

I've installed InteliJ. Here are my errorrs:
Information:Using javac 1.7.0_80 to compile java sources
Information:java: Errors occurred while compiling module 'website'
Information:18.01.16 15:12 - Compilation completed with 29 errors and 9 warnings in 1s 170ms
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/application/products/ProductsPresenter.java
Warning:(26, 46) java: com.gwtplatform.mvp.client.annotations.ContentSlot in com.gwtplatform.mvp.client.annotations has been deprecated
Warning:(41, 6) java: com.gwtplatform.mvp.client.annotations.ContentSlot in com.gwtplatform.mvp.client.annotations has been deprecated
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/PageNotFoundResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(23, 47) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/PageBeesResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(24, 47) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/AppResources.java
Error:(19, 36) java: package com.arcbees.gsss.grid.client does not exist
Error:(153, 18) java: package GridResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/AnimationsResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(24, 47) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/application/ApplicationPresenter.java
Warning:(25, 46) java: com.gwtplatform.mvp.client.annotations.ContentSlot in com.gwtplatform.mvp.client.annotations has been deprecated
Warning:(45, 6) java: com.gwtplatform.mvp.client.annotations.ContentSlot in com.gwtplatform.mvp.client.annotations has been deprecated
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/PageExpertisesResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(23, 47) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/PageServicesResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(23, 47) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/PageCareersResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(22, 47) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/PageHomeResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(23, 47) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/PageSupportResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(22, 47) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/ContactFormResources.java
Error:(19, 41) java: package com.arcbees.gsss.animation.client does not exist
Error:(23, 54) java: package AnimationResources does not exist
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/application/bees/BeesPresenter.java
Warning:(30, 46) java: com.gwtplatform.mvp.client.annotations.ContentSlot in com.gwtplatform.mvp.client.annotations has been deprecated
Warning:(46, 6) java: com.gwtplatform.mvp.client.annotations.ContentSlot in com.gwtplatform.mvp.client.annotations has been deprecated
Warning:(82, 9) java: clearSlot(java.lang.Object) in com.gwtplatform.mvp.client.PresenterWidget has been deprecated
Warning:(87, 9) java: clearSlot(java.lang.Object) in com.gwtplatform.mvp.client.PresenterWidget has been deprecated
Warning:(93, 9) java: setInSlot(java.lang.Object,com.gwtplatform.mvp.client.PresenterWidget<?>) in com.gwtplatform.mvp.client.PresenterWidget has been deprecated
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/resources/ResourceLoader.java
Error:(41, 36) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.AnimationsResources.Style
Error:(43, 34) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.PageHomeResources.Style
Error:(47, 37) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.PageCareersResources.Style
Error:(48, 38) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.PageServicesResources.Style
Error:(49, 40) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.PageExpertisesResources.Style
Error:(50, 37) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.PageSupportResources.Style
Error:(51, 38) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.PageNotFoundResources.Style
Error:(53, 37) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.ContactFormResources.Style
/home/korbeldaniel/Pobrane/arcbees-website-master/src/main/java/com/arcbees/website/client/application/bees/BeesView.java
Error:(73, 34) java: cannot find symbol
symbol: method ensureInjected()
location: interface com.arcbees.website.client.resources.PageBeesResources.Style

@olafleur
Copy link
Member

olafleur commented Feb 5, 2016

I think the essential part is that you have to have AppEngine setupped as a backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants