Thanks for the quick response, Jason.  :)  This project's been quite the
learning curve for me.

Frank.

Jason van Zyl wrote:
> 
> On 6/27/01 6:58 PM, "Frank Marcus" <[EMAIL PROTECTED]> wrote:
> 
> > Hey all,
> >
> > I'm having some newbie growing pains checking out source from the
> > anonymous cvs.
> >
> > Following the instructions found on the jakarta.apache.org/turbine
> > homepage, I'm attempting to checkout from the anonymous cvs and build
> > turbine 2.2-dev (which I have successfully done).  Now I'm trying to
> > figure out how to plug this in to the tdk.  When I attempt to download
> > the tdk from the anon cvs, I'm not getting something that's buildable.
> > (The build.props file in the root directory also says it's version is
> > 2.1b1)  Am I missing a step or two between downloading the tdk from the
> > cvs and building it?
> 
> Yup, you have a tdk for 2.1, and you are building 2.2. They are not
> 100% backward compatible yet but I'm working on it. There will be
> another release of 2.1 soon.
> 
> > The other (futile) attempt I made to get this to work is to replace the
> > turbine 2.1 jar in the tdk release with the turbine 2.2-dev jar that I
> > build from the cvs source.  As I assume you can probably guess, I can't
> > compile a sample application.
> 
> Nope. 2.2 won't work with 2.1 right now.
> 
> > Here is the (a small portion) of the errors generated:
> >
> > compile:
> >   [javac] Compiling 25 source files to
> > /usr/local/tdk/webapps/site01a/WEB-INF/classes
> >   [javac]
> > /usr/local/tdk/webapps/site01a/WEB-INF/src/java/ca/bcit/cst/web/modules/screen
> > s/ServletInfo.java:58:
> > cannot resolve symbol
> >   [javac] symbol  : class TurbineServlet
> >   [javac] location: package servlet
> >   [javac] import org.apache.turbine.services.servlet.TurbineServlet;
> >   [javac]                                            ^
> >   [javac]
> > /usr/local/tdk/webapps/site01a/WEB-INF/src/java/ca/bcit/cst/web/modules/action
> > s/Upload.java:62:
> > cannot resolve symbol
> >   [javac] symbol  : class FileItem
> >   [javac] location: package upload
> >   [javac] import org.apache.turbine.util.upload.FileItem;
> >   [javac]                                       ^
> >   [javac]
> > /usr/local/tdk/webapps/site01a/WEB-INF/src/java/ca/bcit/cst/web/modules/action
> > s/Upload.java:63:
> > cannot resolve symbol
> >   [javac] symbol  : class TurbineServlet
> >   [javac] location: package servlet
> >   [javac] import org.apache.turbine.services.servlet.TurbineServlet;
> >   [javac]                                            ^
> >   [javac]
> >             .
> >             .
> >             .
> >   [javac]             ^
> >   [javac] 92 errors
> >   [javac] 7 warnings
> >
> > Total time: 1 minute 3 seconds
> >
> > And the actual question:  What the H*** do I do to get the cvs code to
> > work?  Am I even downloading the right cvs code?  (the newbie pains are
> > very hurtful today :)
> >
> > Thanks,
> >
> > Frank.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> --
> 
> jvz.
> 
> Jason van Zyl
> 
> http://tambora.zenplex.org
> http://jakarta.apache.org/turbine
> http://jakarta.apache.org/velocity
> http://jakarta.apache.org/alexandria
> http://jakarta.apache.org/commons
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to