You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/21 12:35:23 UTC

BugRat Report #419 has been filed.

Bug report #419 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/419>

REPORT #419 Details.

Project: Ant
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: critical
Confidence: public
Environment: 
   Release: 1.2
   JVM Release: 1.3.0_01
   Operating System: Windows
   OS Release: NT4
   Platform: Intel

Synopsis: 
build sql script fail with print="true" attribute

Description:
Defined a build.xml file, with sql 'Built in tasks', and setting the print attribute to 'true', will cause the src="scripts.sql" to fail, because on HypersonicSQL Console the first statement (from scripts.sql) is loaded, the connection is closed, and the second statement want to be loaded but the connection is closed, then fail.
Flollowing the ant stacktrace, the ant want to print the DatabaseMetadata, but the connection is closed.