Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 51128 invoked by uid 500); 23 Mar 2001 07:12:58 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 51110 invoked from network); 23 Mar 2001 07:12:56 -0000 Message-ID: <7855DFB1AAE8D411B84500B0D0795FEA0833CE@mini.lucid.co.in> From: Balasubramanian S To: 'Stefan Bodewig ' , "'ant-user@jakarta.apache.org '" Subject: FTP problem Date: Fri, 23 Mar 2001 12:41:55 +0530 Importance: high X-Priority: 1 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N hi iam working on ftp .Iam using antv1.3 and i have downloaded optional.jar from the ant site .Other optional task like junit are all working fine .But when tried to use the optional task like ftp and telnet ,it is not working properly I have included my snippet code of build.xml and error message below .Please help me Error Message ------------- java.lang.NoClassDefFoundError: com/oroinc/net/ftp/FTPClient at org.apache.tools.ant.taskdefs.optional.net.FTP.execute(FTP.java:733) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:124) at org.apache.tools.ant.Target.execute(Target.java, Compiled Code) at org.apache.tools.ant.Project.runTarget(Project.java:898) at org.apache.tools.ant.Project.executeTarget(Project.java, Compiled Cod e) at org.apache.tools.ant.Project.executeTargets(Project.java, Compiled Co de) at org.apache.tools.ant.Main.runBuild(Main.java, Compiled Code) at org.apache.tools.ant.Main.main(Main.java:149) Total time: 1 second com/oroinc/net/ftp/FTPClient build.xml ---------