On Wednesday, May 1, 2002, at 06:34 PM, Youngho Cho wrote:
> I installed maven today and tried to build turbine-2 module.
> But I got error message liked an attached file.
Did you checkout the latest copy of maven from cvs?
Maven and the various Turbine builds are changing frequently.
It seems mostly likely that you have a slightly outdated copy
of Maven trying to install the current turbine-2 stuff.
Maven's bootstrap is very easy to use and installs the very
latest stuff for you:
% cvs co jakarta-turbine-maven
% cd jakarta-turbine-maven
(you might be able to skip this step if you've already
defined maven.home in your ~/build.properties file)
% echo "maven.home=${user.home}/maven" >> ~/build.properties
% ant -f build-bootstrap.xml
-Eric
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>