Re: Created project, but there is no Build.xml

2011-01-19 Thread AmaraSat
Solved Thanks!! Just modified the class to implement ClickHandler Captured the onClick event to get the x and y coordinates tatsit!! On Jan 18, 5:23 pm, AmaraSat amara.forthewo...@gmail.com wrote: This is what i have: package com.google.gwt.sample.webapplication.client; public class

Re: Created project, but there is no Build.xml

2011-01-18 Thread AmaraSat
Hello Nacho, I need help with this, this is completely new issue. I am working on creating a popup menu whenever some one clicks on a cell in the table. I found this topic and trying to implement it http://groups.google.com/group/google-web-toolkit/browse_thread/

Re: Created project, but there is no Build.xml

2011-01-18 Thread Jeff Larsen
Does your class extend Composite? -- 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

Re: Created project, but there is no Build.xml

2011-01-18 Thread AmaraSat
This is what i have: package com.google.gwt.sample.webapplication.client; public class WebApplication implements EntryPoint { private static final int REFRESH_INTERVAL = 15000; private VerticalPanel mainPanel = new VerticalPanel(); private FlexTable propertyDisplayTable = new FlexTable();

Re: Created project, but there is no Build.xml

2011-01-17 Thread nacho
Try with this build.xml When you compile gwt first your java classes are compiled. ?xml version=1.0 encoding=utf-8 ? project name=MyProject default=war basedir=. !-- Configure path to GWT SDK -- property name=gwt.sdk location=/path/to/gwt-sdk / !-- SWT on Mac requires the

Re: Created project, but there is no Build.xml

2011-01-17 Thread amarasat
Thanks a lot Nacho, that helped!! On Jan 17, 9:08 am, nacho vela.igna...@gmail.com wrote: Try with this build.xml When you compile gwt first your java classes are compiled. ?xml version=1.0 encoding=utf-8 ? project name=MyProject default=war basedir=.   !-- Configure path to GWT SDK --  

Re: Created project, but there is no Build.xml

2011-01-17 Thread nacho
;) -- 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,

Re: Created project, but there is no Build.xml

2011-01-14 Thread amarasat
any other tools to build the java files? anyways i solved the problem by writing my own Build.Xml file and executing it with Ant Build of eclipse. On Jan 12, 1:14 pm, nacho vela.igna...@gmail.com wrote: In previuos releases of the sdk if you create your project using webAppCreator the build.xml

Re: Created project, but there is no Build.xml

2011-01-12 Thread jaybose
I don't know where you started, but I would suggest reading this document - http://code.google.com/webtoolkit/gettingstarted.html I use the Eclipse plugin, so I never see (or expect) a build.xml. On Jan 11, 11:19 am, AmaraSat amara.forthewo...@gmail.com wrote: Hello Everyone, I am working on

Re: Created project, but there is no Build.xml

2011-01-12 Thread nacho
In previuos releases of the sdk if you create your project using webAppCreator the build.xml was created. I believe that with gwt 2.1 must be created too. Try using that tool and then import your project to ecplise. -- You received this message because you are subscribed to the Google Groups

Created project, but there is no Build.xml

2011-01-11 Thread AmaraSat
Hello Everyone, I am working on eclipse until now, until yesterday when ever i create a project, i use to see this file Build.Xml. Modifying this file and including external jars has helped me a lot. But from today whenever i craete a new project, i no longer see Build.Xml file, that file is