While I was searching for Swing UI-testing tools I came across Jemmy. The new version, Jemmy 3 has very promising lookup methods, according to this tutorial . On the other hand, I found no installation tutorial, no distribution jar either.
I cloned their mercurial repository and I could build 1 of the many subprojects. I could build them all if I imported them to NetBeans and resolved all the dependencies. Before I do so I'd like to know if the product is ready for that.
I tried to subscribe to their users mailing list but there was no answer yet. So, that's most likely a no: jemmy 3 is either dead or the team is on vacation. Does anybody know anything more specific about it?
Jemmy v3 is very much alive - there is quite a bit of work going on on a constant basis.
The main customer of Jemmy v3 is JemmyFX (2.* and 8), which lives in OpenJFX repository: http://hg.openjdk.java.net/openjfx/2.2/master/tests/file/tip/tools/Jemmy/ http://hg.openjdk.java.net/openjfx/8/master/tests/file/tip/tools/Jemmy/
JemmyFX 1.3 is not being developed as Java FX 1.3 is not being developed. If you have a bug in JemmyFX 1.3, please submit it on jemmy.java.net - I will see what I can do. No promises, as if the fix takes too much time, I would not be able to implement it.
Shura