This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Looking for the org.apache.log package Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Looking for the org.apache.log package" Watch "Looking for the org.apache.log package" New topic
Author

Looking for the org.apache.log package

John Deal
Greenhorn

Joined: Sep 07, 2006
Posts: 20
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!


SCJP 1.4, SCJD 1.5
John Deal
Greenhorn

Joined: Sep 07, 2006
Posts: 20
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Looking for the org.apache.log package
 
Similar Threads
insertion with hibernate
Hibernate First example error
Exception while firing the join queries
any struts or hibernate tutorial
Eclipse ant command line