> Ok, I think the issue was that I had fixed my ANT file (which had been
> setting the param incorrectly) but there was some kind of up-to-date
> check, and since neither the source XML nor the XSLT files had changed
> the output xml wasn't getting regenerated.
Right. does a timestamp check. Use
Ok, I think the issue was that I had fixed my ANT file (which had been
setting the param incorrectly) but there was some kind of up-to-date
check, and since neither the source XML nor the XSLT files had changed
the output xml wasn't getting regenerated.
Dominique Devienne wrote:
I'm using the
> I'm using the XSLT task from within ANT; and can't seem to get the
> parameter to work as it seems it should.
>
> When I open the output xml; the params have been set to the strings
> "props.prop1" and "props.prop2" instead of the runtime values. Am I
> doing something wrong? Any help would be
I'm using ANT 1.6.5; Java 1.5.0_04; Win 2000 sp4.
I'm using the XSLT task from within ANT; and can't seem to get the
parameter to work as it seems it should. After trying to
look it up I haven't been able to find anything useful in explaining
it. Basically I have: