gwt-user from one version should generally be used with the gwt-dev of the same version, however there are many things in gwt-user that could work with other versions of gwt-dev, so you can extract the module you want from gwt-user 2.4 and add it to your project (or another JAR that you add as a dependency), and see if it works.
I'd strongly suggest that you always upgrade to the latest version of GWT though. On Saturday, March 31, 2012 6:42:17 PM UTC+2, apanizo wrote: > > Hi Joseph, > > thank you for your answer. > > Finally I used other framework that works on 2.1 but I´m still interested > for the future. > > If I understood you correctly you mean that I must download the code of > gwt 2.1, add the code of the validation module, and then, compile it using > ant. Is that correct? > > The only thing that I don´t understand when you said "facets". Did you > mean > this<http://www.eclipse.org/articles/Article-BuildingProjectFacets/tutorial.html> > ? > > Thank you in advance, > > Adolfo. > > 2012/3/30 Joseph Lust <[email protected]> > >> Do the projects you want to include depend on facets of GWT 2.4? Can you >> just download the src and build them using GWT 2.1, and then include that >> in your GWT 2.1 project? >> >> Sincerely, >> Joe >> >> -- >> 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/-/0-HBORAXV8sJ. >> 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. >> > > > > -- > El precio es lo que pagas. El valor es lo que recibes. > Warren Buffet > -- 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/-/CvOIZoEibOoJ. 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.
