|
Ant example source code file (pathconvert.xml)
The pathconvert.xml source code
<project name="pathconvert">
<path id="testpath">
<pathelement path="${ant.file}" />
</path>
<target name="testmap">
<pathconvert property="result" dirsep="#">
<path refid="testpath" />
<map from="${basedir}" to="test" />
</pathconvert>
</target>
<target name="testmapper">
<pathconvert property="result" dirsep="#">
<path refid="testpath" />
<mapper type="glob" from="${basedir}" to="test" />
</pathconvert>
</target>
<target name="testnotargetos">
<pathconvert property="result" refid="testpath" />
</target>
</project>
Other Ant examples (source code examples)Here is a short list of links related to this Ant pathconvert.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.