RE: Can't build Cocoon 2.0.1

2002-02-19 Thread fred . tsang
ed -Original Message- From: Torsten Curdt [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 17:24 To: [EMAIL PROTECTED] Subject: RE: Can't build Cocoon 2.0.1 > I thought there was something wrong with doing that! Well, it's only to track this down ;) > Sorry, I don&#x

RE: Can't build Cocoon 2.0.1

2002-02-19 Thread Torsten Curdt
> I thought there was something wrong with doing that! Well, it's only to track this down ;) > Sorry, I don't quite understand which files to modify, and what to modify in > them. do you mean EsqlConnection.java and EsqlConnectionCocoon2.java? or > do you mean remove the 'filter-jdbc'/'nofilte

RE: Can't build Cocoon 2.0.1

2002-02-19 Thread fred . tsang
Hi Torsten, I thought there was something wrong with doing that! Sorry, I don't quite understand which files to modify, and what to modify in them. do you mean EsqlConnection.java and EsqlConnectionCocoon2.java? or do you mean remove the 'filter-jdbc'/'nofilter-jdbc' targets from build.xml?

RE: Can't build Cocoon 2.0.1

2002-02-19 Thread Andreas John
anguage.markup.xsp.EsqlConnection must be declared >abstract. It does not define void setHoldability(int) from > interface java.sql.Connection. > Cheers, > Fred > > -Original Message- > From: Nael Mohammad [mailto:[EMAIL PROTECTED]] > Sent: 16 February 2002 12:40

RE: Can't build Cocoon 2.0.1

2002-02-19 Thread Torsten Curdt
On Tue, 19 Feb 2002 [EMAIL PROTECTED] wrote: > All, > Looks like one way to fix this problem is to declare the 2 classes as > abstract: > > cocoon-2.0.1/build/cocoon/src/org/apache/cocoon/components/language/markup/x > sp/EsqlConnection.java (line 22): > > public abstract class EsqlConnection imp

RE: Can't build Cocoon 2.0.1

2002-02-19 Thread fred . tsang
19 February 2002 12:37 To: [EMAIL PROTECTED] Subject: RE: Can't build Cocoon 2.0.1 Nael, I get the same compile problems using: jdk 1.4.0 linux - kernel 2.4.17 This looks more like a class problem, not an install path problem. To repeat, the root error looks like: cocoon-2.0.1\build\coc

RE: Can't build Cocoon 2.0.1

2002-02-19 Thread fred . tsang
Title: RE: Can't build Cocoon 2.0.1 Nael,   I get the same compile problems using:   jdk 1.4.0 linux - kernel 2.4.17   This looks more like a class problem, not an install path problem.  To repeat, the root error looks like: cocoon-2.0.1\build\cocoon\src\org\apache\cocoon\compo

SV: Can't build Cocoon 2.0.1

2002-02-16 Thread Jan Normann Nielsen
Title: RE: Can't build Cocoon 2.0.1 Hi   Now I've compiling it on JDK 1.4 b3, and it gives the same errors as on JDK 1.4 RC (see previous mail). All I did was downloading the Cocoon 2.0.1 package, unzipping it and trying to build it as I've always done, but it fails. Remem

RE: Can't build Cocoon 2.0.1

2002-02-16 Thread Torsten Curdt
On Sat, 16 Feb 2002, Nael Mohammad wrote: > Not true, I have jdk 1.4.0 beta 3 with tomcat 4.02 and cocoon 2.01 > running... It works fine! And on windows 2000 .. > > And you might want to modify the build.bat file to make sure you're using > the right ANT directory. Hm... that's strange... it de

RE: Can't build Cocoon 2.0.1

2002-02-16 Thread Nael Mohammad
Title: RE: Can't build Cocoon 2.0.1 Not true, I have jdk 1.4.0 beta 3 with tomcat 4.02 and cocoon 2.01 running... It works fine! And on windows 2000 .. And you might want to modify the build.bat file to make sure you're using the right ANT directory. -Original Message

Re: Can't build Cocoon 2.0.1

2002-02-16 Thread Torsten Curdt
> Hello > > I can't build Cocoon 2.0.1 with Win 2K/JDK 1.4 RC/Ant 1.4.1. The errors are > included below. I use the following command from the INSTALL file to build: > > .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps > webapp This seems to b

RE: Can't build Cocoon 2.0.1

2002-02-16 Thread Nael Mohammad
Title: RE: Can't build Cocoon 2.0.1 Jan, Specify the full path of your tomcat directory or just ".\build.bat -Dinclude.webapp.libs=yes webapp " and then just copy the cocoon.war file to your tomcat webapp directory and restart tomcat and go to http://localhost:8080/cocoon

Can't build Cocoon 2.0.1

2002-02-16 Thread Jan Normann Nielsen
Hello I can't build Cocoon 2.0.1 with Win 2K/JDK 1.4 RC/Ant 1.4.1. The errors are included below. I use the following command from the INSTALL file to build: .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps webapp Best regards, Jan Nielsen P.S. I have no pr

Re: build Cocoon 2.0.1

2002-02-01 Thread Brandon Rich
tried to build Cocoon 2.0.1 and got the following error: > --- > >/usr/src/cocoon-2.0.1/build/cocoon/src/org/apache/cocoon/components/language/markup/xsp/EsqlConnectionCocoon2.java:20: > class > org.apache.cocoon.components.language.markup.xsp.EsqlConnectionCocoon2 must be >decla

build Cocoon 2.0.1

2002-01-31 Thread Andreas John
Hello! I tried to build Cocoon 2.0.1 and got the following error: --- /usr/src/cocoon-2.0.1/build/cocoon/src/org/apache/cocoon/components/language/markup/xsp/EsqlConnectionCocoon2.java:20: class org.apache.cocoon.components.language.markup.xsp.EsqlConnectionCocoon2 must be declared abstract