Re: using ant for non build tasks

2014-01-15 Thread Jay Bryant
wanted. It had some convenience tasks, too. Some of those tasks involved creating zip files, so I am sure you can make unzipping work, too. Jay Bryant On Jan 15, 2014 7:37 AM, "Mark Lybarger" wrote: > hi, > > i'm putting together a simple business "flow" process.

Re: Custom processor for Xslt task?

2006-12-30 Thread Jay Bryant
o applicable to Xslt. Trevor I get Ant to work with Saxon with tasks similar to this one: Jay Bryant Bryant Communication Services - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Custom processor for Xslt task?

2006-12-30 Thread Jay Bryant
On Dec 30, 2006, at 8:22 PM, Jay Bryant wrote: I get Ant to work with Saxon with tasks similar to this one: Disregarding my issue for a moment, I don't understand how this could possibly work. Okay, so the Saxon JAR is on the classpath. We could even assume it's the very f

Re: xslt version

2008-03-13 Thread Jay Bryant
You can also do it just by specifying the class path to Saxon, too. Here's one of my targets that does it: style="object-to-xsd.xsl" filenameparameter="filename" extension=".xsd"> FWIW and HTH Jay Bryant Bryant Communication Services ht