jetspeed-1.3a3-dev.jar Are you using the build.xml provided with the examples? If so, you may need to modify these settings to your system:
<property name="jetspeed.home" value="/apache/jakarta-jetspeed"/> <property name="catalina.home" value="/apache/catalina"/> <property name="jetspeed.app.name" value="jetspeed"/> <property name="company" value="com.bluesunrise"/> <property name="jetspeed.jar" value="jetspeed-1.3a3-dev.jar"/> ----- Original Message ----- From: "Patel, Satish" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 12:02 PM Subject: RE: problem installing HellowWorldPortlet > Now, I am kind of close and got down to 2 errors and I know the error is > there because I don't have class path set for jetspeed.jar But, the problem > is that I can't find Jetspeed.jar anywhere. I had installed the > Jetspeed1.3a2 from nightly built. Does anyone know how this jetspeed.jar is > called in the new Jespeed1.3a2?????? > > thanks alot again, I really appreciate all your help. > > Satish. > > -----Original Message----- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 1:31 PM > To: Jetspeed Users List > Subject: Re: problem installing HellowWorldPortlet > > > Satish, > > Ive recently started rewriting the Portlet-Howto at > http://www.bluesunrise.com/jetspeed-docs/PortletHowTo.htm > > I also include the sample code and an ant build and deployment > http://www.bluesunrise.com/jetspeed-docs/how-to-examples.jar > > I am still in the middle of writing it, but the first few sections are > completed and may be of some help, > > David > > ----- Original Message ----- > From: "Patel, Satish" <[EMAIL PROTECTED]> > To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> > Sent: Thursday, January 03, 2002 9:06 AM > Subject: RE: problem installing HellowWorldPortlet > > > > I am still having problem compiling. I am sorry, but can any one of you > > send me a detailed direction on how to do this because I think I am > getting > > confuse. I really appreciate you all trying to help me. Thanks, and > again > > I am using Jetspeed 1.3a2 with Tomcat to accomplish this. > > > > I added ecs.jar file to my classpath and everything still compiling the > > HelloWorldPortlet.java gives me errors indicated below. > > > > thanks again, > > Satish. > > > > -----Original Message----- > > From: Kris Cheemal [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 02, 2002 11:26 PM > > To: Jetspeed Users List > > Subject: RE: problem installing HellowWorldPortlet > > > > > > Hi Satish, > > > > After you deploy the Jetspeed war in TOMCAT > > assuming that you are running Jetspeed in Tomcat, you > > can locate the jar files in > > TOMCAT_HOME\webapps\jetspeed\Web-inf\lib directory. Or > > if you are building them from source, you can locate > > them in the lib directory after a successful build. If > > you are building portlets, you need ecs.jar and > > jetspeed-1.3a1.jar in your class path. > > > > Cheers! > > Krishna > > > > > > --- "Patel, Satish" <[EMAIL PROTECTED]> wrote: > > > How do I do that Steve???? I am not sure what you > > > mean... > > > > > > Can you please explain little further...thanks, > > > > > > Satish. > > > > > > -----Original Message----- > > > From: sbelt [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, January 02, 2002 3:50 PM > > > To: Jetspeed Users List > > > Subject: Re: problem installing HellowWorldPortlet > > > > > > > > > Sounds like you need to set your classpath to > > > include the .jar files in > > > jetspeed's lib directory. This directory includes > > > the ecs.jar as well as > > > other necessary .jar files. > > > > > > Steve B. > > > > > > > > > ----- Original Message ----- > > > From: "Patel, Satish" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Wednesday, January 02, 2002 12:35 PM > > > Subject: problem installing HellowWorldPortlet > > > > > > > > > > Hello folks, > > > > > > > > I am a newbie with Jetspeed. I have successfully > > > installed Jetspeed > > > 1.3a2, > > > > and trying to create this new portlet for my > > > portal. I tried to follow > > > > direction of creating the simple portlet of "Hello > > > World", but can't > > > compile > > > > the HelloWorldPortlet.java it gives error saying > > > that "package > > > > org.apache.ecs doesn't exist" also "Can't resolve > > > symbol AbstractPortlet > > > or > > > > Rundata...any help would be great. My code of > > > HelloWorldPortlet.java is > > > as > > > > follows: > > > > > > > > import > > > org.apache.jetspeed.portal.portlets.AbstractPortlet; > > > > import org.apache.turbine.util.RunData; > > > > import org.apache.ecs.*; > > > > public class HelloWorldPortlet extends > > > AbstractPortlet { > > > > publicConcreteElement getContent (RunData > > > aRunData) { return (new > > > > StringElement ("Hello World!!")); } > > > > } > > > > > > > > > > > > -- > > > > 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]> > > > > > > -- > > > To unsubscribe, e-mail: > > > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > ______________________________________________________ > > Send your holiday cheer with http://greetings.yahoo.ca > > > > -- > > 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]> > > > > > > > > -- > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
