Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-05-18 Thread Carlos Silva
On Thu, May 17, 2012 at 8:19 PM, Assiya EL missweb...@gmail.com wrote:

 you must to create a web project and add jar of GWT2.4 and not create a
 project gwt with plugin  it is possible to have a war of the
 project with this step

 good luck


I create a normal GWT Application (from the Eclipse plugin). Then export
the src folder into a .jar file in war/WEB-INF/lib/ and then use the
warbuilder.xml available from this[1] site.
Works like a charm. :)


[1]
http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-05-18 Thread David Davila
Thank you Carlos, your info are very helpful, greetings from Ecuador !

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-05-17 Thread Davilin
Hi, I have the same trouble, can you solve it maybe? I'm trying, but there 
are no results... Thank you

-- 
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/-/nfnJ-uNNZjkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-05-17 Thread Davilin

Hi, I have the same trouble, can you solve it maybe? I'm trying, but there 
are no results... Thank you

-- 
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/-/iAGwmIfEI-4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-05-17 Thread Assiya EL
you must to create a web project and add jar of GWT2.4 and not create a
project gwt with plugin  it is possible to have a war of the
project with this step

good luck

2012/5/16 Davilin david.davila1...@gmail.com

 Hi, I have the same trouble, can you solve it maybe? I'm trying, but there
 are no results... Thank you

  --
 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/-/nfnJ-uNNZjkJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 

Assiya EL
Master Qualité du Logiciel



Plz consider environment - Only print this if necessary

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-04-17 Thread Magallo
Hi, I read this article about Deploy Module option. I know it's not 
completely in topic but it's regarding this.
I see that in Eclipse there is the possibility to deploy a war file just 
opening the context menu with right-click of the mouse on the module name 
file .java in the package explorer and choosing the Google Web 
Toolkit-Deploy module menu item. Doing this, Eclipse will automatically 
create a build.xml file. Then the build.xml script is generated and the 
package is created. This works but there is a problem. The file gwt-dev-jar 
is copied in the WEB-INF/lib directory and it is included in the war file. 
I know that gwt-dev.jar must not be deployed but for a reason that I don't 
uderstand, the buildprocess copies it. Why? AnywayI would like to 
change this build.xml file to make some customization, but every time I 
build choosing Google Web Toolkit-Deploy module from the context menu, 
it is deleted and re-generated so I can't edit it manually. Where I can set 
some customization so that the build.xml automatically generated does what 
I want? How can I customize it to exlude gwt-dev.jar? Please help.

-- 
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/-/6JUTht0Dxl4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2011-10-17 Thread sachin sreenivasan
Hi,

  I tried this but nothing seems to work. Can someone please send me a list
and order in which the softwares need to be installed? Or atleast some blog
/ website where the details are written clearly.

 This is what I did fyi.

On my laptop with windows 7, i first downloaded eclipse-jee-64 bit package
for Eclipse Indigo.
Then I went to the install software option and selected the GWT link for
Eclipse 3.7 and installed the JDK and GWT, a total of 3 packages were shown.
Dint select the Android option.
After the installation got completed, I restarted my eclipse and created a
new GWT project (Dynamic Web Project). I was able to see the design mode
properly.
But I did not see the deploy module option at all..

What am I doing wrong here? I tried installing this 2-3 times but no luck.
How can i see the Deploy Module option?

Regards,
Sachin

On Fri, Oct 14, 2011 at 11:38 PM, TBirch tjfbi...@bellsouth.net wrote:

 Hi Sachin,
 I believe I had the same issue when I first started working with
 Indigo and here is what I remember doing. I started over with a fresh
 download of Eclipse 3.7. Then I installed just the GWT sdk 2.4 through
 the Eclipse update function (not the designer or any other of the
 choices). At that point I checked and the option to deploy was there.
 Only then did I go back in to the Eclipse update function and add the
 additional features.

 On Oct 14, 2:57 am, sachin sreenivasan
 sachin.sreenivasa...@gmail.com wrote:
  Hi TBirch,
 
I tried that. Thats what I was doing in my prev GWT instance. But I am
 not
  seeing that now. Just want to explain a bit, I first downloaded
  Eclipse-Indigo-EE version. Then I went to the Install Software option and
  there I gave the link of GWT2.4 and selected the packages and installed.
 Is
  there something else I need to do? I am surprised that I am not seeing
 the
  Deploy Module option itself. Someone please advice.
 
  regards,
  Sachin
 
 
 
 
 
 
 
  On Thu, Oct 13, 2011 at 9:13 PM, TBirch tjfbi...@bellsouth.net wrote:
   Right click on your java module and then click on Google Web Toolkit
   at the top of the list. Deploy module should be last in the list.
 
   On Oct 13, 8:52 am, sachin sreenivasan
sachin.sreenivasa...@gmail.com wrote:
Hi,
 
   I just upgraded to Eclipse Indigo and installed the GWT 2.4. But I
did not see the Deploy Module option at all when I create a Dynamic
Web Project. I was using this option earlier to create a war file
which would also get moved to the tomcat webapps folder. But since I
am not seeing this option at all, I am not able to create a war file
at all. Can someone please help me with this?
 
Thanks,
Sachin
 
   --
   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
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.

 --
 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
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2011-10-14 Thread sachin sreenivasan
Hi TBirch,

  I tried that. Thats what I was doing in my prev GWT instance. But I am not
seeing that now. Just want to explain a bit, I first downloaded
Eclipse-Indigo-EE version. Then I went to the Install Software option and
there I gave the link of GWT2.4 and selected the packages and installed. Is
there something else I need to do? I am surprised that I am not seeing the
Deploy Module option itself. Someone please advice.

regards,
Sachin

On Thu, Oct 13, 2011 at 9:13 PM, TBirch tjfbi...@bellsouth.net wrote:

 Right click on your java module and then click on Google Web Toolkit
 at the top of the list. Deploy module should be last in the list.

 On Oct 13, 8:52 am, sachin sreenivasan
  sachin.sreenivasa...@gmail.com wrote:
  Hi,
 
 I just upgraded to Eclipse Indigo and installed the GWT 2.4. But I
  did not see the Deploy Module option at all when I create a Dynamic
  Web Project. I was using this option earlier to create a war file
  which would also get moved to the tomcat webapps folder. But since I
  am not seeing this option at all, I am not able to create a war file
  at all. Can someone please help me with this?
 
  Thanks,
  Sachin

 --
 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
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2011-10-14 Thread TBirch
Hi Sachin,
I believe I had the same issue when I first started working with
Indigo and here is what I remember doing. I started over with a fresh
download of Eclipse 3.7. Then I installed just the GWT sdk 2.4 through
the Eclipse update function (not the designer or any other of the
choices). At that point I checked and the option to deploy was there.
Only then did I go back in to the Eclipse update function and add the
additional features.

On Oct 14, 2:57 am, sachin sreenivasan
sachin.sreenivasa...@gmail.com wrote:
 Hi TBirch,

   I tried that. Thats what I was doing in my prev GWT instance. But I am not
 seeing that now. Just want to explain a bit, I first downloaded
 Eclipse-Indigo-EE version. Then I went to the Install Software option and
 there I gave the link of GWT2.4 and selected the packages and installed. Is
 there something else I need to do? I am surprised that I am not seeing the
 Deploy Module option itself. Someone please advice.

 regards,
 Sachin







 On Thu, Oct 13, 2011 at 9:13 PM, TBirch tjfbi...@bellsouth.net wrote:
  Right click on your java module and then click on Google Web Toolkit
  at the top of the list. Deploy module should be last in the list.

  On Oct 13, 8:52 am, sachin sreenivasan
   sachin.sreenivasa...@gmail.com wrote:
   Hi,

      I just upgraded to Eclipse Indigo and installed the GWT 2.4. But I
   did not see the Deploy Module option at all when I create a Dynamic
   Web Project. I was using this option earlier to create a war file
   which would also get moved to the tomcat webapps folder. But since I
   am not seeing this option at all, I am not able to create a war file
   at all. Can someone please help me with this?

   Thanks,
   Sachin

  --
  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
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How to create war file in GWT 2.4 / Eclipse Indigo

2011-10-13 Thread sachin sreenivasan
Hi,

   I just upgraded to Eclipse Indigo and installed the GWT 2.4. But I
did not see the Deploy Module option at all when I create a Dynamic
Web Project. I was using this option earlier to create a war file
which would also get moved to the tomcat webapps folder. But since I
am not seeing this option at all, I am not able to create a war file
at all. Can someone please help me with this?

Thanks,
Sachin

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to create war file in GWT 2.4 / Eclipse Indigo

2011-10-13 Thread TBirch
Right click on your java module and then click on Google Web Toolkit
at the top of the list. Deploy module should be last in the list.

On Oct 13, 8:52 am, sachin sreenivasan
sachin.sreenivasa...@gmail.com wrote:
 Hi,

    I just upgraded to Eclipse Indigo and installed the GWT 2.4. But I
 did not see the Deploy Module option at all when I create a Dynamic
 Web Project. I was using this option earlier to create a war file
 which would also get moved to the tomcat webapps folder. But since I
 am not seeing this option at all, I am not able to create a war file
 at all. Can someone please help me with this?

 Thanks,
 Sachin

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.