Re: gnupg-for-java

2016-10-07 Thread Antony Prince
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On October 7, 2016 11:52:09 AM EDT, "Robert J. Hansen" wrote: >A while ago someone was trying to update gnupg-for-java to work with a >more >modern environment. Does anyone remember who did that work, or where I >could fi

gnupg-for-java

2016-10-07 Thread Robert J. Hansen
A while ago someone was trying to update gnupg-for-java to work with a more modern environment. Does anyone remember who did that work, or where I could find it? The version of gnupg-for-java I'm downloading from Guardian Project's github account has dependencies on a lot of old stu

Re: gnupg-for-java

2015-09-25 Thread Antony Prince
For those who'd prefer a TLS encrypted download over plain FTP, the compiled binaries can be found at https://www.blazrsoft.com/gnupg-for-java . They are the exact same files as the ftp downloads, just symlinked into the web server. -- Antony Prince Key ID: 0xAF3D4087301B1B19 Finger

Re: gnupg-for-java

2015-09-19 Thread Robert J. Hansen
> For the record, my work on GnuPG was largely funded by the US > Government, via the State Department/Radio Free Asia/Open Technology > Fund. So are other projects like Tor Project, Mailvelope, > crypto.cat, NoScript, and many more. I don't think that being > associated with the US Governmen

Re: gnupg-for-java

2015-09-19 Thread Antony Prince
On 9/17/2015 7:59 AM, Hans-Christoph Steiner wrote: > This is all great work, Antony! We'd be happy to include it in our repo. > We've basically only used gnupg-for-java in our Android app GnuPG for Android, > so it is not so polished on desktop, as you saw. > > .hc >

Re: gnupg-for-java

2015-09-19 Thread Hans-Christoph Steiner
rprised to discover that, > as of this writing, they don't even build. > > The offender seems to be jUnit. The gnupg-for-java code uses a lot of > imports like "junit.framework", and the current jUnit drops everything > in the org.junit namespace. On top of that, old

Re: gnupg-for-java

2015-09-18 Thread Hans-Christoph Steiner
rform tests with natively > built files to see if the issue lies there, etc. If I can maintain the > motivation, I may eventually work on my own Java front-end for the > library, just to see if I can do it. > This is all great work, Antony! We'd be happy to include it in ou

Re: gnupg-for-java

2015-09-11 Thread Antony Prince
On 09/10/2015 05:17 PM, Antony Prince wrote: > without gpgme installed). I'm not 100% sure how to test the > functionality of the binary and library, so if anyone wants to give it a > go, I'd be glad to hear the results. The ftp server[2] allows for > anonymous download. > [2]ftp://blazrsoft.com/ >

Re: gnupg-for-java

2015-09-10 Thread Antony Prince
ts to give it a go, I'd be glad to hear the results. The ftp server[2] allows for anonymous download. [1]https://travis-ci.org/HellUnit/gnupg-for-java/ [2]ftp://blazrsoft.com/ [3]https://github.com/guardianproject/gnupg-for-java [4]https://github.com/HellUnit/gnupg-for-java --

Re: gnupg-for-java

2015-09-09 Thread Antony Prince
On 09/09/2015 01:39 PM, Antony Prince wrote: > On 09/09/2015 10:10 AM, Robert J. Hansen wrote: >> Other stuff that needs to be done: verify it works on Java 1.8, clean up >> the OS X build (which is really hackish), and consider distributing >> pre-built jarfiles containing the binaries and the s

Re: gnupg-for-java

2015-09-09 Thread Antony Prince
On 09/09/2015 10:10 AM, Robert J. Hansen wrote: > Other stuff that needs to be done: verify it works on Java 1.8, clean up > the OS X build (which is really hackish), and consider distributing > pre-built jarfiles containing the binaries and the source code, so that > people don't have to rebuild f

Re: gnupg-for-java

2015-09-09 Thread Robert J. Hansen
> I managed to get the ant build to succeed using the latest revision from > the guardianproject source[1] and junit-4.12. All I did was remove JUnit > from the project, added junit-4.12 as a referenced library and placed > the jar in the lib folder, added Excellent! Now send that off to h...@gua

Re: gnupg-for-java

2015-09-08 Thread Antony Prince
On 09/08/2015 05:52 PM, Antony Prince wrote: > On 09/08/2015 05:29 PM, Robert J. Hansen wrote: >> The offender seems to be jUnit. The gnupg-for-java code uses a lot of >> imports like "junit.framework", and the current jUnit drops everything >> in the org.junit

Re: gnupg-for-java

2015-09-08 Thread Antony Prince
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/08/2015 05:29 PM, Robert J. Hansen wrote: > The offender seems to be jUnit. The gnupg-for-java code uses a lot of > imports like "junit.framework", and the current jUnit drops everything > in the org.junit namespace. On to

gnupg-for-java

2015-09-08 Thread Robert J. Hansen
be jUnit. The gnupg-for-java code uses a lot of imports like "junit.framework", and the current jUnit drops everything in the org.junit namespace. On top of that, old test methods like TestSuite from jUnit 3.8 have been deprecated in favor of Suite, from more modern jUnits. This doesn