RE: issues with SQL task and the PRINT statement in external .sql files

2008-04-18 Thread Nathan Hattala
Hey Steve, Sorry took so long to respond. After some testing with jdbc itself and trying the print statement this is what I have found. 1. what happens in -verbose mode? in -debug? In both of these modes it just does the same thing. It says zero rows affected. It will show the stateme

extracting revision number using ant-contrib regexp

2008-04-18 Thread mindspin311
I'm using ant-contrib's propertyregex task to try to extract a revision number from the repository without making any changes to a sandbox, so svn up is no good... I'm using this for the regexp attribute to parse the output of svn info: regexp="Path: ([^\.]*)\n