Hello,

Turbine does in fact work :-)


> When I try to run http://boink/turbine/servlet/Turbine, I get
> 
> java.lang.VerifyError: (class: org/apache/turbine/Turbine, method: init

Here there's something wrong with a classfile. It looks like below
you are using an older version of Ant. I noticed once in an older
version that when Ant copied a classfile it added a byte to
classfile which makes the class file invalid. I'm not sure exactly
what you did, but you have a class that doesn't make it
through the byte code verifier so you're not going anywhere. Either
when you copied it, it got a byte added, or it was corrupted to
begin with. Like I said, I'm not sure what you're doing.


> I can not figure out what is wrong, my best gues is that it is a problem
> with versions.
> I am using the tdk-1.1a6.
> Below is my classpath list.

Where did you get this? When you create an application with
the TDK, everything you need is placed in the WEB-INF/lib
directory and picked up automatically by Tomcat. You don't
need to do this.

> set CLASSPATH=.
> set CLASSPATH=%TOMCAT_HOME%\classes
> set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\webserver.jar
> [snip]

> I am using Apache 1.3.14 with Tomcat 3.1 on Windows 2000.  Tomcat and Cocoon
> work, but Turbine does not work.  I am trying to get JetSpeed to work.  

This is not the JetSpeed list, although JetSpeed uses Turbine, it
doesn' work with the current version of Turbine and I don't
think anyone has adapted JetSpeed to work with the TDK. And I'm
not sure anyone will. The TDK is primarily for developing applications
with Velocity or WebMacro. There is no reason why JetSpeed can't
work in the context of the TDK, but as far as I know it hasn't
been done yet.

There are special installation instructions for JetSpeed. I would
look at those. And there might possibly be a WAR file for JetSpeed
and that would probably make your life a lot easier :-)

> Any
> help would be greatly appreciated.  Also, when I try to build the source I
> get a  "[javac] javac: invalid flag: -sourcepath" error.  I am using
> JDK1.2.2 from sun for win32.

There's something wrong with your setup if you are getting invalid
class files and compiler errors. The TDK and Turbine work fine, they
have been tested for what they are supposed to do and work great.

jvz.



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to