Re: The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version? gwt-servlet.jar

2022-11-16 Thread Jeff Hill
I used to see that when I was using a newer GWT version than what was checked into WEB-INF/lib jars... Try taking the gwt-servlet.jar from your GWT library and replacing the gwt-servlet.jar in your web app lib folder. (Eclipse used to have an autofix option that would do that for you). Jeff

Re: The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version? gwt-servlet.jar

2022-11-16 Thread Michael Conrad
DescriptionResourcePathLocationType The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version?gwt-servlet.jar/XXX/war/WEB-INF/libUnknownGoogle Web Toolkit Problem Thanks. Abdenour -- You received this message because you

Re: The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version? gwt-servlet.jar

2022-11-16 Thread Christian Nzhie
No one gave a try on this issue? On Thursday, June 7, 2018 at 9:51:33 AM UTC abdenour Bali wrote: > Has anybody ran through this error using GWT 2.7 > > Description Resource Path Location Type > The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK > library

The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version? gwt-servlet.jar

2018-06-07 Thread abdenour Bali
Has anybody ran through this error using GWT 2.7 Description Resource Path Location Type The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version? gwt-servlet.jar /XXX/war/WEB-INF/lib Unknown Google Web Toolkit

Re: RequestFactory -> ClassNotFound: JsonException but gwt-dev in WEB-INF/lib

2015-02-15 Thread andymel
> at >> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002) >> at >> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579) >> at >> org.apache.tomcat.util.net.

Re: RequestFactory -> ClassNotFound: JsonException but gwt-dev in WEB-INF/lib

2015-02-12 Thread Thomas Broyer
at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > I added the gwt-dev.jar in the WEB-INF/li

RequestFactory -> ClassNotFound: JsonException but gwt-dev in WEB-INF/lib

2015-02-11 Thread andymel
$SocketProcessor.run(JIoEndpoint.java:312) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) I added the gwt-dev.jar in the WEB-INF

Re: new in 2.4? "GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory"

2014-08-17 Thread Glyndwr Bartlett
Thanks Dominique :-) On Tuesday, 20 September 2011 01:57:07 UTC+10, cri wrote: > > I'm seeing this error in eclipse problems: > > GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib > directory > > Does anyone know whether this is new in GWT 2.4? I don&#x

Re: new in 2.4? "GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory"

2011-11-21 Thread Dominique L.
Try this: Select the warning/error, right click and choose "Quick fix" -> "Do not use the WAR directory for YourProject launching and deploying (this disables management of WEB-INF).". Click "Finish". That will create a file ".settings/ com.google.gdt.eclipse.core.prefs" : #Mon Nov 21 14:32:10

Re: new in 2.4? "GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory"

2011-10-06 Thread brent.r...@gmail.com
I've noticed this issue as well. I don't understand why eclipse GWT SDK just doesn't include the gwt-servlet.jar file there instead of needing to copy it over to WEB-INF/lib. The only way I get around this now is to make sure that my war/WEB-INF/lib directory doesn't have

new in 2.4? "GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory"

2011-09-19 Thread cri
I'm seeing this error in eclipse problems: GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory Does anyone know whether this is new in GWT 2.4? I don't recall seeing it before. I'm using gwt-maven-plugin and my pom file has gwt-servlet as a dependency. If I

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-31 Thread Bálint Kriván
a dependency and did a mvn clean gwt:compile package then > looked in the the generated war file's WEB-INF/lib and my dependency > was there. > > Very easy. I don't know if I'll run into problems as my app grows in > complexity but for a start I couldn't be hap

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread mortsahl
s, get rid of the sample code and start doing your own thing. First thing I did was just add a dependency and did a mvn clean gwt:compile package then looked in the the generated war file's WEB-INF/lib and my dependency was there. Very easy. I don't know if I'll run into pr

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Ezequiel Palumbo
en to organize my gwt project, everything works well but one > defect: Is there a way to copy all maven referenced jars to the > war/WEB-INF/lib? > > when i use maven POM to add a new depencies, i have to copy the jar and it's > dependent jar to WEB-INF/lib, usually i may forget c

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Gabriel Guerrero
Hi , first you need configured the war to plugin to use war as warSourceDirectory, after that use mvn war:inplace and that will copy the libraries to your lib folders, check the maven war plugin web page for more details, also I recommend to check the maven gwt puglin website, they have examples of

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Thomas Broyer
If you use Eclipse to launch the DevMode, see the FAQ for the Google Plugin for Eclipse . If you do not use Eclipse, I'd suggest you use the gwt-maven-plugin to launch the DevMode, it'll do what's necessary with your dependencies (I h

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Bálint Kriván
eferenced jars to the > war/WEB-INF/lib? > > when i use maven POM to add a new depencies, i have to copy the jar and > it's dependent jar to WEB-INF/lib, usually i may forget copying some, which > will lead to "no class def" error when i deliver the project to web serv

Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Mike.G
hi all: i'm using maven to organize my gwt project, everything works well but one defect: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib? when i use maven POM to add a new depencies, i have to copy the jar and it's dependent jar to WEB-INF/lib, usually i

Preventing gwt-servley.jar inside WebContent/WEB-INF/lib

2011-01-11 Thread Filipe Sousa
Hi, Is there any way to prevent the GWT plugin from putting the gwt-servlet.jar inside WebContent/WEB-INF/lib? I want to have this directory empty for fast deploys. Thanks, Filipe Sousa -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit&q

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-27 Thread Filipe Sousa
GWT projects, .jar files should eventually end up in war/WEB-INF/lib/, but > this lib/ dir is kind of dynamic as Eclipse automatically > copies relevant GWT and GAEjarsto it. Therefore, if lib/ was under > version control, its contents would likely be re-committed each time a > new de

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-27 Thread jbdhl
> Go into the Project Properties -> Builders -> Add... -> Ant builder Aha, interesting. Some questions pop to my mind: 1) Will the "Deploy App To App Engine" functionality in eclipse then automatically use this build.xml before uploading the contents? 2) Will eclipse be able to figure out which

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-26 Thread Ramon Buckland
aven completely automatize the delivery process , and you never have to > commit your librairies . > > regargs . > > 2010/4/26 jbdhl > > In GWT projects, .jar files should eventually end up in war/WEB-INF/ >> lib/, but this lib/ dir is kind of dynamic as Eclipse automatically

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-26 Thread Thomas Broyer
On 26 avr, 23:52, jbdhl wrote: > > You could add a "Builder" to your project, an Ant builder for > > instance, with a build.xml that copies the libs (just like the > > build.xml generated by the webAppCreator) > > I guess you are right, but I created my app using the eclipse plugin, > and that p

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-26 Thread jbdhl
> You could add a "Builder" to your project, an Ant builder for > instance, with a build.xml that copies the libs (just like the > build.xml generated by the webAppCreator) I guess you are right, but I created my app using the eclipse plugin, and that plugin did not create any build.xml like files

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-26 Thread Thomas Broyer
On Apr 26, 2:02 pm, jbdhl wrote: > My project *is* under version control, but WEB-INF/lib is not (it's > added to "svn ignore"). If lib/ was under version control, it would > require me to also store the GAE and GWT directory trees under version > control too,

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-26 Thread ponthiaux eric
Humm . Maven seems to be your solution . Take à look at http://maven.apache.org/ . Maven completely automatize the delivery process , and you never have to commit your librairies . regargs . 2010/4/26 jbdhl > In GWT projects, .jar files should eventually end up in war/WEB-INF/ > lib

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-26 Thread jbdhl
My project *is* under version control, but WEB-INF/lib is not (it's added to "svn ignore"). If lib/ was under version control, it would require me to also store the GAE and GWT directory trees under version control too, which I'm not particularly interested in. I just search

Re: Where to put jars for inclusion in WEB-INF/lib/?

2010-04-26 Thread Guilherme Mussi
Conrad Caine Media Applications GmbH Mobile: +55 53 91257012 Office: +55 53 30275721 "Any fool can know. The point is to understand." - Albert Einstein On Mon, Apr 26, 2010 at 8:39 AM, jbdhl wrote: > In GWT projects, .jar files should eventually end up in war/WEB-INF/ > lib/, but

Where to put jars for inclusion in WEB-INF/lib/?

2010-04-26 Thread jbdhl
In GWT projects, .jar files should eventually end up in war/WEB-INF/ lib/, but this lib/ dir is kind of dynamic as Eclipse automatically copies relevant GWT and GAE jars to it. Therefore, if lib/ was under version control, its contents would likely be re-committed each time a new developer commits

Re: How are the app engine jars in WEB-INF/lib/ upgraded?

2010-03-19 Thread jbdhl
Aaah, yes, you are absolutely right. Both the GWT and GAE jars are copied upon SDK selection. Problem solved. Thanks! :-) -- 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-tool...@googlegroups.

Re: How are the app engine jars in WEB-INF/lib/ upgraded?

2010-03-19 Thread Rajeev Dayal
Hi, Whenever you switch SDKs, the appropriate runtime jars for the SDK should be automatically copied into war/WEB-INF/lib for you. The copy happens on SDK switch; not on compilation. What version of the plugin are you using? Rajeev On Fri, Mar 19, 2010 at 10:36 AM, jbdhl wrote: > In a

How are the app engine jars in WEB-INF/lib/ upgraded?

2010-03-19 Thread jbdhl
In a GWT-only project, the correct gwt-servlet.jar is automatically copied to WEB-INF/lib when the project is compiled. That is a very nice behavior! However, the app engine jars does *not* seem to be copied to lib/ when compiling the project. Why not? How do I upgrade from one app engine version

Re: WEB-INF/lib

2009-11-30 Thread Rajeev Dayal
We also provide a validator (and an associated quick-fix) that verifies that all libraries on your build path exist in war/WEB-INF/lib. If a mismatch is detected, the quick-fix will give you the option to either copy the library over to war/WEB-INF/lib, or suppress the warning. Rajeev 2009/1

WEB-INF/lib

2009-11-23 Thread João Paulo Ferreira
Hi guys I'm new with GWT. I created a gwt projetc using the google plugin for gwt 1.7.1. After I added some jar's in war/WEB-INF/lib, I realized that this folder wasn't in the classpath, like in a regular web project. Then I tried to add the Web App Library, but this project wasn&

Re: FileNotFoundException while getting Resources from jar in WEB-INF/lib

2009-08-23 Thread 李静
Did you inherits the needed module to your module.gxt.xml 2009/8/24 ajaxDeveloper > > Hi, > > I my images and resource files are in the jar files which are deployed > to WEB-INF/lib folder. but when I want to access them from Servlet in > GWT I got FileNotFoundException. >

FileNotFoundException while getting Resources from jar in WEB-INF/lib

2009-08-23 Thread ajaxDeveloper
Hi, I my images and resource files are in the jar files which are deployed to WEB-INF/lib folder. but when I want to access them from Servlet in GWT I got FileNotFoundException. Please do help me how can I solve this issue I need urgent help. Regards

Re: [gwt] Re: GEP, war/WEB-INF/lib, and source control

2009-04-26 Thread Vitali Lovich
That's pretty much the approach I use. I prefer to keep the war/ directory as minimal as possible in terms of what is in source control. I keep only the web.xml & app HTML page. By default the war/ directory gets added to ignore because that is where generated resources are placed. Instead I pr

Re: [gwt] Re: GEP, war/WEB-INF/lib, and source control

2009-04-26 Thread Isaac Truett
Thanks. That is an interesting thread, although it seems to be addressing a separate need: multiple classpath definitions, which I think would be a big win for the GEP. I've been using multiple classpath definitions in my Ant build scripts for years. Usually there's a runtime classpath with JDBC

Re: [gwt] Re: GEP, war/WEB-INF/lib, and source control

2009-04-25 Thread Allen Firstenberg
There has also been some similar discussion in this thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/67cb7cdaefc8429f?tvc=2 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web

Re: GEP, war/WEB-INF/lib, and source control

2009-04-24 Thread Jason Parekh
in, like you mentioned, there's a chance for >> some conflicts.  In this case, you should also get a warning >> mentioning the SDK's JARs mismatch the war/WEB-INF/lib JARs, and there >> is a quick fix to copy from SDK to lib. >> >> jason >> >> On

Re: GEP, war/WEB-INF/lib, and source control

2009-04-24 Thread Isaac Truett
stalled SDK's JARs over to your lib directory. > > - If you do check them in, like you mentioned, there's a chance for > some conflicts.  In this case, you should also get a warning > mentioning the SDK's JARs mismatch the war/WEB-INF/lib JARs, and there > is a quick

Re: GEP, war/WEB-INF/lib, and source control

2009-04-24 Thread Jason Parekh
there's a chance for some conflicts. In this case, you should also get a warning mentioning the SDK's JARs mismatch the war/WEB-INF/lib JARs, and there is a quick fix to copy from SDK to lib. jason On Fri, Apr 24, 2009 at 1:10 PM, Isaac Truett wrote: > > When using GEP with

GEP, war/WEB-INF/lib, and source control

2009-04-24 Thread Isaac Truett
When using GEP with GWT and GAE support, is it expected that the jars the plugin automatically places in war/WEB-INF/lib will be committed to the source repository? I expected that they were placed there by one of the builders, so I left them out of my commit. When I check out the project to