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
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,
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