Ok... This is what I have in my plugins project.xml:
<dependency>
<groupId>torque</groupId>
<artifactId>torque-gen</artifactId>
<version>SNAPSHOT</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
And in my project.xml for Turbine I have
<dependency>
<id>torque</id>
<version>20030310.174947</version>
<url>http://db.apache.org/torque/</url>
<properties>
<war.bundle.jar>true</war.bundle.jar>
</properties>
</dependency>
So, you may just need to update your plugin, and then redeploy it? Not sure
about that part...
Also, you may want to leapfrong to the newest stuff, not sure thoguh on
that.
Eric
-----Original Message-----
From: Rodrigo Reyes [mailto:[EMAIL PROTECTED]
Sent: Monday, June 23, 2003 1:27 PM
To: Turbine Developers List; [EMAIL PROTECTED]
Subject: Re: Wanna help
Eric
That may be the problem. I found this in my project.xml file:
<dependency>
<id>torque</id>
<version>20030310.174947</version>
<url>http://db.apache.org/torque/</url>
<properties>
<war.bundle.jar>true</war.bundle.jar>
</properties>
</dependency>
... while on my $MAVEN_HOME/plugins/maven-torque-plugin-.../project.xml
file:
<dependency>
<groupId>torque</groupId>
<artifactId>torque-gen</artifactId>
<version>20030327.070220</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
Is this the problem? How do I solve it?
Rodrigo
----- Original Message -----
From: "Henning P. Schmiedehausen" <[EMAIL PROTECTED]>
Newsgroups: hometree.jakarta.turbine.dev
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 21, 2003 4:01 AM
Subject: Re: Wanna help
> "Rodrigo Reyes" <[EMAIL PROTECTED]> writes:
>
> >Eric
> > I know this may seem obvious for most of you, but how do I check that
> >the Torque plugin matches my runtime? :)
>
> The project.xml in $MAVEN_HOME/plugins/maven-torque-plugin-.../ should
contain
> the same torque version as the project.xml in your project.
>
> Regards
> Henning
>
> --
> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
> [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
>
> Java, perl, Solaris, Linux, xSP Consulting, Web Services
> freelance consultant -- Jakarta Turbine Development -- hero for hire
>
> --- Quote of the week: "Never argue with an idiot. They drag you down
> to their level, then beat you with experience." ---
>
>
> ---------------------------------------------------------------------
> 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]