cyberark / conjur-api-java

Java client for the CyberArk Conjur API
Apache License 2.0
17 stars 14 forks source link

javadoc compiling problem #57

Closed eltony81 closed 4 years ago

eltony81 commented 4 years ago

Hi, I have an error during the compilation of conjur-api (master branch): it seems param serviceID does not match the param in constructor signature:

Caused by: org.apache.maven.plugin.MojoExecutionException: An error has occurred in JavaDocs report generation: Exit code: 1 - C:\Users\antonio.di.fluri\Documents\Unicredit_PULS\DevDocs\conjur-api-java\src\main\java\net\conjur\api\Conjur.java:30: error: @param name not found

izgeri commented 4 years ago

Hello @eltony81 - we've made some updates just now in #59 that should address that error. Can you try again after pulling the new code and let us know whether this resolves the problem you're seeing too?

eltony81 commented 4 years ago

Thanks

It works with maven 3 and jdk 8 (with jdk11 there are the wellknown problem with modules)

Cheers

Il Gio 12 Mar 2020, 16:26 Geri Jennings notifications@github.com ha scritto:

Hello @eltony81 https://github.com/eltony81 - we've made some updates just now in #59 https://github.com/cyberark/conjur-api-java/pull/59 that should address that error. Can you try again after pulling the new code and let us know whether this resolves the problem you're seeing too?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cyberark/conjur-api-java/issues/57#issuecomment-598250554, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACSTBABPLF3SEX4XYCUG73RHD5L5ANCNFSM4LGHCALQ .

izgeri commented 4 years ago

Great! Thanks for flagging this for us - since it's resolved, I'll close this issue now.