passkit4j icon indicating copy to clipboard operation
passkit4j copied to clipboard

Failed to execute goal org.projectlombok:lombok-maven-plugin:0.12.0.0:delombok

Open BaluBabu opened this issue 6 years ago • 0 comments

Hi Ryan Tenney, Greetings..! I am new to Java development, using your library for generating the pass. Actually i need to disable "Share Pass" option for that added a Json property(sharingProhibited) in Pass.java file and trying to build a jar file, While building jar file using Maven (in Mac Eclipse) getting bellow error.

  1. Can you help me to resolve this error. (Adding lombok.jar in build path does not helped)
  2. Can you let me know how to return the .pkpass file to caller function, Because im using IBM mobile first JavaScript code to call the Java code, so i must return binary .pkpass to javascript.

Failed to execute goal org.projectlombok:lombok-maven-plugin:0.12.0.0:delombok (default) on project passkit4j: Execution default of goal org.projectlombok:lombok-maven-plugin:0.12.0.0:delombok failed: A required class was missing while executing org.projectlombok:lombok-maven-plugin:0.12.0.0:delombok: com/sun/tools/javac/main/OptionName

screen shot 2018-06-04 at 7 42 26 pm

Thanks in Advance

BaluBabu avatar Jun 04 '18 14:06 BaluBabu