-
Notifications
You must be signed in to change notification settings - Fork 6
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
unsuccessfully trying to run this project to get a better understanding of gwtp #216
Comments
Hi @gautamaino ! I would suggest starting with the basic archetype when learning the basics of GWTP. We've made a few resources that may help you to learn GWTP. Don't hesitate if you have any other questions. |
Hi Olivier, Thanks for reverting back. I would like to start with building a more complex and complete app and I am a bit puzzled since the your website is a pure maven project and I Since I understand GWTP basics already pretty well I am trying my hand at Please advise. thanks, On Mon, Aug 1, 2016 at 7:23 AM, Olivier Lafleur [email protected]
|
Since you removed the AppEngine part, I guess you could just start the project with |
I did gwt:run after adding a runTarget configuration for root url i.e. / .. and the application starts .. but it never shows anything. Throws an exception in browser console Unexpected Token < .. Can't figure whats going wrong.. it runs the HomeServlet and produces the required html. |
Hi,
I am trying to learn and use GWTP. So far I have been very comfortable with Mvp4g.
To get started I decided to check out arcbees public website codebase from https://github.com/ArcBees/arcbees-website . I removed the GAE plugin for deployment and added a couple of repos in my settings.xml and the project is building fine.
The issue is when I am trying to run the project its throwing an error in chrome console Unexpected token < and thats it. No error message / nothing.. Since the project looks very well written I anticipated a better quality error message. Also it doesn't have a configuration to launch a local starting page. I added / to the gwt-maven-plugin and could launch.
Can anyone help me, may be from arcbees team ?
thanks a ton.
Gautam
The text was updated successfully, but these errors were encountered: