Hi,

>    <ant:echo message="${dep.artifactId}"/>

try:  <ant:echo message="${dep.artifactId()}"/>


the following code prints all dependencies to file:

    <j:forEach var="iter" items="${pom.dependencies}" indexVar="counter">
      <j:set var="actDep" value="Dependency_${counter}: ${iter.getArtifact()}" 
/>
      <ant:echo file="${webapp.manifest.manifest}"
        append="true" 
        message='${actDep}&#xA;' /> 
    </j:forEach> 


Regards,

Volker


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

Reply via email to