I hate to say it, but you really don't want to waste time with the tdk-2.2 version. It doesn't reflect at all Turbine 2.3, and in many ways is very misleading. For a better example, either take a stab at Jeff Painters upcoming tdk-2.3, or just check out from CVS (I know, a pain...) this example app: http://jakarta.apache.org/turbine/fulcrum/fulcrum-osworkflow-example/index.h tml
to see turbine in action! > -----Original Message----- > From: Jacob Kuenzel [mailto:[EMAIL PROTECTED] > Sent: Friday, December 05, 2003 11:08 PM > To: Turbine Users List > Subject: Re: various problems with various TDK versions > > > thanks for the quick reply. > > i extracted a fresh copy of tdk-2.2_01 from the tarball, set the > environment variables, and added tdk.home to > build.properties. then, as > specified in step 3, i ran 'ant' in tdk.home. > > the newapp directory is created, and > tdk.home/webapps/newapp/WEB-INF/build/build-torque.xml definitely > exists, along with the rest of the directory structure. > > so, no luck there...it appears as though the the problem is occuring > with 'ant init' after all. > > On Fri, 5 Dec 2003 17:51:44 -0500 (EST) > Daniel <[EMAIL PROTECTED]> wrote: > > > > > Hi Jacob, > > > > I just rebuilt the newapp from the tdk 2.2_01 right now (by > following > > step #3 in the tdk how-to) and it created the "newapp" dir > along with > > the file > > <tdk_home>/webapps/newapp/WEB-INF/build/build-torque.xml > > > > So delete the <tdk_home>/webapps/newapp dir (or move it > elsewhere) and > > try going through steps 1 to 3 of the how-to, and see if the > > build-torque.xml gets generated. If not then there's a problem > > somewhere before your "ant init" step (which is step #5)... > > > > > > On Fri, 5 Dec 2003, Jacob Kuenzel wrote: > > > > > i'm pretty new to turbine, so there's a good chance that i'm > > > screwing something up. however, i have been working on this for at > > > least 24 hours with no success. > > > > > > all i want is a working TDK. i've tried versions 2.2, > 2.2_01, 2.2a2, > > > 2.2-rc1, 2.3.1_b1.200331204, and 2.3-20030905, and have gotten one > > > of two errors at the 'ant init' stage with all of them. i've found > > > many mail messages discussing both problems, but none of the > > > solutions have worked for me. > > > > > > the first error occurs with 2.2_01 (among others). the output of > > > 'ant init' follows. > > > > > > ... > > > create-db: > > > ... > > > BUILD FAILED > > > file:/home/jacob/applications/tdk-2.2_01/webapps/newapp/WEB-INF/bui > > ld/b uild-torque.xml:284: Resource not found. For more information > > consult the velocity log, or invoke ant with the -debug flag. > > ... > > > > in velocity.log, the following error is found. > > > > ... > > Fri Dec 05 17:13:43 EST 2003 [error] ResourceManager : unable to > > find resource 'sql/db-init/Control.vm' in any resource loader. > > > > the jar file ${tdk.home}/lib/tdk/torque-3.0.jar, however, contains > > this file, and *appears* to be included in the torque-classpath > > found in build-torque.xml. i'm at a loss for how to get velocity to > > use the jar file, though. > > --------------------------------------------------------------------- > 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]
