Re: webAppCreator + Maven = HTTP ERROR 404

2017-05-11 Thread Irek Szczesniak
ote: >> >> I think I should first say: >> >> mvn war:exploded >> >> And then: >> >> mvn gwt:devmode >> >> Is there some guide on how to use Maven with GWT? >> > > Add the "readme" template to webAppCreator. > You

Re: webAppCreator + Maven = HTTP ERROR 404

2017-05-08 Thread Thomas Broyer
On Sunday, May 7, 2017 at 10:28:00 PM UTC+2, Irek Szczesniak wrote: > > I think I should first say: > > mvn war:exploded > > And then: > > mvn gwt:devmode > > Is there some guide on how to use Maven with GWT? > Add the "readme" template to webAppCreato

Re: webAppCreator + Maven = HTTP ERROR 404

2017-05-07 Thread Irek Szczesniak
, but I wonder whether there is an easier way. Thanks & best, Irek W dniu niedziela, 7 maja 2017 21:20:26 UTC+2 użytkownik Irek Szczesniak napisał: > > Hi, > > I created a sample GWT project with the Maven template: > > ./gwt-2.8.1/webAppCreator -templates maven,sample -o

webAppCreator + Maven = HTTP ERROR 404

2017-05-07 Thread Irek Szczesniak
Hi, I created a sample GWT project with the Maven template: ./gwt-2.8.1/webAppCreator -templates maven,sample -out app com.example.app Then I want to run the dev mode: mvn gwt:devmode In the browser I get this error: HTTP ERROR 404 Problem accessing /app.html. Reason: Not Found I would

[gwt-contrib] Re: Time to remove GWT-RPC from WebAppCreator sample app?

2017-04-20 Thread Jens
sure Google would give you more insight into J2CL as they are also interested in porting their apps to J2CL so you should be able to create a plan. But to answer your question: I never really used WebAppCreator so personally I would just let it generate the project structure with a very simple

[gwt-contrib] Re: Time to remove GWT-RPC from WebAppCreator sample app?

2017-04-20 Thread Colin Alworth
Dissenting opinion, mostly for the sake of discussion (though I'll admit to being an RPC fanboy too): This came up in discussion in ##gwt today, from the other perspective - the stockwatcher app uses JsonpRequestBuilder, which is incompatible with JsType without some seriously fugly casts (as

[gwt-contrib] Time to remove GWT-RPC from WebAppCreator sample app?

2017-04-20 Thread Thomas Broyer
Should we start thinking about removing GWT-RPC from our sample app? (and probably tutorial on the web site) What would we replace it with though? I'd suggest plain old HTTP with JSON and JsInterop; but what about the server? Using HTTP POST with manually-encoded

Re: Can't build maven sample GWT app, generated by webAppCreator

2016-11-17 Thread vitrums
Problem was fixed by removing the .m2 directory and all its content and running *mvn package* in command prompt, therefore forcing maven to download them again. I assume, that the original corruption had something to do with eclipse. -- You received this message because you are subscribed to

Re: Can't build maven sample GWT app, generated by webAppCreator

2016-11-17 Thread vitrums
t.framework.TestCase.runBare(TestCase.java:141) > at junit.framework.TestResult$1.protect(TestResult.java:122) > at junit.framework.TestResult.runProtected(TestResult.java:142) > at junit.framework.TestResult.run(TestResult.java:125) > at junit.framework.TestCase.run(TestCase.java:129) &

Re: Can't build maven sample GWT app, generated by webAppCreator

2016-11-16 Thread vitrums
gAJ> webAppCreator -out foo -templates maven,sample,readme com.example.foo.Foo I ran "mvn clean" - no warnings. Then "mvn package" gives the same result: [INFO] Scanning for projects... [INFO]

Re: Can't build maven sample GWT app, generated by webAppCreator

2016-11-16 Thread Thomas Broyer
On Wednesday, November 16, 2016 at 4:10:04 PM UTC+1, vitrums wrote: > > [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ WebApp --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 5 source files to >

Can't build maven sample GWT app, generated by webAppCreator

2016-11-16 Thread vitrums
on about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException --- Using gwt-2.8.0. Followed the instructions on http://www.gwtproject.org/doc/latest/RefCommandLineTools.html#web

Re: GWT Maven project made with WebAppCreator don't work in devmode

2016-09-28 Thread Thomas Broyer
I answered on SO: https://stackoverflow.com/a/39750766/116472 On Wednesday, September 28, 2016 at 3:51:20 PM UTC+2, Vit Vyaz wrote: > > Hi, all > > > I have created a GWT project with maven configuration on this way: > > webAppCreator -out HelloWorldGWT -template

GWT Maven project made with WebAppCreator don't work in devmode

2016-09-28 Thread Vit Vyaz
Hi, all I have created a GWT project with maven configuration on this way: webAppCreator -out HelloWorldGWT -templates sample,maven,readme ua.vitvyaz.hellowordgwt.HelloWorldGWT I tried to run project on devmode: mvn gwt:devmode But in the browser I got: "HTTP ERROR 404 Pr

WebAppCreator failed

2013-05-08 Thread Nigel Smith
Hi, I'm running Eclipse Juno / WIndows 7 / Java jdk1.7.0_21 / GWT - 2.5.1 / App Engine 1.7.7 and I'm getting the Invocation of com.google.gwt.user.tools.WebAppCreator failed error message. A quick browse offered up 3 solutions as below, each of which I have tried to no avail. 1. Remove

modulename cannot contains hyphen - in WebAppCreator?!!

2012-05-18 Thread tong123123
WebAppCreator -maven -out test2 abc.com.a-1 return error 'abc.com.a-1' does not appear to be a valid fully-qualified java class name. in fact, I can success copy a gwt application to maven project, but the problem is now we need the artifactid id(and so the folder name) has hyphen

Re: modulename cannot contains hyphen - in WebAppCreator?!!

2012-05-18 Thread Thomas Broyer
On Friday, May 18, 2012 10:26:24 AM UTC+2, tong123123 wrote: WebAppCreator -maven -out test2 abc.com.a-1 return error 'abc.com.a-1' does not appear to be a valid fully-qualified java class name. in fact, I can success copy a gwt application to maven project, but the problem is now we

how to add resource folder to webappcreator (-maven) project

2011-07-04 Thread tanteanni
i need a resource folder (maven) in my project (created by webappcreator -maven). for some reason webappcreator didn't generate them. the problem is simply adding new folders doesn't work (in eclipse). the resource folders need special settings in java bild path/source. is there a way

why does webappcreator doesn't create resource-directories in -maven mode anymore?

2011-07-01 Thread tanteanni
is there a reason why webappcreator doesn't create a resource folder for maven? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/7AnFIj1b7fIJ

Mac terminal, getting a Permission Denied for webAppCreator

2011-06-25 Thread Bob
In Mac terminal, i am getting a Permission Denied when I try to run webAppCreator (part of Google Web Tool Kit). This is used to create starter applications for tutorials. I am accessing the correct file in the correct folder. Any ideas? Thanks! Bob -- You received this message because

Re: WebAppCreator

2011-05-11 Thread Nicolas
Thank you very much Rodrigo, i did create the project without problems. On Apr 28, 10:44 am, Rodrigo Chandia rchan...@google.com wrote: 'lib/junit-4.8.2' is a relative path and it is missing the .jar file extension. Whether webAppCreator can find it depends on your current directory when you

Re: WebAppCreator

2011-04-28 Thread Rodrigo Chandia
'lib/junit-4.8.2' is a relative path and it is missing the .jar file extension. Whether webAppCreator can find it depends on your current directory when you run it. If you prefer, you can specify the full path to ensure it will find the file, or make sure that 'dir lib' shows junit-4.8.2.jar

WebAppCreator

2011-04-25 Thread Nicolas
Hi, I'm trying to create a gwt project with webappcreator so i put on the command line: webAppCreator -junit lib/junit-4.8.2 -out workspace/MyApp com.example.app.MyApp The result is: File not found: lib/junit-4.8.2 My computer run on windows 7, path's environment value is: C:\Users\toh

[gwt-contrib] Re: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. (issue1407804)

2011-04-13 Thread rchandia
Submitted at r9973 http://gwt-code-reviews.appspot.com/1407804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. (issue1407804)

2011-04-11 Thread rchandia
http://gwt-code-reviews.appspot.com/1407804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. (issue1407804)

2011-04-11 Thread rchandia
http://gwt-code-reviews.appspot.com/1407804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. (issue1407804)

2011-04-11 Thread rchandia
http://gwt-code-reviews.appspot.com/1407804/diff/1/user/src/com/google/gwt/user/tools/templates/maven/pom.xmlsrc File user/src/com/google/gwt/user/tools/templates/maven/pom.xmlsrc (right):

[gwt-contrib] [google-web-toolkit] r9973 committed - Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196....

2011-04-11 Thread codesite-noreply
Revision: 9973 Author: rchan...@google.com Date: Mon Apr 11 13:05:14 2011 Log: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. Review at http://gwt-code-reviews.appspot.com/1407804 Review by: drfibona...@google.com http://code.google.com/p/google-web-toolkit

[gwt-contrib] Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. (issue1407804)

2011-04-08 Thread rchandia
Reviewers: drfibonacci, Description: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. Please review this at http://gwt-code-reviews.appspot.com/1407804/ Affected files: M user/src/com/google/gwt/user/tools/templates/maven/pom.xmlsrc Index: user/src/com/google/gwt/user

[gwt-contrib] Re: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. (issue1407804)

2011-04-08 Thread drfibonacci
see note re: gwt-maven-plugin version http://gwt-code-reviews.appspot.com/1407804/diff/1/user/src/com/google/gwt/user/tools/templates/maven/pom.xmlsrc File user/src/com/google/gwt/user/tools/templates/maven/pom.xmlsrc (right):

[gwt-contrib] Re: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. (issue1407804)

2011-04-08 Thread drfibonacci
LGTM w/ caveat: gwt-user.jar and gwt-dev.jar show up in target/www/WEB-INF/lib but shouldn't. This is a result of copyWebapp copying everything, including provided jars. Try gwt-maven-plugin 2.2.0-1 or specifically add gwt-user into the clean section. http://gwt-code-reviews.appspot.com/1407804/

[gwt-contrib] Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath (issue1393801)

2011-03-29 Thread rchandia
Reviewers: jlabanca, Description: Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath Please review this at http://gwt-code-reviews.appspot.com/1393801/ Affected files: M user/src/com/google/gwt/user/tools/WebAppCreator.java M user/test/com/google/gwt

[gwt-contrib] Re: Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath (issue1393801)

2011-03-29 Thread rchandia
http://gwt-code-reviews.appspot.com/1393801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9908 committed - Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fi...

2011-03-29 Thread codesite-noreply
Revision: 9908 Author: rchan...@google.com Date: Tue Mar 29 09:58:14 2011 Log: Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath Review at http://gwt-code-reviews.appspot.com/1393801 Review by: jlaba...@google.com http://code.google.com/p

[gwt-contrib] Re: Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath (issue1393801)

2011-03-29 Thread rchandia
Submitted as r9908 On 2011/03/29 18:25:08, rchandia wrote: http://gwt-code-reviews.appspot.com/1393801/diff/1/user/test/com/google/gwt/user/tools/WebAppCreatorTest.java File user/test/com/google/gwt/user/tools/WebAppCreatorTest.java (right):

webappcreator -maven error: com.google.gwt.junit.client.GWTTestCase can not be found in source packages.

2011-03-07 Thread tanteanni
i am trzing to generate a eclipsemaven project with webappcreator (webappcreator -noant -maven -out MyPeoject here.Myproject). Importing this in eclipse yields com.google.gwt.junit.client.GWTTestCase can not be found in source packages. Check the inheritance chain from your module; it may

[gwt-contrib] Re: WebAppCreator now has the ability to create apps from templates. (issue1371808)

2011-03-07 Thread rchandia
http://gwt-code-reviews.appspot.com/1371808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: WebAppCreator now has the ability to create apps from templates. (issue1371808)

2011-03-07 Thread rchandia
http://gwt-code-reviews.appspot.com/1371808/diff/1/user/src/com/google/gwt/user/tools/WebAppCreator.java File user/src/com/google/gwt/user/tools/WebAppCreator.java (right): http://gwt-code-reviews.appspot.com/1371808/diff/1/user/src/com/google/gwt/user/tools/WebAppCreator.java#newcode154

[gwt-contrib] Re: WebAppCreator now has the ability to create apps from templates. (issue1371808)

2011-03-07 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1371808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: WebAppCreator now has the ability to create apps from templates. (issue1371808)

2011-03-07 Thread zundel
http://gwt-code-reviews.appspot.com/1371808/diff/1003/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/client/_moduleShortName_.javasrc File user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/client/_moduleShortName_.javasrc (right):

[gwt-contrib] Re: WebAppCreator now has the ability to create apps from templates. (issue1371808)

2011-03-07 Thread rchandia
http://gwt-code-reviews.appspot.com/1371808/diff/1003/user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/client/_moduleShortName_.javasrc File user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/client/_moduleShortName_.javasrc (right):

[gwt-contrib] Re: WebAppCreator now has the ability to create apps from templates. (issue1371808)

2011-03-07 Thread rchandia
Submitted as of r9819 http://gwt-code-reviews.appspot.com/1371808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] WebAppCreator now has the ability to create apps from templates. (issue1371808)

2011-03-04 Thread rchandia
Reviewers: jlabanca, pdr, jwren, Description: WebAppCreator now has the ability to create apps from templates. It can also mix different templates to generate the sample app based on the value passed with a '-templates' parameter. The sample app has now been separated into five templates

[gwt-contrib] Re: Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates (issue1352807)

2011-02-16 Thread nchalko
lgtm Late http://gwt-code-reviews.appspot.com/1352807/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates (issue1352807)

2011-02-14 Thread rchandia
Reviewers: rjrjr, Nick Chalko, Description: Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates Fixes Issue 5950. Please review this at http://gwt-code-reviews.appspot.com/1352807/show Affected files: M user/src/com/google/gwt/user/tools

Re: [gwt-contrib] Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates (issue1352807)

2011-02-14 Thread Ray Ryan
LGTM On Mon, Feb 14, 2011 at 8:34 AM, rchan...@google.com wrote: Reviewers: rjrjr, Nick Chalko, Description: Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates Fixes Issue 5950. Please review this at http://gwt-code-reviews.appspot.com/1352807/show

[gwt-contrib] Re: Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates (issue1352807)

2011-02-14 Thread rchandia
Submitted as of r9736 http://gwt-code-reviews.appspot.com/1352807/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9644 committed - Fixes a javadoc typo in the app generated by WebAppCreator.

2011-01-27 Thread codesite-noreply
Revision: 9644 Author: rj...@google.com Date: Thu Jan 27 14:03:30 2011 Log: Fixes a javadoc typo in the app generated by WebAppCreator. http://code.google.com/p/google-web-toolkit/source/detail?r=9644 Modified: /trunk/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-12-09 Thread PeteUK
On Dec 8, 11:19 am, Rocky rocky...@gmail.com wrote: I have found a workaround on StackOverflow. It might've been my message that I posted here: http://stackoverflow.com/questions/4314870/gwt-webappcreator-creating-a-maven-project-the-source-attachment-does-not-contai I got a response from

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-12-09 Thread PeteUK
On Dec 8, 11:21 am, Rocky rocky...@gmail.com wrote: I have found a workaround on StackOverflow. Go take a look at GWT issue report, and star it please! http://code.google.com/p/google-web-toolkit/issues/detail?id=4853 Rade Starred! I'm glad to have got an explanation for the behaviour from

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-12-08 Thread Rocky
I have found a workaround on StackOverflow. Go here and take a look at GWT issue report, and star it please! http://code.google.com/p/google-web-toolkit/issues/detail?id=4853 On 7 дец, 18:09, Rocky rocky...@gmail.com wrote: I have very similar configuration and I get the same error. Have

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-12-08 Thread Rocky
I have found a workaround on StackOverflow. Go take a look at GWT issue report, and star it please! http://code.google.com/p/google-web-toolkit/issues/detail?id=4853 Rade On 7 дец, 18:09, Rocky rocky...@gmail.com wrote: I have very similar configuration and I get the same error. Have you

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-12-07 Thread Rocky
I have very similar configuration and I get the same error. Have you managed to resolve this issue? Rade On 28 нов, 23:50, PeteUK newbar...@gmail.com wrote: On Nov 28, 5:57 pm, Rajeev Dayal rda...@google.com wrote: If you look at Project Properties - Google - Web Toolkit, what is

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-11-28 Thread PeteUK
On Nov 22, 3:52 pm, pete superp...@geekcity.de wrote: A very simple receipe also is: 1) mvn archetype:generate - Select maven-archetype-gwt (currently nr. 46) 2) adjust gwt-version in pom.xml (and maybe other things if wanted) 3) mvn eclipse:eclipse 4) mvn gwt:eclipse 5) start eclipse -

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-11-28 Thread PeteUK
On Nov 22, 7:41 am, Manuel Carrasco Moñino man...@apache.org wrote: When using maven in eclipse, it is better to let maven to produce the eclipse stuff instead of webAppCreator using the undocumented option -XnoEclipse, and use the google eclipse plugin to launch the app in dev mode: 1

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-11-28 Thread Rajeev Dayal
Moñino man...@apache.org wrote: When using maven in eclipse, it is better to let maven to produce the eclipse stuff instead of webAppCreator using the undocumented option -XnoEclipse, and use the google eclipse plugin to launch the app in dev mode: 1.- webAppCreator -noant -maven -XnoEclipse

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-11-28 Thread PeteUK
On Nov 28, 5:57 pm, Rajeev Dayal rda...@google.com wrote: If you look at Project Properties - Google - Web Toolkit, what is mentioned for the GWT SDK? Also, if you navigate to Window - Show View - Error Log, do you see any errors listed there? Rajeev, The Web Toolkit in use is (specific SDK):

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-11-22 Thread pete
preferences - Google - Web Application Path and maybe SDK... (to match the pom) On Nov 22, 8:41 am, Manuel Carrasco Moñino man...@apache.org wrote: When using maven in eclipse, it is better to let maven to produce the eclipse stuff instead of webAppCreator using the undocumented option -XnoEclipse

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-11-21 Thread Manuel Carrasco Moñino
When using maven in eclipse, it is better to let maven to produce the eclipse stuff instead of webAppCreator using the undocumented option -XnoEclipse, and use the google eclipse plugin to launch the app in dev mode: 1.- webAppCreator -noant -maven -XnoEclipse com.example.MyApp 2.- You can use

webappcreator with -maven and Eclipse: output directories don't match

2010-11-18 Thread PeteUK
Hello, Using webappcreator with the new -maven option C:\MyAppwebAppCreator -noant -maven com.example.MyApp creates a pom.xml with outputDirectory specified under target/www: build !-- Generate compiled stuff in the folder used for developing mode -- outputDirectorytarget/www/WEB-INF

Re: webappcreator maven 2.1.0

2010-11-17 Thread PeteUK
On Nov 16, 11:45 pm, PeteUK newbar...@gmail.com wrote: Hello, Just got GWT 2.1.0 and used webappcreator with the -maven option. I've imported my project into Eclipse 3.6 (Helios). I know I'm probably being a bit dense, but how do I run/debug my application? If I right-click on my project

webappcreator maven 2.1.0

2010-11-16 Thread PeteUK
Hello, Just got GWT 2.1.0 and used webappcreator with the -maven option. I've imported my project into Eclipse 3.6 (Helios). I know I'm probably being a bit dense, but how do I run/debug my application? If I right-click on my project, under Run As I'm used to seeing Web Application but it isn't

[gwt-contrib] Re: Modifying WebAppCreator to include jars from the war/WEB-INF/lib folder on the Eclipse classpath... (issue976802)

2010-10-13 Thread jlabanca
committed as r9044 http://gwt-code-reviews.appspot.com/976802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9044 committed - Modifying WebAppCreator to include jars from the war/WEB-INF/lib folde...

2010-10-13 Thread codesite-noreply
Revision: 9044 Author: jlaba...@google.com Date: Wed Oct 13 05:26:50 2010 Log: Modifying WebAppCreator to include jars from the war/WEB-INF/lib folder on the Eclipse classpath when generating an Eclipse project view the ant build target eclipse.generate. Currently, if the user adds jars

[gwt-contrib] Modifying WebAppCreator to include jars from the war/WEB-INF/lib folder on the Eclipse classpath... (issue976802)

2010-10-11 Thread jlabanca
Reviewers: rchandia, Description: Modifying WebAppCreator to include jars from the war/WEB-INF/lib folder on the Eclipse classpath when generating an Eclipse project view the ant build target eclipse.generate. Currently, if the user adds jars to WEB-INF/lib (such as the DynaTableRf sample

[gwt-contrib] Re: Modifying WebAppCreator to include jars from the war/WEB-INF/lib folder on the Eclipse classpath... (issue976802)

2010-10-11 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/976802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

webAppCreator returns error

2010-10-01 Thread Blue
Hi, I just downloaded the latest GWT 2.0.4, and extracted to a folder. When I type in command webAppCreator -out MyApp com.mycompany.app.MyApp, it returns error: Exception in thread main java.lang.UnsupportedClassVersionError: com/ r version 49.0) at java.lang.ClassLoader.defineClass0

Re: webAppCreator returns error

2010-10-01 Thread Артём
Looks like you have an old JDK version. What java -version says? On Oct 1, 2:37 am, Blue briand...@gmail.com wrote: Hi, I just downloaded the latest GWT 2.0.4, and extracted to a folder. When I type in command webAppCreator -out MyApp com.mycompany.app.MyApp, it returns error: Exception

Re: webAppCreator returns error

2010-10-01 Thread Blue
. When I type in command webAppCreator -out MyApp com.mycompany.app.MyApp, it returns error: Exception in thread main java.lang.UnsupportedClassVersionError: com/ r version 49.0)         at java.lang.ClassLoader.defineClass0(Native Method)         at java.lang.ClassLoader.defineClass

Re: webAppCreator - No 'tomcat' Directory

2010-09-05 Thread Thomas Broyer
On Sep 4, 7:15 pm, Kenneth Jacker khjac...@gmail.com wrote: [ Ubuntu 10.4/64bit;  gwt-2.0.4;   tomcat-6.0.24 ] Still trying (via the command line) to get the production mode version of the Getting Started demo to work. When I run webAppCreator, I don't see any 'tomcat' directory. Just

Re: webAppCreator - No 'tomcat' Directory

2010-09-05 Thread Kenneth Jacker
On Sep 5, 8:01 am, Thomas Broyer t.bro...@gmail.com wrote: Why do expect a tomcat/ folder ...? Because something is missing/wrong in my setup, and I've seen a tomcat/ directory in GWT application structure examples in various references, e.g.,: * Dewsbury's _Google Web Toolkit Applications_,

Re: webAppCreator - No 'tomcat' Directory

2010-09-05 Thread Thomas Broyer
On Sep 5, 3:34 pm, Kenneth Jacker khjac...@gmail.com wrote: On Sep 5, 8:01 am, Thomas Broyer t.bro...@gmail.com wrote: Why do expect a tomcat/ folder ...? Because something is missing/wrong in my setup, and I've seen a tomcat/ directory in GWT application structure examples in various

webAppCreator - No 'tomcat' Directory

2010-09-04 Thread Kenneth Jacker
[ Ubuntu 10.4/64bit; gwt-2.0.4; tomcat-6.0.24 ] Still trying (via the command line) to get the production mode version of the Getting Started demo to work. When I run webAppCreator, I don't see any 'tomcat' directory. Just this stuff: build.xml MyTest.launch README.txt src/ test

[gwt-contrib] [google-web-toolkit] r8207 committed - This patch adds to webAppCreator the ability to create maven configura...

2010-05-25 Thread codesite-noreply
Revision: 8207 Author: jlaba...@google.com Date: Tue May 25 06:21:53 2010 Log: This patch adds to webAppCreator the ability to create maven configuration file (issue 4878). Also fixes issue 4652 where build.xml compiles test classes in the same directory as the source. Adds tests

'webAppCreator' is not recognized as an internal or external command

2010-05-24 Thread Troy
Hello everyone, I'm having an issue with the webAppCreator in Windows Vista. I have added a new user variable to my Environment Variables and I'm still getting this error: 'webAppCreator' is not recognized as an internal or external command. In my User Variables I'm adding: Variable Name: Path

[gwt-contrib] Fixes a bug with the path to allow the default JUnit test created by WebAppCreator to invoke the... (issue552801)

2010-05-24 Thread jlabanca
Reviewers: Dan Rice, Description: Fixes a bug with the path to allow the default JUnit test created by WebAppCreator to invoke the service. GWT.getModuleBaseURL necessarily returns a url with a trailing slash. Adding an additional slash makes the url invalid. Please review this at http://gwt

[gwt-contrib] webAppCreator, create maven configuration file (pom.xml) (issue397801)

2010-04-22 Thread manuel . carrasco . m
Reviewers: jlabanca, Description: This patch - Adds to webAppCreator the ability to create maven configuration file: Issue_4878 - Fixes the Issue_4652 build.xml: compiles test classes in the same directory as the source - Adds tests to WebAppCreator Please review this at http://gwt-code

[gwt-contrib] Re: webAppCreator, create maven configuration file (pom.xml) (issue397801)

2010-04-22 Thread jat
Mostly LGTM A couple of nits, and one more significant. http://gwt-code-reviews.appspot.com/397801/diff/1/3 File user/src/com/google/gwt/user/tools/README.txtsrc (right): http://gwt-code-reviews.appspot.com/397801/diff/1/3#newcode75 user/src/com/google/gwt/user/tools/README.txtsrc:75: have

[gwt-contrib] Re: webAppCreator should create new projects in standards mode

2010-01-15 Thread jgw
On 2010/01/14 22:15:13, jlabanca wrote: LGTM. http://gwt-code-reviews.appspot.com/130809 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7410 committed - New apps created with webAppCreator now defaults to standards mode....

2010-01-15 Thread codesite-noreply
Revision: 7410 Author: jlaba...@google.com Date: Fri Jan 15 10:33:21 2010 Log: New apps created with webAppCreator now defaults to standards mode. Patch by: jlabanca Review by: jgw http://code.google.com/p/google-web-toolkit/source/detail?r=7410 Modified: /trunk/user/build.xml /trunk/user

[gwt-contrib] webAppCreator should create new projects in standards mode

2010-01-14 Thread jlabanca
Reviewers: jgw, Description: webAppCreator currently creates new projects in quirks mode with a warning at the top of the hosted.html page that using quirks mode may not work. Since we (Joel) did a bunch of work on the LayoutPanels (which only work in standards mode), we should default

[gwt-contrib] Re: Adds non-trivial tests and more to new webAppCreator projects

2010-01-06 Thread jgw
On 2009/12/14 22:41:07, jlabanca wrote: @jgw - want to make sure you saw this review LGTM. http://gwt-code-reviews.appspot.com/121801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds non-trivial tests and more to new webAppCreator projects

2009-12-14 Thread jlabanca
@jgw - want to make sure you saw this review http://gwt-code-reviews.appspot.com/121801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Adds non-trivial tests and more to new webAppCreator projects

2009-12-10 Thread jlabanca
Reviewers: jgw, Description: Currently, webAppCreator creates a default TestCase that has a single, trivial testSimple method that calls assertTrue(true). This is a problem because: 1. It doesn't test anything in src/ (we almost didn't catch an error in webAppCreator because of this) 2

[gwt-contrib] webAppCreator and RpcServerTemplate.javasrc

2009-12-05 Thread Sami Jaber
All, I know that post RC 2 rules disallow to get last minute modification into the 2.0 release. However, this modification would be slightly minor and won't imply any side-effect issues. webAppCreator is used in the GPE Plugin and in command line mode, this tool is very important. We all agree

Re: [gwt-contrib] webAppCreator and RpcServerTemplate.javasrc

2009-12-05 Thread John Tamplin
On Sat, Dec 5, 2009 at 4:36 AM, Sami Jaber sami.ja...@gmail.com wrote: I know that post RC 2 rules disallow to get last minute modification into the 2.0 release. However, this modification would be slightly minor and won't imply any side-effect issues. webAppCreator is used in the GPE Plugin

[gwt-contrib] Re: webAppCreator and RpcServerTemplate.javasrc

2009-12-05 Thread Bruce Johnson
be slightly minor and won't imply any side-effect issues. webAppCreator is used in the GPE Plugin and in command line mode, this tool is very important. We all agree that deRPC is aimed at replacing RPC 1.0. So why not generating the Greeting sample with RpcService and RpcServlet classes ? GPE

Re: [gwt-contrib] Re: webAppCreator and RpcServerTemplate.javasrc

2009-12-05 Thread Sami Jaber
: On Sat, Dec 5, 2009 at 4:36 AM, Sami Jaber sami.ja...@gmail.com wrote: I know that post RC 2 rules disallow to get last minute modification into the 2.0 release. However, this modification would be slightly minor and won't imply any side-effect issues. webAppCreator is used in the GPE

[gwt-contrib] Remove startOnFirstThread references from webAppCreator

2009-11-18 Thread amitmanjhi
value=true/ Index: user/src/com/google/gwt/user/tools/WebAppCreator.java --- user/src/com/google/gwt/user/tools/WebAppCreator.java (revision 6618) +++ user/src/com/google/gwt/user/tools/WebAppCreator.java (working copy) @@ -228,10 +228,6 @@ public final class WebAppCreator

[gwt-contrib] Re: Remove startOnFirstThread references from webAppCreator

2009-11-18 Thread jat
LGTM, but I haven't tested it http://gwt-code-reviews.appspot.com/103808 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Remove startOnFirstThread references from webAppCreator

2009-11-18 Thread Amit Manjhi
I tested it on Mac and on Linux. On Wed, Nov 18, 2009 at 11:28 AM, j...@google.com wrote: LGTM, but I haven't tested it http://gwt-code-reviews.appspot.com/103808 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Remove startOnFirstThread references from webAppCreator

2009-11-18 Thread Amit Manjhi
thanks! commited as r6993 (trunk) and r6994 (2.0). On Wed, Nov 18, 2009 at 11:31 AM, Amit Manjhi amitman...@google.com wrote: I tested it on Mac and on Linux. On Wed, Nov 18, 2009 at 11:28 AM, j...@google.com wrote: LGTM, but I haven't tested it

[gwt-contrib] [google-web-toolkit] r7019 committed - Rolled junitCreator into webAppCreator....

2009-11-18 Thread codesite-noreply
Revision: 7019 Author: amitman...@google.com Date: Wed Nov 18 17:52:02 2009 Log: Rolled junitCreator into webAppCreator. Patch by: amitmanjhi Review by: rjrjr (desk review) http://code.google.com/p/google-web-toolkit/source/detail?r=7019 Added: /trunk/user/src/com/google/gwt/user/tools/JUnit

[gwt-contrib] [google-web-toolkit] r6796 committed - webAppCreator should have a devmode target, not devMode. Needless...

2009-11-10 Thread codesite-noreply
Revision: 6796 Author: fabb...@google.com Date: Tue Nov 10 10:09:58 2009 Log: webAppCreator should have a devmode target, not devMode. Needless modifiers cause RSI, and, even worse, annoy Andrew and Bruce. Review by: kprobst http://code.google.com/p/google-web-toolkit/source/detail?r=6796

WebAppCreator class not found v.1.7.0+

2009-10-30 Thread Shmaff
How is it that when I follow the instructions @ http://code.google.com/webtoolkit/gettingstarted.html#New I get: [Snow Leopard Terminal] computer:trunk user$ webAppCreator -out MyApplication www.companyname.MyApplication usage: dirname path Exception in thread main

WebAppCreator fails with Elipse because of special character in project name

2009-10-05 Thread BanZZaï
Hi everyone, I just want to help people so please don't mind me for not taking the time to check if the bug is already known or not. Just wanted to tell you that I couldn't create a project with the character ä in the name. With Eclipse 3.5 and gwt 1.6.4 or 1.7.1. There might be a reason, a

Re: WebAppCreator fails with Elipse because of special character in project name

2009-10-05 Thread Jason Parekh
Hi, thanks for reporting the issue. There didn't seem to be a bug open, so I've created one at http://code.google.com/p/google-web-toolkit/issues/detail?id=4109 Thanks, jason On Mon, Oct 5, 2009 at 4:26 AM, BanZZaï gregory.jour...@gmail.com wrote: Hi everyone, I just want to help people so

webAppCreator command not found

2009-09-11 Thread l...@fishbytedesign.com
I downloaded and configured Apache Ant. I downloaded GoogleWebToolkit. I was able to load, view (hosted and web based), and modify the samples. But when I try to load the webAppCreator: webAppCreator -out MyApplication com.mycompany.MyApplication, I get -bash: webAppCreator: command not found. I

Re: webAppCreator command not found

2009-09-11 Thread Sandman
might want to add the above line in .bashrc / .profile etc... Alternatively, you can use ./webAppCreator which will tell bash to execute webAppCreator from the current directory. But this would mean that for every application you want to create you will need to navigate to the GWT directory

Re: webAppCreator

2009-07-15 Thread akvarelli
Thank's a lot. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to

  1   2   >