thimsen on tech

Saturday, July 29, 2006

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_impl
xerces-j2-2.7.1-15
I had to install the following packages (in order) to get it to work:
  • xml-commonsx
  • xml-commons-apis
  • xerces-j2
  • ant
  • xml-commons-resolver (--nodeps)

0 Comments:

Post a Comment

<< Home