Re: Odd Behavior

2010-07-20 Thread Ben Matz
Thanks for you reply Martin, I wasn't using the grid and I actually do have 1.7.1. It was reverting it to 1.6.5 during the build. Turns out it the selenium-server.jar comes bundled with ANT 1.6.5 so used selenium-server-coreless.jar instead which doesn't have ANT bundled with it, and that fixe

Re: Odd Behavior

2010-07-20 Thread Ben Matz
BTW -- I actually wasn't sticking this jar in my $ANT_HOME/lib directory I was just sticking it in a lib directory that my java application uses during the build. So really bizarre. On Jul 19, 2010, at 10:48 PM, Stefan Bodewig wrote: > On 2010-07-19, Ben Matz wrote: > >> I adde

Odd Behavior

2010-07-19 Thread Ben Matz
I am a total newbie with ANT so any ideas as to what is causing the following would be awesome. I added a couple Selenium jars to my build lib and when I run ANT it reverts my ANT version to 1.6.5 (per calling ant -version) whereas it is actually 1.7.1? When I remove the jars the version goes