My ANT script runs without issue on my linux machine and on some xp VMs. When another engineer tries to kick it off locally, TestNG throws [testng] Caused by: java.lang.ClassNotFoundException: com.google.inject.internal.asm.util.TraceClassVisitor not found in (my libraries are all in here)
I've never seen this class before and don't know what is causing this to only happen on his machine. I've tried importing asm-util-3.1.jar but it doesn't find it since it looks in com.google.internal.asm.util and not org.objcetweb.asm.util.