On Wed, Oct 22, 2008 at 11:41 AM, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > >> Great, I've added a ticket already. The code would be helpful though >> :P. We'd like to start sending in patches when we find some things to >> change. > > OK, the code is there now, but what do you use to build your projects > usually? Do you use Maven or Ant? Personally, I prefer Maven....
It's not really there yet. I'd like to mirror the changes I went through in my private repository so other people can glean whatever they can from the revision history so what's there now is the very first version of my work. Do you know what svnsync does? The svnsync help says that the destination repository should be a "read-only mirror" of the source, but I'd like to switch to the public repository for future development. Can I svnsync and then start using it as a read-write repo? Does svnsync copy all the history, or just the current version? Does it track file moves like standard svn? As for build tools, I'm using Ant myself. Right now, my private copy of the data binding library is one piece of a big project so the build script is external to the data binding piece. I intend to get my revision history uploaded, then add a data binding-specific build scrip to the public repo. Ian --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
