Return-Path: Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 32801 invoked from network); 13 May 2003 12:01:29 -0000 Received: from unknown (HELO hqexch01.upstate.com) (205.160.101.145) by daedalus.apache.org with SMTP; 13 May 2003 12:01:29 -0000 Received: by hqexch01.upstate.com with Internet Mail Service (5.5.2653.19) id ; Tue, 13 May 2003 08:00:47 -0400 Message-ID: <4C47F66C98B28B4F903120350DEF05B06CB261@hqexch01.upstate.com> From: EPugh@upstate.com To: torque-user@db.apache.org Cc: turbine-dev@jakarta.apache.org Subject: Error in Torque Generated Java Code In Turbine Date: Tue, 13 May 2003 08:00:41 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C31947.46DB5EA0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C31947.46DB5EA0 Content-Type: text/plain; charset="iso-8859-1" I am cross posting this because there has been traffic on both lists about this, but is really a maven issue With maven from CVS head, on windows, I set up my MAVEN_HOME to be d:\java\maven. And in fact everything was installed there. However, when I run maven, and install plugins etc, it installs them in my c:\document settings\cville.epugh\.maven directory. So, when the torque plugin looked for the plugin.properties file to use to generate the classes, it was looking in d:\java\maven\plugins\maven-torque-plugin-3.1/plugin.properties, however, all that was there was the unexpanded jars. The expaneded jars were all in c:\document settings\cville.epugh\.maven\plugins\* directories! So I manually copied the expanded jar over, and now things work... thanks for all the help on the lists... Eric Pugh [echo] maven.home = D:\java\maven [echo] maven.home.local = C:\Documents and Settings\epugh.CVILLE\.maven [echo] maven.repo.local = D:\java\maven\repository PS, I sent an email to the maven list about this... ------_=_NextPart_001_01C31947.46DB5EA0--