Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 23436 invoked from network); 4 Nov 2005 04:53:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Nov 2005 04:53:06 -0000 Received: (qmail 76125 invoked by uid 500); 4 Nov 2005 04:53:06 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 76094 invoked by uid 500); 4 Nov 2005 04:53:05 -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 76080 invoked by uid 99); 4 Nov 2005 04:53:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 20:53:03 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A510823B for ; Fri, 4 Nov 2005 05:03:51 +0100 (CET) Message-ID: <755662615.1131077031375.JavaMail.jira@ajax.apache.org> Date: Fri, 4 Nov 2005 05:03:51 +0100 (CET) From: "Peter lynch (JIRA)" To: ddlutils-dev@db.apache.org Subject: [jira] Created: (DDLUTILS-41) dropDatabase requires schema file for DdlToDatabaseTask Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N dropDatabase requires schema file for DdlToDatabaseTask ------------------------------------------------------- Key: DDLUTILS-41 URL: http://issues.apache.org/jira/browse/DDLUTILS-41 Project: DdlUtils Type: Bug Reporter: Peter lynch Assigned to: Thomas Dudziak Priority: Minor The Ant task documentation for dropDatabase states " This sub task does not require schema files. Therefore the fileset subelement and the schemaFile attribute can be omitted." However if you don't specify a schema file you get this on stdout: [ddlToDatabase] No schemas read, so there is nothing to do. So either it truly doesn't and it is a bug that the check is performed, or it does and docs are wrong. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira