You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Kevin Cummings <ke...@mongoosetech.com> on 2001/07/02 17:54:46 UTC

RE: Problems with Optional Task (FTP)

Did you put the NetComponents jar in your Ant\lib directory? Do you have
the optional.jar file in there too? If you've done these then how about
sending a little more info..

HTH,
-- Kevin

-----Original Message-----
From: Kismarton, Laszlo [mailto:laszlo.kismarton@attws.com] 
Sent: Monday, July 02, 2001 10:42 PM
To: 'ant-user@jakarta.apache.org'
Subject: FW: Problems with Optional Task (FTP)


> I am having problems trying to use Ant's FTP.
> I have downloaded NetComponents.jar from
> http://www.savarese.org/oro/downloads/index.html#NetComponents , and
> placed the jar file in my CLASSPATH.  According to Ant's
documentation,
> this is the only step that one needs to take in order to call FTP as a
> task, but I get an error saying that it can't recognize FTP as a
taskname.
> 
> 
> Does anyone have an idea on how to make FTP work?  
> A set of necessary steps to take would be greatly appreciated.
> 
> Thanks in advance.
> 


CVS errors

Posted by Bernd Gruendling <gr...@acm.org>.
Hi,

I feel uncomfortable with the cvs task). Apparently it never returns 
an error, so I see:

[d:\anttest]ant cvs_update
Buildfile: build.xml

init:

dirs:

cvsupdate:
     [cvs] cvs [update aborted]: CVSROOT nonsense must be an absolute pathname

BUILD SUCCESSFUL

Total time: 0 seconds


(CVSROOT=nonsense is an error I introduced on purpose). Since I have 
a dial-in connection to my CVS server which sometimes does not work 
(line busy), I am afraid of working with obsolete files.

My current workaround is to use an exec task.

Did I miss something?


Regards,
Bernd Gründling.

_______________________________________________________________________
Bernd Gruendling                            Custom Software Development
Systemberatung Softwaredesign                    for Mac OS and Windows

Wendenstrasse 16                                Phone: +49 5363 97676-0
38448 Wolfsburg, Germany                    Facsimile: +49 5363 97676-9

Re: Problems with Optional Task (FTP) [newbie] [optional.jar]

Posted by Diane Holt <ho...@yahoo.com>.
--- dave young <dy...@bsis.com.au> wrote:
> I'm also having a little bit of difficulty getting ftp going. What is
> the optional.jar?? I couldn't locate it in the distribution zip file.
> Should any optional jars in the ant/lib directory be jarred up into an
> optional.jar file??

The optional.jar file for 1.3 can be found at:
  http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/ 

Diane

=====
(holtdl@yahoo.com)



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Re: Problems with Optional Task (FTP) [newbie] [optional.jar]

Posted by dave young <dy...@bsis.com.au>.
I'm also having a little bit of difficulty getting ftp going. What is
the optional.jar?? I couldn't locate it in the distribution zip file.
Should any optional jars in the ant/lib directory be jarred up into an
optional.jar file??

regards,

Dave young.
> 
> Did you put the NetComponents jar in your Ant\lib directory? Do you have
> the optional.jar file in there too? If you've done these then how about
> sending a little more info..
> 
> HTH,
> -- Kevin
> 
> -----Original Message-----
> From: Kismarton, Laszlo [mailto:laszlo.kismarton@attws.com]
> Sent: Monday, July 02, 2001 10:42 PM
> To: 'ant-user@jakarta.apache.org'
> Subject: FW: Problems with Optional Task (FTP)
> 
> > I am having problems trying to use Ant's FTP.
> > I have downloaded NetComponents.jar from
> > http://www.savarese.org/oro/downloads/index.html#NetComponents , and
> > placed the jar file in my CLASSPATH.  According to Ant's
> documentation,
> > this is the only step that one needs to take in order to call FTP as a
> > task, but I get an error saying that it can't recognize FTP as a
> taskname.
> >
> >
> > Does anyone have an idea on how to make FTP work?
> > A set of necessary steps to take would be greatly appreciated.
> >
> > Thanks in advance.
> >