DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10231>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10231 Need access to current file in SQLExec Summary: Need access to current file in SQLExec Product: Ant Version: 1.5Beta3 Platform: Sun OS/Version: Solaris Status: NEW Severity: Critical Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a build.xml file in a directory containing stored procedures. With the <fileset> tag I can stipulate the files to include and exclude in the processing. However, the sql statements that I want to process are of the form drop proc < current file> Which means that the '<current file>' name needs to be replaced with the next file name being processed. I followed a thread in the archives from April of last year in regards to token replacement in the <sql> tag, but I can not find any reference or documentation as to whether this was implemented. I need the funcitonality in order to use ant for the database build process. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
