You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Can you help me to resolve this error. (Adding lombok.jar in build path does not helped)
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
Thanks in Advance
The text was updated successfully, but these errors were encountered:
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.
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
Thanks in Advance
The text was updated successfully, but these errors were encountered: