Good suggestion, thanks. dos2unix fixed the first problem and I'm now able to build the war file. However, even with this the error in starting tomcat, described below, persists. Any other help would be appreciated.
Do I need to put any jar files in the classpath or tomcat lib directory to make this work? Which ones? Thanks, Bruce --------------------------------------------------------------------------------------------------- From: Patel, Satish Subject: RE: can't build (newbie) Date: Fri, 07 Dec 2001 07:42:38 -0800 In order to get build.sh work under linux or unix you will have to conver this build.sh file using dos2unix script. Once you run this build.sh script you should be able to build it. somehow this build.sh gets messed up, so try this and it should work for you. good luck, Satish. -----Original Message----- From: Bruce Altner [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 4:13 PM To: Jetspeed Users List Subject: can't build (newbie) Greetings: We're building a turbine-based portal app so when I saw that Jetspeed can leverage Turbine/Velocity I was pretty eager to give it a try. However, I cannot build the war file using the instructions in the INSTALL document. I get these errors: '/build.sh: syntax error near unexpected token `do '/build.sh: ./build.sh: line 56: `do Unable to do this, I downloaded the war file explicitly and put it in the tomcat 3.2 webapps directory. However, when I tried to restart tomcat it failed, giving me this error: Exception in thread "main" java.lang.NoSuchMethodError at org.apache.turbine.Turbine.init(Turbine.java:155) at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317) at org.apache.tomcat.core.Handler.init(Handler.java:215) at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296) at org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartupInterceptor.java:130) at org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:491) at org.apache.tomcat.core.ContextManager.init(ContextManager.java:453) at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195) at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235) What am I missing here? Thanks, Bruce -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
