Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51011 - ant ftp task not been build in ant-optional (1.6.1-r1) while most other optional tasks are
Summary: ant ftp task not been build in ant-optional (1.6.1-r1) while most other optio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-14 00:06 UTC by Olivier Van Acker
Modified: 2004-05-18 21:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
added commons-net so ftp task gets included (ant-optional-1.6.1-r1.ebuild.patch,1.37 KB, patch)
2004-05-18 03:51 UTC, Olivier Van Acker
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Van Acker 2004-05-14 00:06:35 UTC
When emerging ant-optional-1.6.1-r1 and ant-1.6.1-r1 most optional tasks are available, but the ftp task is missing although the commons-net.jar which contains the ftp functions is build and installed when building ant-optional.

Reproducible: Always
Steps to Reproduce:
1. create build.xml with ftp task (<ftp server="..." userid="..." password="..." >
2. run ant
3.
Actual Results:  
Output:
BUILD FAILED
.... : Could not create task of type: ftp

Ant couldnot find the task or a class this task relies upon.
....

Expected Results:  
doing an ftp

Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040420-r0,
2.6.5-gentoo)
=================================================================
System uname: 2.6.5-gentoo i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apm arts avi berkdb crypt cups encode esd foomaticdb gdbm gif
gnome gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod mmx motif
mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python
qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Olivier Van Acker 2004-05-18 03:51:24 UTC
Created attachment 31641 [details, diff]
added commons-net so ftp task gets included
Comment 2 Chris Aniszczyk (RETIRED) gentoo-dev 2004-05-18 21:30:07 UTC
Thanks, fixed in portage now ;)