Where to find authoritative release of SigTest?

Mikhail Ershov Mikhail.Ershov at oracle.com
Wed Mar 22 11:18:14 UTC 2017


Hi Gunnar,

I'd recommend you to clone sources of current v4.0 and build it:

 >hg clone http://hg.openjdk.java.net/code-tools/sigtest
 >cd sigtest/build
edit build.properties (you have to point to java 8 at least)
 >ant

Maven plugin sources are there but I'm not 100% sure that this part is 
in a good shape and actual.

You probably can try to get actual binaries built by a community here 
https://adopt-openjdk.ci.cloudbees.com/job/sigtest/ but unfortunately I 
can't point to our actual binaries.

Feel free to ask any questions,

Mike Ershov
SigTest developer.

On 22.03.2017 12:59, Gunnar Morling wrote:
> Hi,
>
> I'm looking for an authoritative release of the SigTest tool. More
> specifically, what is the latest stable version and where can I
> download it?
>
> [1] mentions a "3.0 Milestone Release (March 4, 2014)" but I can't
> seem to find that. The "Released" link on the same page points to a CI
> job which apparently re-builds version 3.1 regularly. [2] provides a
> "3.0 dev binary bundle" from April 2013.
>
> Any pointers on where to find the latest stable version would be
> highly appreciated.
>
> Btw. I also learned about the "sigtest-maven-plugin" maintained by the
> NetBeans project [3], which apparently has forked the SigTest sources.
> It'd be great to have an official release of the original project in
> Maven Central, so that it can be consumed by this plug-in and other
> users.
>
> Thanks,
>
> --Gunnar
>
> [1] https://wiki.openjdk.java.net/display/CodeTools/sigtest
> [2] http://download.java.net/sigtest/download.html
> [3] http://wiki.netbeans.org/SigTest



More information about the code-tools-dev mailing list