> In vc-grails/lib I've to put all others jar, and change them everytime > something changes, manually. And also copy the html, css and js files > generated by gwt to vc-grails/web-app. Is there a way to automate this > process? Something like "before compile or run copy the necessary files from > the others projects". > > How do you "glue" your projects? >
What about ant? http://ant.apache.org/ http://grails.org/doc/1.0.x/guide/4.%20The%20Command%20Line.html What about gant? http://gant.codehaus.org/ Shouldn't be a problem! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
