Re: extended xslt task - use URIResolvers to create DependSet

2008-11-01 Thread Robert Koberg
On Nov 1, 2008, at 12:48 AM, Robert Koberg wrote: I can't find 'org.apache.env.Which diagnostics' -- the closest thing I can find is Xalan (of which I have the latest in the ant lib dir). I did find this when I checked out commons-xml and built it. Don't know if this provides more info (or

Re: extended xslt task - use URIResolvers to create DependSet

2008-10-31 Thread Robert Koberg
BTW, here is the output from ant -diagnostics. As I mentioned before, I do have the class (org.apache.tools.ant.taskdefs.optional.CachingTraXLiaison) that is not being found in the ant-nodeps.jar (I even unzipped it to check). I modified the org.apache.tools.ant.taskdefs.XSLTProcess to choo

Re: extended xslt task - use URIResolvers to create DependSet

2008-10-31 Thread Robert Koberg
Hi, I am trying to test out the caching for the xslt task, but running into some basic problem. I have built ant to include my code changes and additions. But, I am getting a class not found exception. The ant- nodeps.jar in the dist/lib dir contains the class that is not being found. I do

Re: extended xslt task - use URIResolvers to create DependSet

2008-10-28 Thread Robert Koberg
Hi again, What do you think about using a xml cache file like below (xml instance followed by XML schema). Since the same XSL (xsl:include/ xsl:import) and XML (from the doc/document function) files can be used in several different, it would make sense to allow the cache file to be reused

Re: extended xslt task - use URIResolvers to create DependSet

2008-10-27 Thread Dominique Devienne
On Mon, Oct 27, 2008 at 11:51 AM, Robert Koberg <[EMAIL PROTECTED]> wrote: > I would love to use a properties implementation that [...] > Is something like this available now in Ant? Maybe not exactly what you want, but have a look at PropertySet (and ). > If not, would the commons configuratio

Re: extended xslt task - use URIResolvers to create DependSet

2008-10-27 Thread Robert Koberg
On Oct 27, 2008, at 11:04 AM, Stefan Bodewig wrote: On Sun, 26 Oct 2008, Robert Koberg <[EMAIL PROTECTED]> wrote: * where is the DependSet being checked in the transformation(s)? I can't find it :) Guessing, since I didn't follow the discussion: nowhere. deletes the target files if it thi

Re: extended xslt task - use URIResolvers to create DependSet

2008-10-27 Thread Stefan Bodewig
On Sun, 26 Oct 2008, Robert Koberg <[EMAIL PROTECTED]> wrote: > * where is the DependSet being checked in the transformation(s)? I > can't find it :) Guessing, since I didn't follow the discussion: nowhere. deletes the target files if it thinks they are outdated, so the way dependset factors in

extended xslt task - use URIResolvers to create DependSet

2008-10-26 Thread Robert Koberg
Hi, I am looking at extending the xslt task to allow for an enhanced check to determine whether a transform should proceed. Currently there are 2 options for checking whether a transform should proceed. The first just checks the XML and XSL Source against the output file. The 2cnd uses a