On 26 avr, 23:52, jbdhl <[email protected]> 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 plugin did not create any build.xml like files. Also, I don't
Have a look into com.google.gwt.user.tools within gwt-user.jar for the build.xml template (project.ant.xmlsrc) Or read it online at: http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc > know how I could instruct eclipse (the google plugin?) to use the ant > builder. To me, the google eclipse plugin seems like a black-box. :-/ Go into the Project Properties -> Builders -> Add... -> Ant builder -- 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.
