Re: SQL task and resource collections ...

2008-02-27 Thread Matt Benson
--- John Shott <[EMAIL PROTECTED]> wrote: > Matt: > > Thanks for your quick response ... I had been > unaware of the > task/condition and will begin > reading up on it > immediately as that is clearly a useful feature in > cases such as this one. > > I particularly appreciate the fact that y

Re: SQL task and resource collections ...

2008-02-26 Thread John Shott
Matt: Thanks for your quick response ... I had been unaware of the task/condition and will begin reading up on it immediately as that is clearly a useful feature in cases such as this one. I particularly appreciate the fact that you and Steve have both taken the time to look into my particu

RE: SQL task and resource collections ...

2008-02-26 Thread Chun Ji
: SQL task and resource collections ... Steve: Thanks for your informative response and your suspicion that I may have a problem with the size() of my fileset. Since I can't seem to find a simple method of trying to test the size of my fileset, in advance of my call of the sql task, I&#

Re: SQL task and resource collections ...

2008-02-26 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > Pardon the top post, all. > > We have had trouble here and there with the > difference > between "no resources specified" (an error to be > reported) and "no resources found" (usu. ignore and > continue). This sounds like that kind of situation > and

Re: SQL task and resource collections ...

2008-02-26 Thread Matt Benson
Pardon the top post, all. We have had trouble here and there with the difference between "no resources specified" (an error to be reported) and "no resources found" (usu. ignore and continue). This sounds like that kind of situation and I will try to look into it. As for your question about an e

Re: SQL task and resource collections ...

2008-02-26 Thread John Shott
Steve: Thanks for your informative response and your suspicion that I may have a problem with the size() of my fileset. Since I can't seem to find a simple method of trying to test the size of my fileset, in advance of my call of the sql task, I've now tried to modify my target to first crea

Re: SQL task and resource collections ...

2008-02-26 Thread Steve Loughran
John Shott wrote: Ant community: I'm trying to upgrade my build.xml to be ant 1.7.0 compatible and seem to be stumbling on changes in the SQL task related to resource collections. I have been trying: keepformat="true" delimiter="/" escapeprocessing="false" print="true"

SQL task and resource collections ...

2008-02-25 Thread John Shott
Ant community: I'm trying to upgrade my build.xml to be ant 1.7.0 compatible and seem to be stumbling on changes in the SQL task related to resource collections. I have been trying: keepformat="true" delimiter="/" escapeprocessing="false" print="true" onerror="conti