ryantenney / passkit4j

Java library for generating Apple Passbook (.pkpass) files

Home Page:http://www.ryantenney.com/passkit4j/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

BaluBabu opened this issue · 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