RE: Maven2 xdoclet jsptaglib How?

2006-01-19 Thread Druzhinin, Dmitry \(DB\)
> YES! It was not Maven problem! > My tag classes extend Struts BaseHandlerTag class. NOPE, it IS Maven problem! When your tag class extends BaseHandlerTag from Struts, Xdoclet looks for it in the classpath. But maven Xdoclet plugin, as well as other plugins, doesn't include project dependencie

Re: Maven2 xdoclet jsptaglib How?

2006-01-19 Thread MiSt
Allison, Bob napisał(a): I am not sure what the problem is, but it is definitely an XDoclet problem, not a Maven problem. You might get better answers on an XDoclet forum. YES! It was not Maven problem! My tag classes extend Struts BaseHandlerTag class. I changed it to TagSupport and xdo

RE: Maven2 xdoclet jsptaglib How?

2006-01-18 Thread Allison, Bob
January 18, 2006 08:14 To: Maven Users List Subject: Re: Maven2 xdoclet jsptaglib How? Allison, Bob napisał(a): > I am not sure what the problem is, but it is definitely an XDoclet problem, > not a Maven problem. You might get better answers on an XDoclet forum. I am not sure. xdoclet-maven-pl

Re: Maven2 xdoclet jsptaglib How?

2006-01-18 Thread MiSt
Allison, Bob napisał(a): I am not sure what the problem is, but it is definitely an XDoclet problem, not a Maven problem. You might get better answers on an XDoclet forum. I am not sure. xdoclet-maven-plugin is based on antrun plugin. Children of element tasks in configuration are ant task.

Re: Maven2 xdoclet jsptaglib How?

2006-01-18 Thread MiSt
Grégory Joseph napisał(a): Hi, I could only advise to try out xdoclet2 and its fresh maven2 plugin ;-) See http://xdoclet.codehaus.org/Maven2+Plugin for some incomplete info. I'll be glad to hear your comments. Can't update the docs right now though, our confluence seems to be having a hard time

RE: Maven2 xdoclet jsptaglib How?

2006-01-18 Thread Allison, Bob
: Maven2 xdoclet jsptaglib How? Hi, I could only advise to try out xdoclet2 and its fresh maven2 plugin ;-) See http://xdoclet.codehaus.org/Maven2+Plugin for some incomplete info. I'll be glad to hear your comments. Can't update the docs right now though, our confluence seems to be hav

Re: Maven2 xdoclet jsptaglib How?

2006-01-18 Thread Grégory Joseph
Hi, I could only advise to try out xdoclet2 and its fresh maven2 plugin ;-) See http://xdoclet.codehaus.org/Maven2+Plugin for some incomplete info. I'll be glad to hear your comments. Can't update the docs right now though, our confluence seems to be having a hard time. On 18/01/06, MiSt <[EMAIL