I am developing Action classes with eclipse 3.0. What I did is quite simple : 1. Download Jetspeed 1.5 src 2. Position in jetspeed root dir 3. maven eclispe (I have maven 1.0-rc2 on my workstation) 4. open eclipse : I had to manually define MAVEN_REPO in Window/preferences/Java/Classpath variables
It's magic, but it worked for me! In my project, every external jar is in a subdir of MAVEN_REPO (the maven repository), and I still use maven as an external tool in eclipse. Nico -----Message d'origine----- De : Nate Chadwick [mailto:[EMAIL PROTECTED] Envoy� : mercredi 16 juin 2004 18:12 � : Jetspeed Users List Objet : Re: problem with Eclipse and Jetspeed classes Maruthi, Make sure that all of the jars from the jetspeed.war/WEB-INF/lib folder are on the Libraries tab of your Build Path in properties of your eclipse project. That should resolve any compilation errors related to class path. -n Maruthi wrote: >Hello , > >I am using Eclipse Editor for developing Servlets,JSP.And now also i would like to use the same for developing Action Classes for JSP Portlet.For Servlets,JSP i included j2ee.jar which contains all packages/Classes for developing Servlets..etc., which downloaded from sun site.But now from where i need to download the related packages to import them in to my Action Class. > >When i used these in my Action Class > >import org.apache.jetspeed.*;import org.apache.turbine.*; >i am getting an error message like "caanot be resolved"?.Please tell me where to download related classes and how to include them in my editor?.I tried to generate the Eclipse project with maven also but still getting the same problem. > >Thanks for your patience and time, > >Bye > >Maruthi. > > > > > >--------------------------------- >Do you Yahoo!? >Yahoo! Mail - You care about security. So do we. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] *** Ce message et toutes les pi�ces jointes (ci-apr�s le "message") sont �tablis � l'intention exclusive de ses destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le d�truire et d'en avertir imm�diatement l'exp�diteur. Toute utilisation de ce message non conforme � sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'internet ne permettant pas d'assurer l'int�grit� de ce message, le groupe Itras d�cline toute responsabilit� au titre de ce message, dans l'hypoth�se o� il aurait �t� modifi�. *** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
