Hello Dion,
from the question it seems that the name is constructed by the script, so You don't have the name literally.
Regards Peter
Dion Gillard schrieb:
? what is wrong with ${maven.javadoc2xml.repo.overviewsimple.name} ?
On Mon, 13 Sep 2004 21:53:25 +0200, Rolf Schmidiger <[EMAIL PROTECTED]> wrote:
Hello
Simple Jelly question:
I have some properties: ############################################################################ #################### maven.javadoc2xml.reports=overviewsimple,javadocsimple
maven.javadoc2xml.report.overviewsimple.name=A Simple Overview XDOC maven.javadoc2xml.report.overviewsimple.xslt=./src/plugin-resources/xml-2xdo c-overview-simple.xsl maven.javadoc2xml.report.overviewsimple.result=./target/generated-xdocs/java doc2xml-overview-simple.xml
I use <util:tokenize var="reports" delim=",">${maven.javadoc2xml.reports}</util:tokenize> To iterate. Getting "maven.javadoc2xml.report.overviewsimple.name" is simple, but how do i get the VALUE of "maven.javadoc2xml.report.overviewsimple.name" ????
Thanks 4 help
Cheers Rolf
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
