Re: Compile Failure for most recent CVS build

2001-08-22 Thread Lionel Siau

It now works. Strange that my CVS update did not delete the turbine in the
lib directory. Oh well...


Lionel


- Original Message -
From: "Paul Spencer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 1:37 AM
Subject: Re: Compile Failure for most recent CVS build


> Lionel,
> The build includes all libraries in the jakarta-jetspeed/lib directory.
> I suggest deleting the old turbine jar file.  Their is only 1 turbine
> file in the lib directory, see
> http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/lib
>
> Paul Spencer
>
> Lionel Siau wrote:
> >
> > Hi,
> >
> > I just noticed that my build classpath has included both turbine
versions!!.
> > Does the CVS include both turbine? If it is , someone with commit should
> > remove it. Anyway. I deleted the entire tree and doing a full checkout
at
> > the moment.
> >
> > Lionel
> >
> > - Original Message -
> > From: "Vincent Bonamy" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 21, 2001 10:30 PM
> > Subject: Re: Compile Failure for most recent CVS build
> >
> > > Make sure that you have the turbine-2.2b1.jar ...
> > > I'm not sure at all that answers your question   :|
> > >
> > > Bye,
> > >
> > > vincent.
> > >
> > >
> > > Lionel Siau wrote:
> > >
> > > > Hi,
> > > >
> > > > i recently updated my jetspeed CVS and the build is failing. Did
some
> > one
> > > > update the source recently for the velocity portlets?
> > > >
> > > > Lionel
> > > >
> > > > [javac] Compiling 319 source files to
> > > > D:\src\CVS\jetspeed\jakarta-jetspeed\b
> > > > in\classes
> > > > [javac]
> > > > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > > > rtal\portlets\VelocityPortlet.java:148: cannot resolve symbol
> > > > [javac] symbol  : method handleRequest
> > > > (org.apache.velocity.context.Context
> > > > ,java.lang.String,java.io.PrintWriter)
> > > > [javac] location: class
> > > > org.apache.turbine.services.velocity.TurbineVelocity
> > > >
> > > > [javac] TurbineVelocity.handleRequest(context,
> > templatePath,
> > > > run
> > > > data.getOut());
> > > > [javac]^
> > > > [javac]
> > > > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > > > rtal\controllers\VelocityPortletController.java:136: cannot resolve
> > symbol
> > > > [javac] symbol  : method handleRequest
> > > > (org.apache.velocity.context.Context
> > > > ,java.lang.String,java.io.PrintWriter)
> > > > [javac] location: class
> > > > org.apache.turbine.services.velocity.TurbineVelocity
> > > >
> > > > [javac] TurbineVelocity.handleRequest(context,
> > templatePath,
> > > > run
> > > > data.getOut());
> > > > [javac]^
> > > > [javac]
> > > > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > > > rtal\controls\VelocityPortletControl.java:157: cannot resolve symbol
> > > > [javac] symbol  : method handleRequest
> > > > (org.apache.velocity.context.Context
> > > > ,java.lang.String,java.io.PrintWriter)
> > > > [javac] location: class
> > > > org.apache.turbine.services.velocity.TurbineVelocity
> > > >
> > > > [javac] TurbineVelocity.handleRequest(context,
template,
> > > > rundata
> > > > .getOut());
> > > > [javac]^
> > > > [javac] Note: Some input files use or override a deprecated API.
> > > > [javac] Note: Recompile with -deprecation for details.
> > > > [javac] 3 errors
> > > >
> > > > BUILD FAILED
> > > >
> > >
> -
> > > > 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]
> > >
> >
> > -
> > 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]
>


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




Re: Compile Failure for most recent CVS build

2001-08-21 Thread Paul Spencer

Lionel,
The build includes all libraries in the jakarta-jetspeed/lib directory. 
I suggest deleting the old turbine jar file.  Their is only 1 turbine
file in the lib directory, see
http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/lib

Paul Spencer

Lionel Siau wrote:
> 
> Hi,
> 
> I just noticed that my build classpath has included both turbine versions!!.
> Does the CVS include both turbine? If it is , someone with commit should
> remove it. Anyway. I deleted the entire tree and doing a full checkout at
> the moment.
> 
> Lionel
> 
> - Original Message -
> From: "Vincent Bonamy" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 21, 2001 10:30 PM
> Subject: Re: Compile Failure for most recent CVS build
> 
> > Make sure that you have the turbine-2.2b1.jar ...
> > I'm not sure at all that answers your question   :|
> >
> > Bye,
> >
> > vincent.
> >
> >
> > Lionel Siau wrote:
> >
> > > Hi,
> > >
> > > i recently updated my jetspeed CVS and the build is failing. Did some
> one
> > > update the source recently for the velocity portlets?
> > >
> > > Lionel
> > >
> > > [javac] Compiling 319 source files to
> > > D:\src\CVS\jetspeed\jakarta-jetspeed\b
> > > in\classes
> > > [javac]
> > > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > > rtal\portlets\VelocityPortlet.java:148: cannot resolve symbol
> > > [javac] symbol  : method handleRequest
> > > (org.apache.velocity.context.Context
> > > ,java.lang.String,java.io.PrintWriter)
> > > [javac] location: class
> > > org.apache.turbine.services.velocity.TurbineVelocity
> > >
> > > [javac] TurbineVelocity.handleRequest(context,
> templatePath,
> > > run
> > > data.getOut());
> > > [javac]^
> > > [javac]
> > > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > > rtal\controllers\VelocityPortletController.java:136: cannot resolve
> symbol
> > > [javac] symbol  : method handleRequest
> > > (org.apache.velocity.context.Context
> > > ,java.lang.String,java.io.PrintWriter)
> > > [javac] location: class
> > > org.apache.turbine.services.velocity.TurbineVelocity
> > >
> > > [javac] TurbineVelocity.handleRequest(context,
> templatePath,
> > > run
> > > data.getOut());
> > > [javac]^
> > > [javac]
> > > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > > rtal\controls\VelocityPortletControl.java:157: cannot resolve symbol
> > > [javac] symbol  : method handleRequest
> > > (org.apache.velocity.context.Context
> > > ,java.lang.String,java.io.PrintWriter)
> > > [javac] location: class
> > > org.apache.turbine.services.velocity.TurbineVelocity
> > >
> > > [javac] TurbineVelocity.handleRequest(context, template,
> > > rundata
> > > .getOut());
> > > [javac]^
> > > [javac] Note: Some input files use or override a deprecated API.
> > > [javac] Note: Recompile with -deprecation for details.
> > > [javac] 3 errors
> > >
> > > BUILD FAILED
> > >
> > > -
> > > 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]
> >
> 
> -
> 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]




Re: Compile Failure for most recent CVS build

2001-08-21 Thread Lionel Siau

Hi,

I just noticed that my build classpath has included both turbine versions!!.
Does the CVS include both turbine? If it is , someone with commit should
remove it. Anyway. I deleted the entire tree and doing a full checkout at
the moment.

Lionel

- Original Message -
From: "Vincent Bonamy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 21, 2001 10:30 PM
Subject: Re: Compile Failure for most recent CVS build


> Make sure that you have the turbine-2.2b1.jar ...
> I'm not sure at all that answers your question   :|
>
> Bye,
>
> vincent.
>
>
> Lionel Siau wrote:
>
> > Hi,
> >
> > i recently updated my jetspeed CVS and the build is failing. Did some
one
> > update the source recently for the velocity portlets?
> >
> > Lionel
> >
> > [javac] Compiling 319 source files to
> > D:\src\CVS\jetspeed\jakarta-jetspeed\b
> > in\classes
> > [javac]
> > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > rtal\portlets\VelocityPortlet.java:148: cannot resolve symbol
> > [javac] symbol  : method handleRequest
> > (org.apache.velocity.context.Context
> > ,java.lang.String,java.io.PrintWriter)
> > [javac] location: class
> > org.apache.turbine.services.velocity.TurbineVelocity
> >
> > [javac] TurbineVelocity.handleRequest(context,
templatePath,
> > run
> > data.getOut());
> > [javac]^
> > [javac]
> > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > rtal\controllers\VelocityPortletController.java:136: cannot resolve
symbol
> > [javac] symbol  : method handleRequest
> > (org.apache.velocity.context.Context
> > ,java.lang.String,java.io.PrintWriter)
> > [javac] location: class
> > org.apache.turbine.services.velocity.TurbineVelocity
> >
> > [javac] TurbineVelocity.handleRequest(context,
templatePath,
> > run
> > data.getOut());
> > [javac]^
> > [javac]
> > D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> > rtal\controls\VelocityPortletControl.java:157: cannot resolve symbol
> > [javac] symbol  : method handleRequest
> > (org.apache.velocity.context.Context
> > ,java.lang.String,java.io.PrintWriter)
> > [javac] location: class
> > org.apache.turbine.services.velocity.TurbineVelocity
> >
> > [javac] TurbineVelocity.handleRequest(context, template,
> > rundata
> > .getOut());
> > [javac]^
> > [javac] Note: Some input files use or override a deprecated API.
> > [javac] Note: Recompile with -deprecation for details.
> > [javac] 3 errors
> >
> > BUILD FAILED
> >
> > -
> > 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]
>


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




Re: Compile Failure for most recent CVS build

2001-08-21 Thread Stan Pinte

At 22:35 21/08/2001 +0800, you wrote:
>Hi,
>
>i recently updated my jetspeed CVS and the build is failing. Did some one
>update the source recently for the velocity portlets?


to compile, you should ensure you are including the latest turbine.jar ... 
I had the same problem.

be sure to have turbine-2.2b1.jar


>Lionel
>
>
> [javac] Compiling 319 source files to
>D:\src\CVS\jetspeed\jakarta-jetspeed\b
>in\classes
> [javac]
>D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
>rtal\portlets\VelocityPortlet.java:148: cannot resolve symbol
> [javac] symbol  : method handleRequest
>(org.apache.velocity.context.Context
>,java.lang.String,java.io.PrintWriter)
> [javac] location: class
>org.apache.turbine.services.velocity.TurbineVelocity
>
> [javac] TurbineVelocity.handleRequest(context, templatePath,
>run
>data.getOut());
> [javac]^
> [javac]
>D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
>rtal\controllers\VelocityPortletController.java:136: cannot resolve symbol
> [javac] symbol  : method handleRequest
>(org.apache.velocity.context.Context
>,java.lang.String,java.io.PrintWriter)
> [javac] location: class
>org.apache.turbine.services.velocity.TurbineVelocity
>
> [javac] TurbineVelocity.handleRequest(context, templatePath,
>run
>data.getOut());
> [javac]^
> [javac]
>D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
>rtal\controls\VelocityPortletControl.java:157: cannot resolve symbol
> [javac] symbol  : method handleRequest
>(org.apache.velocity.context.Context
>,java.lang.String,java.io.PrintWriter)
> [javac] location: class
>org.apache.turbine.services.velocity.TurbineVelocity
>
> [javac] TurbineVelocity.handleRequest(context, template,
>rundata
>.getOut());
> [javac]^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 3 errors
>
>BUILD FAILED
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

Stanislas Pinte
Computer Consultant

Sales Director
Alto Software

20 Pl St Jacques
B-4000 Liège
Tel+Fax: +32 -(0)4 221 35 08
GSM: +32 -(0)478 57 61 80
web: http://www.altosw.be
email: [EMAIL PROTECTED]


Re: Compile Failure for most recent CVS build

2001-08-21 Thread Vincent Bonamy

Make sure that you have the turbine-2.2b1.jar ...
I'm not sure at all that answers your question   :|

Bye,

vincent.


Lionel Siau wrote:

> Hi,
>
> i recently updated my jetspeed CVS and the build is failing. Did some one
> update the source recently for the velocity portlets?
>
> Lionel
>
> [javac] Compiling 319 source files to
> D:\src\CVS\jetspeed\jakarta-jetspeed\b
> in\classes
> [javac]
> D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> rtal\portlets\VelocityPortlet.java:148: cannot resolve symbol
> [javac] symbol  : method handleRequest
> (org.apache.velocity.context.Context
> ,java.lang.String,java.io.PrintWriter)
> [javac] location: class
> org.apache.turbine.services.velocity.TurbineVelocity
>
> [javac] TurbineVelocity.handleRequest(context, templatePath,
> run
> data.getOut());
> [javac]^
> [javac]
> D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> rtal\controllers\VelocityPortletController.java:136: cannot resolve symbol
> [javac] symbol  : method handleRequest
> (org.apache.velocity.context.Context
> ,java.lang.String,java.io.PrintWriter)
> [javac] location: class
> org.apache.turbine.services.velocity.TurbineVelocity
>
> [javac] TurbineVelocity.handleRequest(context, templatePath,
> run
> data.getOut());
> [javac]^
> [javac]
> D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
> rtal\controls\VelocityPortletControl.java:157: cannot resolve symbol
> [javac] symbol  : method handleRequest
> (org.apache.velocity.context.Context
> ,java.lang.String,java.io.PrintWriter)
> [javac] location: class
> org.apache.turbine.services.velocity.TurbineVelocity
>
> [javac] TurbineVelocity.handleRequest(context, template,
> rundata
> .getOut());
> [javac]^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 3 errors
>
> BUILD FAILED
>
> -
> 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]




Compile Failure for most recent CVS build

2001-08-21 Thread Lionel Siau

Hi,

i recently updated my jetspeed CVS and the build is failing. Did some one
update the source recently for the velocity portlets?

Lionel


[javac] Compiling 319 source files to
D:\src\CVS\jetspeed\jakarta-jetspeed\b
in\classes
[javac]
D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
rtal\portlets\VelocityPortlet.java:148: cannot resolve symbol
[javac] symbol  : method handleRequest
(org.apache.velocity.context.Context
,java.lang.String,java.io.PrintWriter)
[javac] location: class
org.apache.turbine.services.velocity.TurbineVelocity

[javac] TurbineVelocity.handleRequest(context, templatePath,
run
data.getOut());
[javac]^
[javac]
D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
rtal\controllers\VelocityPortletController.java:136: cannot resolve symbol
[javac] symbol  : method handleRequest
(org.apache.velocity.context.Context
,java.lang.String,java.io.PrintWriter)
[javac] location: class
org.apache.turbine.services.velocity.TurbineVelocity

[javac] TurbineVelocity.handleRequest(context, templatePath,
run
data.getOut());
[javac]^
[javac]
D:\src\CVS\jetspeed\jakarta-jetspeed\src\java\org\apache\jetspeed\po
rtal\controls\VelocityPortletControl.java:157: cannot resolve symbol
[javac] symbol  : method handleRequest
(org.apache.velocity.context.Context
,java.lang.String,java.io.PrintWriter)
[javac] location: class
org.apache.turbine.services.velocity.TurbineVelocity

[javac] TurbineVelocity.handleRequest(context, template,
rundata
.getOut());
[javac]^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 3 errors

BUILD FAILED


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