Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 72188 invoked from network); 4 Jan 2006 17:55:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jan 2006 17:55:19 -0000 Received: (qmail 1693 invoked by uid 500); 4 Jan 2006 17:55:18 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 1671 invoked by uid 500); 4 Jan 2006 17:55:18 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 1659 invoked by uid 99); 4 Jan 2006 17:55:18 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of tomdzk@gmail.com designates 64.233.182.194 as permitted sender) Received: from [64.233.182.194] (HELO nproxy.gmail.com) (64.233.182.194) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 09:55:03 -0800 Received: by nproxy.gmail.com with SMTP id g2so1067070nfe for ; Wed, 04 Jan 2006 09:53:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eLtXCGx6n/trHmEODIxJneITIvOAWBXTjIjRS7hY3T1k65zC7/AdM9+C3+saqSk9+dfsLI8KHzUS+TlvZ52XQli5tt82XkxjWyanQ7dlh7I+6l0Bi9SBryQnfc4DlVe10omLKMwcT00bCkeNWllyzkWZSn/n6e6YknXcOd9i8+g= Received: by 10.48.218.18 with SMTP id q18mr665299nfg; Wed, 04 Jan 2006 09:53:41 -0800 (PST) Received: by 10.48.250.15 with HTTP; Wed, 4 Jan 2006 09:53:41 -0800 (PST) Message-ID: <224f32340601040953xd14140fq9a6aedd3f5bdaa96@mail.gmail.com> Date: Wed, 4 Jan 2006 18:53:41 +0100 From: Thomas Dudziak To: ddlutils-dev@db.apache.org Subject: Re: MySql Platform [Was Re: svn commit: r365722 - /db/ddlutils/trunk/src/test/org/apache/ddlutils/io/ConstraintsTestBase.java] In-Reply-To: <43BC094C.7070700@mvdb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <224f32340601031649v4fb78906oe349fef206f2617b@mail.gmail.com> <43BC094C.7070700@mvdb.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/4/06, Martin van den Bemt wrote: > I have too much machines and on those machines normally a checkout in my = IDE and in a different tree > and copying those profiles around is quite tedious. > There are no secrets in there, since the machine with all the databases i= s on an internal machine, > which I am using for testing. Basically it drills down to the default adm= in username with password > ddlutils. All these databases are purely dedicated to ddlutils :) I can s= imply copy the virtual > machine if I need such an installation for other purposes. Its only that I think this is confusing for users, esp. with two profiles folders (I put them in src/test because this folder is in the classpath anyway, so a -Djdbc.properties.file=3D/jdbc.properties.derby suffices). If you happen to have a local repository at hand, you could use that (putting the profiles next to DdlUtils) ? Not that I have a problem with them (though a different folder names, e.g. profile-samples might be helpful ?). Tom