Re: Looking for home for DBPatch Ant task

2008-04-22 Thread Andrus Adamchik
On Apr 22, 2008, at 11:54 AM, Stefan Bodewig wrote: * figure out how to release Get the Ant community more involved would be an important point here. Totally. I will need help from the Ant dev community with the release tasks. And also it goes without saying that if anyone is interested

Re: Looking for home for DBPatch Ant task

2008-04-22 Thread Stefan Bodewig
On Tue, 22 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > On Apr 22, 2008, at 7:31 AM, Stefan Bodewig wrote: >> * removed the tabs > > Doing Eclipse upgrades too often and losing preferences in the > process... I'll patch that. That's what a version controlled ~/.emacs.d directory is go

Re: Looking for home for DBPatch Ant task

2008-04-22 Thread Andrus Adamchik
On Apr 22, 2008, at 7:31 AM, Stefan Bodewig wrote: I've not created a trunk/tags structure for now since it may be a bit too much for a sandbox component. We could easily restructir it later. Excellent, thanks! * removed the @author tags - we don't use them in Ant I will do that. * remo

Re: Looking for home for DBPatch Ant task

2008-04-21 Thread Stefan Bodewig
On Fri, 18 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > Hi Stefan, > > I just checked in the DBPatch structure compatible with other Antlib > projects (generated using new Antlib build script). Here is the URL > to copy (that would become > "https://svn.apache.org/repos/asf/ant/sandbox/

Re: Looking for home for DBPatch Ant task

2008-04-18 Thread Andrus Adamchik
Hi Stefan, I just checked in the DBPatch structure compatible with other Antlib projects (generated using new Antlib build script). Here is the URL to copy (that would become "https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dbpatch/trunk ") : https://svn.apache.org/repos/asf/cayenne/s

Re: Looking for home for DBPatch Ant task

2008-04-15 Thread Stefan Bodewig
On Tue, 15 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > On Apr 15, 2008, at 7:26 AM, Stefan Bodewig wrote: >> >> Those Antlibs require three PMC members to support them in order to >> get any release done. > > Fair enough. I wasn't aware of the Antlibs subproject, but after > some diggi

Re: Looking for home for DBPatch Ant task

2008-04-15 Thread Andrus Adamchik
Hi Stefan, On Apr 15, 2008, at 7:26 AM, Stefan Bodewig wrote: Hi Andrus On Thu, 10 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: I developed an Ant task to maintain an evolving database schema via a series of SQL scripts called "db patches". Now looking for an advice from the Ant comm

Re: Looking for home for DBPatch Ant task

2008-04-14 Thread Stefan Bodewig
Hi Andrus On Thu, 10 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > I developed an Ant task to maintain an evolving database schema via > a series of SQL scripts called "db patches". Now looking for an > advice from the Ant community on what would be a good home for such > task. We've de

Re: Looking for home for DBPatch Ant task

2008-04-12 Thread ruel loehr
on that? > > Thanks, > Andrus Adamchik > > [1] http://svn.apache.org/repos/asf/cayenne/sandbox/DBPatch/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail

Looking for home for DBPatch Ant task

2008-04-10 Thread Andrus Adamchik
I developed an Ant task to maintain an evolving database schema via a series of SQL scripts called "db patches". Now looking for an advice from the Ant community on what would be a good home for such task. Some background... The task was developed by a single ASF committer (me) in the cours