>I want install Ant, and i have following error message
> jaxp_parser_impl est nécessaire pour ant-1.6.2-3jpp
look in ant.bat and make a modification similar to this to see exactly
that Ant is using as your classpath:
:runAntWithClasspath
echo "%_JAVACMD%" %ANT_OPTS% -classpath
"%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%"
org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%"
%ANT_CMD_LINE_ARGS%
"%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar"
"-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher
%ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
goto end
JAXP is part of JDK 1.5+. That will be the easiest way to get it
installed.
see http://mindprod.com/jgloss/jdk.html
http://mindprod.com/jgloss/jaxp.html
Otherwise copy the jar to your various ext directories.
See http://mindprod.com/jgloss/classpath.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
pcouas - 24 Oct 2005 10:17 GMT
Hi,
I have tried to install ANT with RPM package from
http://www.jpackage.org/, but
perhaps it's better with tar file.
Philippe