You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by "Weaver, Scott" <Sw...@rippe.com> on 2001/10/24 21:42:17 UTC

2.2b1 and ant init failing

I upgraded one of my webapps to 2.2b1, but when I try to run "ant init" I
always get this error.


BUILD FAILED

The <torque-create-db> task doesn't support the "databasename" attribute.

Any thoughts?

Thanks,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: 2.2b1 and ant init failing

Posted by Daniel Rall <dl...@finemaltcoding.com>.
"Weaver, Scott" <Sw...@rippe.com> writes:

> I upgraded one of my webapps to 2.2b1, but when I try to run "ant init" I
> always get this error.
>
>
> BUILD FAILED
>
> The <torque-create-db> task doesn't support the "databasename" attribute.

It sounds like the build.xml which is being executed doesn't
correspond to the Turbine JAR you're using.  Get a newer version of
the TDK, perhaps?  Or javap the class corresponding to the
torque-create-db and adjust your existing build.xml based on the Bean
methods now available to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org