You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2019/07/18 16:37:09 UTC

[GitHub] [geode-benchmarks] prettyClouds commented on a change in pull request #90: Generate a self-signed certificate for SSL

prettyClouds commented on a change in pull request #90: Generate a self-signed certificate for SSL
URL: https://github.com/apache/geode-benchmarks/pull/90#discussion_r305012831
 
 

 ##########
 File path: harness/build.gradle
 ##########
 @@ -55,6 +55,12 @@ dependencies {
     testCompile(group: 'org.assertj', name: 'assertj-core', version: project.'assertj-core.version')
 }
 
+compileJava {
+    options.fork = true
+    options.forkOptions.executable = 'javac'
+    options.compilerArgs << '-XDignore.symbol.file'
 
 Review comment:
   i double checked, and without these the build generates an error.  
   ```error: package sun.security.tools.keytool does not exist 
   import sun.security.tools.keytool.CertAndKeyGen;```
   
   without this flag, javac won't include some of the older sun classes
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services