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 2008/03/18 17:12:54 UTC

DO NOT REPLY [Bug 44628] New: Could not create task or type of type: xmlvalidate (debian stable)

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

           Summary: Could not create task or type of type: xmlvalidate
                    (debian stable)
           Product: Ant
           Version: 1.6.5
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: notifications@ant.apache.org
        ReportedBy: hauser@acm.org


it appears that debian's ant lacks a few libraries.

Suggestions:
1) in http://ant.apache.org/manual/OptionalTasks/xmlvalidate.html, mention
since which ant version the the task is available "built-in"
   (I use 1.6.5 and on redhat, it is there)
2) in http://ant.apache.org/manual/OptionalTasks/xmlvalidate.html, mention
which particular jar's it relies on

Just to report about my work-around attempts - failed so far:
 xml-apis.jar -> /home/me/james/phoenix-bin/lib/xml-apis.jar
 xercesImpl.jar -> /usr/share/java/xercesImpl.jar
lrwxrwxrwx 1 me me 33 2008-03-18 17:10 xmlParserAPIs.jar ->
/usr/share/java/xmlParserAPIs.jar


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 44628] Could not create task or type of type: xmlvalidate (debian stable)

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


Peter Reilly <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Peter Reilly <pe...@apache.org>  2008-03-18 09:25:01 PST ---
Apache Ant does not release a debian version.

The xmlvalidate task is in the ant-nodeps.jar file
(this is an idiotic location).

The manual assumes a correct (and full) installation
of ant (i.e. all the silly jar files in $ANT_HOME/lib
- ant.jar, ant-nodeps.jar, ant-junit.jar, ant-lanucher.jar,
etc).

The "optional" tasks may or may not depend on third party
jars - xmlvalidate does not.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 44628] Could not create task or type of type: xmlvalidate (debian stable)

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





--- Comment #2 from Ralf Hauser <ha...@acm.org>  2008-03-19 06:06:52 PST ---
debian splits ant.
There is an ant-optional package.
This latter one further suggests to install the following packages:  
libbsf-java liboro-java libxalan2-java junit jython antlr libjdepend-java
libgnumail-java libxml-commons-resolver1.1-java libcommons-net-java
libjsch-java javacc


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.