At 09:05 AM 9/10/2003 -0700, you wrote:

On Tuesday, September 9, 2003, at 11:18 AM, Dinanath Sulakhe wrote:


Date: Tue, 09 Sep 2003 12:39:00 -0500
To: David Sean Taylor <[EMAIL PROTECTED]>
From: Dinanath Sulakhe <[EMAIL PROTECTED]>
Subject: Re: HelloWorldPortlet problem

Hi David,
Thanks for your replies. As you mentioned in another mail, the servlet.jar was not present in the ../jetspeed/webapps/WEB-INF/lib directory. After i installed this, the command "ant clean compile" is working now.


But, i still have problems.

Actually don't build from your deployed web application
Keep your build separate from the deployed application

I am not understanding this concept. What do you mean by these two statements.
"Actually don't build from your deployed web application"
"Keep your build separate from the deployed application"


I think i have doing some mistakes here. Could you please explain me in detail.

Now after compiling successfully "ant clean compile" , if i enter "ant deploy" i am getting these errors.
( please read after the screenshot)

The build scripts are written under the assumption that you would keep your source code separate from the web application deployment.
For example, your projects are located here:


c:/apache/portal
c:/apache/jakarta-jetspeed

and then your deployment is under

c:/apache/tomcat-4-1.27/webapps/

Then in the build.properties file what would be the paths for :
"jetspeed_home" and other properties related to jetspeed. would they be from the deployed path (C:/..../tomcat/webapps/jetspeed/...) or projects( C:/apache/jakarta-jetspeed)?



--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
+01 707 773-4646
+01 707 529 9194


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to