--- 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:
> 
> ...
> 
> <j:set var="subelement_index" value="0"/>
> <j:forEach begin="0" end="20"
> indexVar="subelement_index">
> <j:set var="subelement_index_var_name" 
>
value="maven.xdoclet.webdoclet.strutsconfigxml.${subelement_index}"/>
>    <j:if
>
test="${context.getVariable(subelement_index_var_name)
> == 
> 'true'}">
> 
> ...
> 
> So, I added the property
> 
> maven.xdoclet.webdoclet.strutsconfigxml.0=true

maven.xdoclet.webdoclet.strutsconfigxml.0.enybled=true
>
maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.1
> 
> but it still doesn't work. So I tried additionally:
> 
> maven.xdoclet.webdoclet.fileset.4=true
> 
> 
> because I thought it would ignore my *Action
> classes, but it still 
> didn't made it work. Changing "0" to "4" in the
> strutsconfigxml 
> properties also didn't change anything.
> I am pretty sure, that my properties are not ignored
> in general, 
> because I define properties for other Xdoclet
> modules 
> (hibernatedoclet), which are not ignored.
> 
> Do you have any clue about what I am missing?

Well, did you activated maven debug? This produces a
lot of output, where you may find some clues. 

Here are my properties for externalizer & hibernate:
( I do not use struts at all , so can not help with
working example )
---%<----------
maven.xdoclet.xdoclet.destDir=${basedir}/target/xdoclet/xdoclet
maven.xdoclet.xdoclet.externalizer.0=true
maven.xdoclet.xdoclet.externalizer.0.destinationFile={0}{1}.properties

maven.xdoclet.xdoclet.propertiestranslator.0=true
maven.xdoclet.xdoclet.fileset.0=true
maven.xdoclet.xdoclet.fileset.0.include=**/*.java

---%<---------

regards,



=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verst�rkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] f�r die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to