I'm using b9. Here is the artifact entry from project.xml in the $MAVEN_HOME/plugins/maven-torque-plugin-3.1/project.xml (handtyped, not pasted):
<dependency> <groupId>torque</groupId> <artifactId>torque-gen</artifactId> <version>3.1-alpha</version> I made this change myself (the original was not pointing to a 3.0 version however), generated this jar from source and changed the name to match the dependency entry. I also, rebuilt the plugin. And I am still getting the same error. What I am I missing at this point? Ok, On Wed, 2003-07-02 at 11:12, Henning Schmiedehausen wrote: > Hi, > > what maven version are you using? You really have "torque-3.1-alpha" in > your $MAVEN_HOME/plugins/maven-torque-plugin/project.xml file? > > The only way that the problem that you describe, occurs is, when the > templates get created with a 3.0 torque generator and compiled with a > 3.1 runtime (or vice versa). > > category gets created by the 3.0 templates. I'm 100% sure on this. > > Regards > Henning > > > On Wed, 2003-07-02 at 16:20, Bill wrote: > > Henning > > > > I didn't think that was the problem since I built the jar and the plugin > > from the same checked out source, but I hadn't updated since last week > > so I figured what the heck. After checking out the latest torque and > > rebuilding everything, I am still getting the same problem. > > > > The category reference is to a logger correct? And this logger should be > > inherited from o.a.torque.util.BasePeer correct? BasePeer has no > > definition for a "category" variable. > > > > -b > > > > > > On Wed, 2003-07-02 at 09:03, Henning P. Schmiedehausen wrote: > > > Bill <[EMAIL PROTECTED]> writes: > > > > > > >The Peer classes in o.a.t.s.security.torque.om and o.a.t.s.schedule will > > > >not compile due to an unresolved symbol, category. > > > > > > >I just checked out a new copy of the HEAD this morning, about 8am EST. > > > > > > Make sure, that your maven-torque-plugin also uses the 3.1-alpha > > > generator. > > > > > > Regards > > > Henning -- Bill <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
