The missing files listed below are generated java files. The generation of these files is a torque task within the build/build.xml ant file. You can also chdir to build/torque and type 'ant' to generate them. Or from the /build directory, 'ant om'
> -----Original Message----- > From: Leandro Rodrigo Saad Cruz [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 7:11 AM > To: Jetspeed Users List > Subject: Classpath problem > > > Hi all. I'm trying to assembly a jetspeed app . Please foloe my steps > > 1) Checked out jakarta-turbine-2 and jakarta-jetspeed from cvs > 2) Compile turbine and jetspeed > 3) created a new webapp dir caller my-app. > 4) Copied jakarta-jetspeed/webapp/WEB-INF and > jakarta-jetspeed/webapp/ocs to my-app/ > 5) started my servlet container and submited > http://localhost:8080/jetspeed. > > I'm getting this classpath > erros in jetspeed initialization : > > > java.lang.NoClassDefFoundError: > org/apache/jetspeed/om/security/turbine/BaseTurbineUser > > java.lang.NoClassDefFoundError: > org/apache/jetspeed/om/security/turbine/BaseTurbineRole > > java.lang.NoClassDefFoundError: > org/apache/jetspeed/om/security/turbine/BaseTurbineUserGroupRole > > java.lang.NoClassDefFoundError: > org/apache/jetspeed/om/security/turbine/BaseTurbinePermission > > all oh then into theirs related Services ( e.g. TurbineRoleManagement) > > I have checked jetspeed.jar and all these classes are there, > I also copied theses classes to WEB-INF/classes but nothing worked. > > Did you experience this problems before ?? > > -- > Leandro Rodrigo Saad Cruz > IT - Inter Business Tecnologia e Servicos (IB) > http://www.ibnetwork.com.br > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
