Can i check signed file with ant?
i sign jar files with http://ant.apache.org/manual/CoreTasks/signjar.html and now i want to test it before to deploy it.
I can chek with jarsigner -verify sbundle.jar
but i do not know if is possible with ant do that?