-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It looks to me more like a bug in the stylesheet than like an ant
issue. Have you tried to run the stylesheet in a debugger or from
the command line?
Stefan Krause
Knuplesch, Juergen schrieb:
> Hello,
>
> I am using Saxon to run a spe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
If I define a property containig more than one "$", ant strips some
of them.
${test}
foo$bar -> foo$bar
foo$$bar -> foo$bar
foo$$$bar -> foo$$bar
foo$bar -> foo$$bar
Is there any trick to keep the ori
Sorry for the noise, the if-parameter must be
Stefan
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
Hello,
I recognized some strange behavior while calling a conditional target
with . The goal was a switch between different build modes.
Here's the code: