HI ,
i am trying to deply the code by using
ant script in remote machine by using FTP?
i found the below code from one of the site on google.
when i run the build file i am getting the follwing error:
BUILD FAILED
E:\BuildDomain\Build1.xml:98: The following error occurred while executing this line:
E:\BuildDomain\Build1.xml:113: Could not create type ftp due to java.lang.NoClassDefFoun
dError: org/apache/commons/net/ftp/FTPClientConfig
here my doubt is org/apache/commons/net/ftp/FTPClientConfig this file is mandatory to FTP the files to remote machine, or is there any alternative way for this?