|
Ant example source code file (initializeclass.xml)
The initializeclass.xml source code
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="test" default="all">
<target name="all"/>
<target name="forked">
<java fork="true" output="forkedout" failonerror="true"
className="org.apache.tools.ant.taskdefs.dir1.B">
<classpath>
<pathelement path="../../../../build/testcases"/>
<pathelement location="${java.home}/lib/classes.zip" />
</classpath>
</java>
</target>
<target name="unforked">
<java className="org.apache.tools.ant.taskdefs.dir1.B">
<classpath>
<pathelement path="../../../../build/testcases"/>
<pathelement location="${java.home}/lib/classes.zip" />
</classpath>
</java>
</target>
</project>
Other Ant examples (source code examples)Here is a short list of links related to this Ant initializeclass.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.