Thanks Bruno and Manolo!

When I compiled (from the GWT plugin to Eclipse) I got an error saying
my .xml file was missing the entry point element.

I worked around this by simply creating a dummy entry-point and was
able to move on.

Thanks again!

On Jul 19, 11:03 am, Nuno <[email protected]> wrote:
> If you create a new project with a module, dont add any entrypoint to this
> module.Then create all the composites you want in this module.
>
> after you may create a jar file of this project (to use anywhere) or you can
> just import this project into yours (click properties -> java build path ->
> projects and add your project - if you have the jar file click on libraries
> and add the jar.)
>
> Then just go to your gwt.xml file and add a line like:
>
> <inherits name="path.to.your.gwt.xml.File"/>
> the File is the name of the gwt.xml file.....
>
> example: if the path to gwt.xml file is:
>
> com.test.toolkit.Toolkit.gwt.xml
>
> put: => com.test.toolkit.Toolkit
>
> This way, you can create many modules in the toolkit project, and group the
> composites by functionality.
>
> []s,
>
> Bruno BIlescky
>
>
>
> On Sat, Jul 18, 2009 at 11:40 PM, ToddP <[email protected]> wrote:
>
> > I'm trying to create a stand alone composite widget and am totally
> > clueless as to how. I want to create a widget that will be able to be
> > used in any of my multiple GWT modules.
>
> > Every example on the web that I can find defines the composite in the
> > same module that displays the composite.  I need to see an example of
> > two modules, one defining the composite and one that consumes the
> > composite.
>
> > If anyone has an example or can point to a web article showing how,
> > I'd GREATLY appreciate it.
>
> > TIA
>
> --
> Quer aprender a programar? acompanhe:
> Wants to learn GWT? Follow this blog ->
>
> http://tcninja.blogspot.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to