Re: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
Could it be that I should modify my pom.xml? Perhaps I used variables that put the files in a wrong position so that it can't find it in the classpath? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Allison, Bob
--Original Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:03 To: Maven Users List Subject: Re: [M2] Xdoclet plugin and hibernate task The classes compile just fine, here's a a class and the baseobject; User.java: package org.appfuse

Re: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
Allison, Bob wrote: So do all five classes compile without using XDoclet? Yes, they all compile, furthermore they are the same classes from the well established framework appfuse, meaning the annotations are correct (although I'm not shure if he uses hibernate 2.0 or 3.0 as a version). -

RE: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Allison, Bob
So do all five classes compile without using XDoclet? -Original Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:00 To: Maven Users List Subject: Re: [M2] Xdoclet plugin and hibernate task BaseObject is in the same folter as the model objects

Re: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
The classes compile just fine, here's a a class and the baseobject; User.java: package org.appfuse.model; import java.io.Serializable; import java.util.HashSet; import java.util.Set; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; i

Re: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
t from being able to work properly. -Original Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 11:42 To: Maven Users List Subject: [M2] Xdoclet plugin and hibernate task Hi, I've been trying the xdoclet plugin 1.0-alpha-2 from org.codehaus.mojo

RE: [M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Allison, Bob
[mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 11:42 To: Maven Users List Subject: [M2] Xdoclet plugin and hibernate task Hi, I've been trying the xdoclet plugin 1.0-alpha-2 from org.codehaus.mojo ; I've tried to compile some standard hibernate annotated classes from the a

[M2] Xdoclet plugin and hibernate task

2005-11-18 Thread Srepfler Srgjan
Hi, I've been trying the xdoclet plugin 1.0-alpha-2 from org.codehaus.mojo ; I've tried to compile some standard hibernate annotated classes from the appfuse project and I'm getting this error: Below is the pom.xml, any ideas why am I getting this error message? Thanks in advance, keep up the g