RE: CNE using maven-plugin from cvs

2004-06-14 Thread Lach, Thierry
Try using maven 1.0rc3, and removing the root property entries from the project.xml for the torque plugin. -Original Message- From: Rolf Kulemann [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:23 PM To: Apache Torque Users List Subject: RE: CNE using maven-plugin from cvs On

RE: CNE using maven-plugin from cvs

2004-06-14 Thread Rolf Kulemann
On Mon, 2004-06-14 at 20:40, Brent Atkins wrote: > I posted a similar question a few months ago... > http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=3425 > > and found a solution that I posted here... > http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=3443 > > It may be a lon

RE: CNE using maven-plugin from cvs

2004-06-14 Thread Rolf Kulemann
On Mon, 2004-06-14 at 21:34, Brent Atkins wrote: > So you tried making the change to plug-in.jelly that I mentioned here > http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=3443 No, not exactly that, but in the file plugin.jelly. See my snippet. I simply added a pathelement to the definit

RE: CNE using maven-plugin from cvs

2004-06-14 Thread Brent Atkins
4 3:05 PM To: Apache Torque Users List Subject: RE: CNE using maven-plugin from cvs On Mon, 2004-06-14 at 20:40, Brent Atkins wrote: > I posted a similar question a few months ago... > http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=3425 > > and found a solution tha

RE: CNE using maven-plugin from cvs

2004-06-14 Thread Rolf Kulemann
On Mon, 2004-06-14 at 20:40, Brent Atkins wrote: > I posted a similar question a few months ago... > http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=3425 > > and found a solution that I posted here... > http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=3443 > > It may be a lon

RE: CNE using maven-plugin from cvs

2004-06-14 Thread Brent Atkins
Original Message- From: Rolf Kulemann [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 2:34 PM To: Apache Torque Users List Subject: RE: CNE using maven-plugin from cvs On Mon, 2004-06-14 at 20:21, Brent Atkins wrote: > The project.xml file only downloads the proper driver. Have y

RE: CNE using maven-plugin from cvs

2004-06-14 Thread Rolf Kulemann
On Mon, 2004-06-14 at 20:21, Brent Atkins wrote: > The project.xml file only downloads the proper driver. Have you set your properties > correctly in > your project.properties file? I had done that, thanks, so my problem persists. More ideas? -- Rolf Kulemann

RE: CNE using maven-plugin from cvs

2004-06-14 Thread Brent Atkins
The project.xml file only downloads the proper driver. Have you set your properties correctly in your project.properties file? My project looks a bit like this... #- # Torque Plugin Properties #- #

Re: CNE using maven-plugin from cvs

2004-06-14 Thread Rolf Kulemann
On Mon, 2004-06-14 at 20:15, Rolf Kulemann wrote: > Hello, > > I try to use the maven-plugin goal torque:jdbc and get a > ClassNotFoundException concerning my jdbc driver class. > > I thought it should be enough to have the driver specified as a > dependency in my project.xml. How can I tell the