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
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
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
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
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
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
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
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