I have the following code in the maven-antrun-plugin.  However, it is
not working.  May someone please tell me what is wrong with it?  Code
like this works perfectly in Ant.  Thanks.

<configuration>
        <tasks>
                <taskdef
resource="net/sf/antcontrib/antcontrib.properties">
                        <classpath>
                                <pathelement
location="ant-contrib-x.y.jar"/>
                          </classpath>
                </taskdef> 
                
                <foreach list="a,b,c," param="letter" target="print"/>
                
                <target name="print">
                        <echo message="Hello">
                </target>
        </tasks>
</configuration> 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]

Reply via email to