Hi Chris, can you explain a bit more what the problem is : - sample build.xml, - error output, - output from ant -verbose - what should be corrected in your view, Antoine ----- Original Message ----- From: "Chris Doran" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, July 04, 2003 6:37 PM Subject: RE: Using <sql> task to create SQLServer stored procs
> I've now had a chance to try this, but the problem still exists. > > At 10:21 02/07/2003 -0700, you wrote: > >This issue has been fixed in ant 1.6 beta. Download a nightly build and your > >problem should be resolved. Here is the link to the bug in bugzilla... > > > >http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10719 > > > >-Rob A > > > >-----Original Message----- > >From: Chris Doran [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, July 02, 2003 9:15 AM > >To: [EMAIL PROTECTED] > >Subject: Using <sql> task to create SQLServer stored procs > > > > > >Hi All > > > >I've written a build.xml that retrieves several sqlserver scripts from a > >VisualSourceSafe repository. Each of these creates a stored procedure that > >contains microsoft specific wrapper code to drop the stored proc if it > >already exists before recreating it. In essence each script contains > >batches that are separated by the text 'GO'. > > > >Setting the src task delimiter attribute to 'GO' ensures each script runs > >correctly. > > > >However, when I view my stored procs via sqlserver's enterprise manager, > >each stored proc appears as a single line, making it difficult to read. > > > >Any way I can maintain the cr/lf's in the original script files ? > > > >Thanx > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
