> Create a new user library named "ANT", and it will magically work.
> screenshot here => https://skitch.com/qmx.me/rjanu/preferences
>
> Netbeans puts ant on classpath by default, as this is used on the build
> cycle
That worked for me, too! Thanks everyone!
Hi, Wayne, Douglas,
Thanks! Resolved the problem. I need more understanding of Eclipse.
On Mon, Jan 17, 2011 at 20:07, Douglas Campos wrote:
> Create a new user library named "ANT", and it will magically work.
> screenshot here => https://skitch.com/qmx.me/rjanu/preferences
According to the .cl
Create a new user library named "ANT", and it will magically work.
screenshot here => https://skitch.com/qmx.me/rjanu/preferences
Netbeans puts ant on classpath by default, as this is used on the build cycle
On Jan 17, 2011, at 6:04 AM, Wayne Meissner wrote:
> On 17 January 2011 17:38, Hiroshi N
On 17 January 2011 17:38, Hiroshi Nakamura wrote:
> Hi,
>
> On Mon, Jan 17, 2011 at 10:48, Shih-gian Lee wrote:
>> I found my own problem. I forgot to include ant.jar in my classpath.
>
> That's what I'm doing every time before/after changing local branches
> (remove/add ant.jar of my own). Does
Hi,
On Mon, Jan 17, 2011 at 10:48, Shih-gian Lee wrote:
> I found my own problem. I forgot to include ant.jar in my classpath.
That's what I'm doing every time before/after changing local branches
(remove/add ant.jar of my own). Does somebody know a good way to avoid
this? How NetBeans users are