How to set an Ant task attribute with type of string array

2008-09-27 Thread Nan Null
There is an Ant task, where it has this method: public String[] getExtraClasses() public void setExtraClasses(String[] extraClasses) How do I set these extra classes? This doesn't work: - To unsubscribe, e-mail: [EMAIL PROT

Re: Ant 1.7.1 install on Ubuntu problem

2008-09-27 Thread Patrick Waugh
Found the problem. The .tar.gz archieve is missing the lib files. I downloaded the .bz2, and all was fine. Patrick On Sat, Sep 27, 2008 at 5:26 AM, Patrick Waugh <[EMAIL PROTECTED]> wrote: > I'm trying to install Ant system-wide on my Ubuntu Hardy. > > I downloaded apache-ant-1.7.1-bin.tar.gz,

Ant 1.7.1 install on Ubuntu problem

2008-09-27 Thread Patrick Waugh
I'm trying to install Ant system-wide on my Ubuntu Hardy. I downloaded apache-ant-1.7.1-bin.tar.gz, unzipped it, while root in /usr/share, then renamed the directory (mv) to "ant". I then created a symbolic link to ant in /usr/bin (which is on the path), and did this export ANT_HOME=/usr/share/a