Hi there,
I am trying to do the exercice that is located on that url.
http://www.hibernate.org/hib_docs/hatav ... orial.html
When going to the point when I have to add anew target in the build.xml and run the build, this one has a succesfull status but the following error message appears.
[java] java.lang.NoClassDefFoundError: events/EventManager (wrong name: src/events/EventManager)
<target name="run" depends="compile">
<java fork="true" classname="events.EventManager" classpathref="libraries">
<classpath path="${targetdir}"/>
<arg value="${action}"/>
</java>
</target>
Could somebody tell me why this is happening?
Thank you.
Harki.