This is now fixed in cvs and should be available too in the next nightly build (in a few minutes)
Thanks for the report, Gert ----- Original Message ----- From: "Aaron Jensen" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 7:12 AM Subject: RE: [NAntC-Dev] Fix: Using Output Attribute Instead of Inline Code Causes SQL Task to Fail > It only checks for inline SQL, > and not the existance of the output attribute. Oops. This should be "source attribute". That will probably help things make more sense. To further clarify, here is an example. This task works: <sql connstring="${server.connection}" transaction="true" delimiter="GO" delimstyle="Line"> CREATE DATABASE ${db.name}; GO </sql> While this task doesn't (a BuildException is thrown): <sql connstring="${db.connection}" transaction="true" delimiter="GO" delimstyle="Line" print="false" output="db.build.log" batch="false" source="create_table.sql" /> <:> Aaron Jensen <:> [EMAIL PROTECTED] <:> 760.431.9400 ext 421 <:> Financial Profiles <:> www.profiles.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer