Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration test for webstart-maven-plugin it006 fails on Mac OS #33

Open
khmarbaise opened this issue May 22, 2016 · 2 comments
Open
Assignees
Labels
Milestone

Comments

@khmarbaise
Copy link
Member

khmarbaise commented May 22, 2016

It looks like the integration tests are expecting the jarsigner at a wrong / unexpected location ?

[debug] jarsigner executable=[/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/bin/jarsigner]
[debug] Executing: /bin/sh -c cd /Users/kama/ws-git-codehaus/webstart/webstart-maven-plugin/target/it/it006/sign-one && /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/bin/jarsigner -verify /Users/kama/ws-git-codehaus/webstart/webstart-maven-plugin/target/it/it006/sign-one/target/sign-one-1.0.jar
[warn] /bin/sh: /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/bin/jarsigner: No such file or directory
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
@khmarbaise
Copy link
Member Author

The correct path for the jarsigner would be: /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/bin/jarsigner and not under .../jre/bin/jarsigner ..which means it's part of the JDK and not JRE...

@tchemit
Copy link
Contributor

tchemit commented Oct 23, 2016

This is a jarsigner shared component problem. I will have a look there. Thanks for report.

@tchemit tchemit added the bug label Oct 23, 2016
@tchemit tchemit added this to the 1.0.0 milestone Oct 23, 2016
@tchemit tchemit self-assigned this Oct 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants