On Tue, 2002-04-30 at 16:47, James A. Hillyerd wrote: > I'm having problems building Torque from CVS. I blew away my old torque > directory and did a fresh checkout, deleted maven and grabbed the latest > version of the site (b3).
Maven is moving along quickly and requires that you keep up with Maven in CVS. This is why we are doing this with the Turbine projects because most of us build everything from source. You will definitely not have to do this when maven goes 1.0 but for now you'll have to go the CVS route with Maven. > When I do: > > ant -f build-maven.xml maven:update-jars > > It doesn't report any errors. I grabbed the activation and junit jars > by hand and put them in my lib.repo > > When I do: > > ant > > I get: > > compile: > [javac] Compiling 62 source files to > /home/makita/james/devel/jakarta-turbine-torque/target/classes > [javac] > >/home/makita/james/devel/jakarta-turbine-torque/src/java/org/apache/torque/Torque.java:95: > org.apache.torque.Torque should be declared abstract; it does not define >configure(org.apache.stratum.configuration.Configuration) in org.apache.torque.Torque > [javac] public class Torque implements Initializable, Configurable > [javac] ^ > [javac] 1 error > > > I saw this error posted earlier by someone else, and it didn't seem to > ever get resolved. Does a newer version of commons-configuration need > to be added to maven? > > -james > > -- > [] James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer > [] PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
