ANT install issues
When trying to install apache ant 1.6.5-17 this afternoon, I kept running into the following missing dependancy:
jaxp_parser_impl
I learned that xerces-j2 contains this dependancy. In the process I also learned neat rpm trick:
# rpm -q --whatprovides jaxp_parser_implI had to install the following packages (in order) to get it to work:
xerces-j2-2.7.1-15
- xml-commonsx
- xml-commons-apis
- xerces-j2
- ant
- xml-commons-resolver (--nodeps)
