James, On Sat, Nov 15, 2008 at 2:55 AM, James Abley <[EMAIL PROTECTED]> wrote: > > Does it work on the command line? It may just be an Eclipse configuration > thing.
Hey thanks. I did finally figure it out. It is indeed an Eclipse configuration thing. For anyone else who might have this problem, here's how you fix it. Windows->Preferences, click on Ant, expand click on Runtime In the right pane click "Restore defaults", and this will add in any .jar's existing in the ~/.ant/lib directory. Be sure to fix ANT_HOME again if you are using a more recent Ant then that included with Eclipse. Then, in the future, if you add another one then manually add it here, or it will only be found from the command line ant. Patrick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
