Re: Get dependant Libarary without -lib

2013-03-28 Thread Harold Putman
Nevermind. I read the stackoverflow articlemore carefully and when I followed all the instructions it totally worked: Here's my sample script. I have ant-classloadertas

Get dependant Libarary without -lib

2013-03-21 Thread Harold Putman
I am using the task which requires commons-net-3.2.jar. I can make this work by specifying "-lib commons-net-3.2.jar" when I invoke ant, but I would like to put something in my build file to load this library without needed -lib. This article from 2009 explains how to solve it http://stackoverfl