MyEclipse (as every Eclipse) uses its own Ant bundle (/plugins/org.apache.ant.*) Therefore adds to "normal" Ant/lib doesnt help.
Xaviers hint simulates the "-lib" option on command line. Jan > -----Ursprüngliche Nachricht----- > Von: Xavier Hanin [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 23. Januar 2008 12:28 > An: [email protected] > Betreff: Re: Error when trying to run Ant (with Ivy-Ant task) > within MyEclipse > > You need to add ivy.jar to your Ant classpath in eclipse (Window > > Preferences > Ant > Runtime). > > Xavier > > On Jan 22, 2008 6:25 PM, Duy Dinh <[EMAIL PROTECTED]> wrote: > > > This is the first time I use Ivy. I followed all the > instructions from > > the website, but I still got the following error message > when trying to run > > Ant (with Ivy-Ant task) within MyEclipse. > > > > > > > > BUILD FAILED > > > > C:\Documents and > Settings\ddinh1\workspace\Money\build.xml:18: Problem: > > failed to create task or type antlib:org.apache.ivy.ant:retrieve > > > > Cause: The name is undefined. > > > > Action: Check the spelling. > > > > Action: Check that any custom tasks/types have been declared. > > > > Action: Check that any <presetdef>/<macrodef> declarations > have taken > > place. > > > > > > > > This appears to be an antlib declaration. > > > > Action: Check that the implementing library exists in one of: > > > > -C:\Program Files\MyEclipse > > 6.0\eclipse\plugins\org.apache.ant_1.7.0.v200706080842\lib > > > > -C:\Documents and Settings\ddinh1\.ant\lib > > > > -a directory added on the command line with the > -lib argument > > > > > > > > > > > > *NOTE:* I ran it successfully from command prompt. > > > > > > > > > > > > > > > > Thank you very much for your help! > > > > > > > > Duy Dinh > > > > > > > > The information transmitted is intended only for the person > or entity to > > which it is addressed and may contain confidential and/or privileged > > material. If the reader of this message is not the > intended recipient, > > you are hereby notified that your access is unauthorized, > and any review, > > dissemination, distribution or copying of this message including any > > attachments is strictly prohibited. If you are not the intended > > recipient, please contact the sender and delete the > material from any > > computer. > > > > > > > -- > Xavier Hanin - Independent Java Consultant > http://xhab.blogspot.com/ > http://ant.apache.org/ivy/ > http://www.xoocode.org/ >
