> 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

Reply via email to