• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Looking for the org.apache.log package

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am studying the Hibernate object database system as a individual course project and am trying to build a Hibernate system using Eclipse. I am fine until I build with Ant. Through days of trench warfare, I have resolved most of the compiler errors (all missing libraries of some kind) but I can not find the org.apache.log package. I have search though several Apache projects (Avalon, Excalibur, Logging, etc.) and I just can not find this package. It seems that with the build.xml file that I have (I am doing the tutorial at: http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html) that it wants the source files (for other problems I had the appropriate jar files referenced but Ant did not seem to pick them up but was happy with the sources).

This is most likely a brain-dead question but it is killing me!

Thanks!
 
John Deal
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here I am answering my own question again but hopefully this will help someone in the same situation. The org.apache.log package is in the Excalibur project but not in the current Excalibur distribution. You have to go to: http://www.apache.org/dist/excalibur/avalon-logkit/ to get it. You have to click on the "Master Distribution Directory" link in the text to get to what seems to be the complete list of projects including the ones inherited from the Avalon project.
 
reply
    Bookmark Topic Watch Topic
  • New Topic