org.apache.ivy.ant
Class IvyCheck
public
class
IvyCheck
extends IvyTask
Checks the given ivy file using current configuration to see if all dependencies are available,
with good confs. If a resolver name is given, it also checks that the declared publications are
available in the corresponding resolver. Note that the check is not performed recursively, i.e.
if a dependency has itself dependencies badly described or not available, this check will not
discover it.
public void addFileset(FileSet set)
Adds a set of files to check.
Parameters: set
a set of files to check
public void doExecute()
public File getFile()
public String getResolvername()
public void setFile(File file)
public void setResolvername(String resolverName)