Is there any real simple short set of instructions for getting turbine-2.3 to run?
I got the CVS source and compiled turbine-2.3-dev successfully
Also ran a maven deploy:copy-deps goal to get all dependent libraries in one spot
I tried creating a fresh webapp and running tomcat-4.1.24 (a fresh copy, not from tdk)
pointing at it, but get some errors around servletapi-2.3
or if I remove that library (since those classes are included in tomcat common/lib servlet.jar),
I get
Catalina.start: LifecycleException: start: : java.lang.IllegalArgumentExceptio
n: avalon-framework,commons-beanutils,commons-codec,commons-collections,commons-
configuration,commons-email,commons-fileupload,commons-lang,commons-logging,comm
ons-pool,cryptix,ecs,excalibur-component,excalibur-instrument,excalibur-logger,e
xcalibur-pool,activation,javamail,jdbc,jndi,junit,oro,jython,log4j,logkit,servle
tapi,stratum,torque,velocity,village,xalan,xercesImpl,xmlParserAPIs,xmlrpc-Exten
sion-Name
Which is referring to something in the turbine-2.3-dev.jar manifest not being found?
It shows xmlrpc-Extension-Name, instead of xmlrpc, so maybe that's it
Anyway, am I going down a useless path?
Maybe just need to wait for 2.3 release?
Would be nice to be able to play with it while in dev
Thanks for any help!
Jim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
