You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2013/11/11 13:32:03 UTC

[Bug 55766] New: Xslt task to allow use of catalog properties file

https://issues.apache.org/bugzilla/show_bug.cgi?id=55766

            Bug ID: 55766
           Summary: Xslt task to allow use of catalog properties file
           Product: Ant
           Version: 1.9.2
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core tasks
          Assignee: notifications@ant.apache.org
          Reporter: richardk.zz9@gmail.com

Currently Ant's xslt task's xmlcatalog parameter element takes as its contents
the location of the XML catalog file to be used.

The resolver itself (resolver.jar) can take a property file, typically called
CatalogManager.properties.  Using this mechanism via Saxon (via a Java task)
the resolver jar's location and the location of the property file are passed
in.  Using it via Ant's xslt task the locations of the resolver and the catalog
itself are passed in.
In Saxon if a catalog is to be used the location of the catalog is held within
the properties file.

I should like to be able to use a properties file when accessing XSLT via the
xslt task.  My particular reason for this is that among the properties which
may be set is a verbosity setting for the diagnostics.  At the moment I am
having considerable problems getting the catalog to work and I would like to
set the verbosity so that I can see from the resolver itself whether it is
active and what it thinks it is doing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55766] Xslt task to allow use of catalog properties file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55766

Antoine Levy-Lambert <an...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.9.3                       |1.9.4

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55766] Xslt task to allow use of catalog properties file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55766

Antoine Levy-Lambert <an...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Antoine Levy-Lambert <an...@apache.org> ---
would you like to create a patch for this bug report ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55766] Xslt task to allow use of catalog properties file

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55766

Antoine Levy-Lambert <an...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.9.2                       |1.9.3

-- 
You are receiving this mail because:
You are the assignee for the bug.