Re: Xslt troubles

2009-03-25 Thread Stefan Krause
-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

user@ant.apache.org

2009-02-26 Thread Stefan Krause
-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

[Fwd: antcall and ]

2009-02-15 Thread Stefan Krause
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

antcall and

2009-02-15 Thread Stefan Krause
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: