Comment echo. genapp doesn't work if this echo are present ????????
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16d65bc7df
commit
fdf2ed260b
@ -92,12 +92,12 @@
|
||||
</j:forEach>
|
||||
|
||||
<!-- Show used variables for template -->
|
||||
<ant:echo>Parameters used in template:</ant:echo>
|
||||
<!-- ant:echo>Parameters used in template:</ant:echo -->
|
||||
<j:forEach var="var" items="${maven.genapp.param.split}">
|
||||
<j:set var="varname">maven.genapp.template.${var}</j:set>
|
||||
<j:set var="value" value="${context.findVariable(varname)}"/>
|
||||
<j:invoke method="toUpperCase" on="${var}" var="placeholder" />
|
||||
<ant:echo>${varname} (${placeholder}):${value}</ant:echo>
|
||||
<!-- ant:echo>${varname} (${placeholder}):${value}</ant:echo -->
|
||||
</j:forEach>
|
||||
|
||||
<!-- Turn the specified package into a path -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user