|
Ant example source code file (dynamictask.xml)
The dynamictask.xml source code<?xml version="1.0"?> <project name="dynamic-test" default="simple"> <path id="testclasses"> <pathelement location="../../../../build/testcases" /> <pathelement path="${java.class.path}" /> </path> <target name="simple"> <taskdef name="dyna" classname="org.apache.tools.ant.taskdefs.DynamicTask"> <classpath refid="testclasses" /> </taskdef> <dyna prop1="1" prop2="2"> <sub prop3="3"/> <anything prop4="4"/> </dyna> </target> </project> Other Ant examples (source code examples)Here is a short list of links related to this Ant dynamictask.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.