Re: XDoclet, Struts and Maven: Where to start? SOLUTION

2004-01-08 Thread Moritz Petersen
sers List Subject: Re: XDoclet, Struts and Maven: Where to start? SOLUTION With the help of Marc, I finally found the problem. To let others know what I did wrong, here's the solution for working with webdoclet / strustsconfigxml: - Check the plugin.jelly of xdoclet plugin (you'll see how the

RE: XDoclet, Struts and Maven: Where to start? SOLUTION

2004-01-05 Thread Gargan, Stephen
ay, November 16, 2003 9:33 AM To: Maven Users List Subject: Re: XDoclet, Struts and Maven: Where to start? SOLUTION With the help of Marc, I finally found the problem. To let others know what I did wrong, here's the solution for working with webdoclet / strustsconfigxml: - Check the plugin.jel

Re: XDoclet, Struts and Maven: Where to start?

2003-11-17 Thread Konstantin Priblouda
--- Moritz Petersen <[EMAIL PROTECTED]> wrote: > Hi Konstantin, > > you gave me very helpful pointers, thank you! But I > still can't get it > work. I must have missed something very obvious. > > A look into plugin.jelly discovered: > > ... > > > indexVar="subelement_index"> > value="maven

Re: XDoclet, Struts and Maven: Where to start? SOLUTION

2003-11-16 Thread Moritz Petersen
With the help of Marc, I finally found the problem. To let others know what I did wrong, here's the solution for working with webdoclet / strustsconfigxml: - Check the plugin.jelly of xdoclet plugin (you'll see how the properties are processed, search for the subtask, for example "strutsconfig

Re: XDoclet, Struts and Maven: Where to start?

2003-11-15 Thread Moritz Petersen
Hi Konstantin, you gave me very helpful pointers, thank you! But I still can't get it work. I must have missed something very obvious. A look into plugin.jelly discovered: ... ... So, I added the property maven.xdoclet.webdoclet.strutsconfigxml.0=true maven.xdoclet.webdoclet.strutscon

Re: XDoclet, Struts and Maven: Where to start?

2003-11-15 Thread Konstantin Priblouda
--- Moritz Petersen <[EMAIL PROTECTED]> wrote: > I think, my last post was not precise enough. I > don't have a problem > with the xdoclet-apache-module nor with the XDoclet > tags. > > I need to know the properties that I need to set for > the *XDoclet Maven > Plugin* to make the maven-apache-

Re: XDoclet, Struts and Maven: Where to start?

2003-11-15 Thread Moritz Petersen
I think, my last post was not precise enough. I don't have a problem with the xdoclet-apache-module nor with the XDoclet tags. I need to know the properties that I need to set for the *XDoclet Maven Plugin* to make the maven-apache-module work correctly. Thank you in advance, Moritz. Am 15.

XDoclet, Struts and Maven: Where to start?

2003-11-15 Thread Moritz Petersen
Hi List, I need to work with the XDoclet Maven Plugin to generate struts-config.xml. Does anyone else have experience with that? I took a look at the XDoclet and XDoclet-Maven-Plugin, as well as in the xdoclet-apache-module source code, but did not find real pointers how to start. Is there a t