Hi Bryan,
mvn clean package should be all you need. The error you are seeing indicates a compiler mismatch between several jar files, which should not happen from a clean build.
You can also build from Gradle if you want: ./gradlew clean build (the migration to Gradle is still a work in progress though).
If you’re still seeing the error, please post the full build output in a pastebin and link it here.
Thanks!
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
To post to this group, send email to testng...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users.
For more options, visit https://groups.google.com/d/optout.
$ git clone git://github.com/cbeust/testng.git $ cd testng $ mvn package
When I did that, I got the same error. I'm not really sure what to do. Is it possibly that there is something that needs to be in my CLASSPATH or some environment variable I'm not setting (I literally just did the three things above per the website) and got the error.
Sorry for being a n00b...