You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Fabien Broillet <fb...@freesurf.ch> on 2004/01/08 09:21:45 UTC

Urgent : Ant 1.6 Problem with task "FTP" !!!

Hello !!

I have a small problem. I can't use the task "ftp" with the file build.xml !!! I don't understand this error because I have the .jar files.

Help-me please !!

Best Regards !!

Here you have the error code :

[ftp] BUILD FAILED: file:C:/RadioWeb/build.xml:56: Could not create task or type of type: ftp.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual 

solutions are to read the manual pages then download and

install needed JAR files, or fix the build file: 

- You have misspelt 'ftp'.

Fix: check your spelling.

- The task needs an external JAR file to execute

and this is not found at the right place in the classpath.

Fix: check the documentation for dependencies.

Fix: declare the task.

- The task is an Ant optional task and optional.jar is absent

Fix: look for optional.jar in ANT_HOME/lib, download if needed

- The task was not built into optional.jar as dependent

libraries were not found at build time.

Fix: look in the JAR to verify, then rebuild with the needed

libraries, or download a release version from apache.org

- The build file was written for a later version of Ant

Fix: upgrade to at least the latest release version of Ant

- The task is not an Ant core or optional task 

and needs to be declared using <taskdef>.

Remember that for JAR files to be visible to Ant tasks implemented

in ANT_HOME/lib, the files must be in the same directory or on the

classpath

Please neither file bug reports on this problem, nor email the

Ant mailing lists, until all of these causes have been explored,

as this is not an Ant bug.

Total time: 281 milliseconds

Fabien Broillet

CP 13
1782 Belfaux
mobile : 079 / 209.69.40

Re: Urgent : Ant 1.6 Problem with task "FTP" !!!

Posted by Fabien Broillet <fb...@freesurf.ch>.
Tu parles français ?

Si oui, peux-tu me dire comment je dois faire pour utiliser la librairie
commons-net.jar, ou je peux la trouver et tout et tou ?

Fabien Broillet

CP 13
1782 Belfaux
mobile : 079 / 209.69.40
----- Original Message ----- 
From: "Antoine Lévy-Lambert" <an...@antbuild.com>
To: "Ant Users List" <us...@ant.apache.org>
Sent: Thursday, January 08, 2004 12:15 PM
Subject: Re: Urgent : Ant 1.6 Problem with task "FTP" !!!


> Fabien Broillet wrote:
>
> >Hello !!
> >
> >I have a small problem. I can't use the task "ftp" with the file
build.xml !!! I don't understand this error because I have the .jar files.
> >
> >Help-me please !!
> >
> >Best Regards !!
> >
> >Here you have the error code :
> >
> >
> >
> you need commons-net.jar from jakarta
> see the installation docu and the library dependencies.
> and the corresponding ant-commons-net.jar from the ant distribution
>
>
> Bonne année 2004 aussi. :-)
>
>
> Antoine
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Urgent : Ant 1.6 Problem with task "FTP" !!!

Posted by Antoine Lévy-Lambert <an...@antbuild.com>.
Fabien Broillet wrote:

>Hello !!
>
>I have a small problem. I can't use the task "ftp" with the file build.xml !!! I don't understand this error because I have the .jar files.
>
>Help-me please !!
>
>Best Regards !!
>
>Here you have the error code :
>
>  
>
you need commons-net.jar from jakarta
see the installation docu and the library dependencies.
and the corresponding ant-commons-net.jar from the ant distribution


Bonne année 2004 aussi. :-)


Antoine

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org