Re: ant warning - multiple versions of ant detected in path for junit

2016-06-04 Thread Dave Brosius
It's just a warning, so hopefully isn't an issue. It's possible that adding includeantruntime="false" to the tasks may help this, altho the combination of junit and forking might gum up the works. I'd expect most people see this. On 06/04/2016 09:46 PM, Mahdi Mohammadi wrote: Output of `an

ant warning - multiple versions of ant detected in path for junit

2016-06-04 Thread Mahdi Mohammadi
Output of `ant test` for each test suit contains this warning: *test:* *[mkdir] Created dir: /Users/mahdi/box/cassandra/build/test/cassandra* *[mkdir] Created dir: /Users/mahdi/box/cassandra/build/test/output* *[junit] WARNING: multiple versions of ant detected in path for junit * *