Hi
in "apache-ant-1.7.2/docs/manual/api/org/apache/tools/ant/util"
there is FileUtils.html.
In there I found this:
static
FileUtils<file:///Users/francescomaiorano/Desktop/apache-ant-1.7.1/docs/manual/api/org/apache/tools/ant/util/FileUtils.html>
*getFileUtils<file:///Users/francescomaiorano/Desktop/apache-ant-1.7.1/docs/manual/api/org/apache/tools/ant/util/FileUtils.html#getFileUtils()>
*()
Method to retrieve The FileUtils, which is shared by all users of
this method.
getFileUtils
public static FileUtils
<file:///Users/francescomaiorano/Desktop/apache-ant-1.7.1/docs/manual/api/org/apache/tools/ant/util/FileUtils.html>
*getFileUtils*()
Method to retrieve The FileUtils, which is shared by all users of this method.
Returns: an instance of FileUtils.
Since: Ant 1.6.3
So, I'm wondering why suddenly with version 1.7.1 it throws such an error (
java.lang.NoSuchMethodError:
org.apache.tools.ant.util.FileUtils.getFileUtils()Lorg/apache/tools/ant/util/FileUtils;
) when deploying the gar file.
I've already found this error in the past, and updating Ant 1.6.2 to 1.7.1,
solved the problem.
Can anyone help me?
Thank you very much!
Francesco