Figured it out. I think I'll go stick my head in the sand. The ant script which copied over the newly built ant libraries wasn't copying the optional.jar over - I had cut and pasted some code (in a properties file)- messing it up. Ant.jar was copied over but not optional.jar. I think it would be nice, especially for the optional tasks, to have ant's build file spit out a list of the tasks actually built and/or warn when a dependency isn't present (I'll put something together and post it later).
Thanks, -Ryan Cuprak On 9/25/02 1:20 PM, "Matt Benson" <[EMAIL PROTECTED]> wrote: > Did you add the netcomponents jar to $ANT_HOME/lib ? > > -Matt > > --- Ryan Cuprak <[EMAIL PROTECTED]> wrote: >> >> Hello, >> I am trying to get the optional ftp task to >> compile. I have downloaded the >> netcomponents package and added it to the classpath >> but I am not certain why >> it isn't being detected. How do I "echo" the >> classpathref to see what is >> going on? >> >> Thanks, >> Ryan Cuprak >> >> >> -- >> To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> >> > > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
