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?
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.
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/screens/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/actions/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/actions/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]