Mailing List
Home
Cocoon - MVC web framework based on XML/XSL
Maven - Project building tool
Ant - A Java building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database, Microsoft SQL server ...
MySQL - an open source database
Red Hat Linux Installation and Config discussions ...
Click here to subscribe to Jakatar mailing list
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Servlet File Download dialog problem (IE6,Adobe 6 0)
Proposal: Adding jar manifest classpath in jar and war plugins
Unsupported major minor version 48 0 problem while running the an
   telope task
java security AccessControlException: access denied (java io FilePermission
axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
jsp data into Excel
Classpath problem
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Running junit tests fails
XDoclet, Struts and Maven: Where to start? SOLUTION
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
AXIS: tomcat timeout ?
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
I am having a problem doing an ftp task

I am having a problem doing an ftp task

2003-12-13       - By Bill Chmura

 Back
Reply:     1     2     3  


Well, thats a fine how-do-you-do...

Sure enough the ftp classes are missing in the optional package. I know what
to do from here.

For you other guestion... Gentoo is a linux distro that works under three
premises:

#1) Performance - everything is compiled for your processor
#2) Choice - you get to pick all the options for your system (what logger,
what cron, etc)
#3) That you have all the time in the world to compile, cause everything comes
down in source and gets compiled locally (I hear like BSD)

Anyway, its cool, worth a look if your gettting tired with your current distro

Tanks for the help

Bill



On Saturday 13 December 2003 06:29 am, Antoine L�vy-Lambert wrote:
> Bill Chmura wrote:
> >Hi all,
> >
> >
> >
> >I have the same build file that does an ftp task... It used to work, but
> > now under gentoo it does not.
> >
> >The vitals:
> >
> >Gentoo
> >Running blackdown-jdk-1.4.1
> >Apache Ant version 1.5.4
> >I also have the NetComponents.jar installed.
> >
> >I get :
> >file:/home/wbchmura/bin/siteframer2-dist/bin/build_system_file.xml:176:
> > Could not create task or type of type: ftp. Ant could not find the task
> > or a class this task relies upon.
>
> Hi Bill,
>
> >Any suggestions?
>
> try this :
>
> $ jar tvf $ANT_HOME/lib/optional.jar | grep -i ftp
> 3264 Tue Aug 12 14:07:50 2003
> org/apache/tools/ant/taskdefs/optional/net/FTP$FTPDirectoryScanner.class
> 1309 Tue Aug 12 14:07:50 2003
> org/apache/tools/ant/taskdefs/optional/net/FTP$Action.class
> 15759 Tue Aug 12 14:07:50 2003
> org/apache/tools/ant/taskdefs/optional/net/FTP.class
>
> If you do not get the output listed above, then your optional.jar is
> missing the ftp support class and your ant installation cannot support
> the ftp task.
>
> >I had all this working under redhat and windows, but I just moved to
> > gentoo and I cannot get this to work anymore.
>
> I do not know what gentoo is. Is this a particular sort of UNIX ?
>
> >For good measure I also:
> >Put a copy of the NetComponents.jar in the jre/lib/ext directory
> >Added both the NetComponents and Optional jars to the classpath
>
> You do not need to have anything in the CLASSPATH before starting ant,
> nor NetComponents.jar under jre/lib/ext. :-(
>
> You can also try ant1.6beta3 with commons-net.jar. :-)
>
> Cheers,
>
> Antoine
>
>
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)