-
Notifications
You must be signed in to change notification settings - Fork 135
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
Signature fail on Mac (even if entitlement file is specified) #314
Comments
Hi again @amariottini! Please, try this:
git clone https://github.com/fvarrui/JavaPackager --branch devel
cd JavaPackager
./gradlew publishToMavenLocal
Plaese, give me some feedback. |
Yes it works! Thank you. When do you plan to release version 1.7.1? |
I'm closing other pending issues ... I hope it can be released soon! |
@fvarrui I've been clicking along with my local compile ... is there anything I might be able to do to help you with getting module support into the library? I don't have a lot of in-depth knowledge on the topic outside of using modules, but I'm a quick study. |
For anyone interested, here is the bug-fixed jar file. Simply unzip the file and execute this command: mvn install::install-file -Dfile=javapackager-1.7.1-SNAPSHOT.jar -DgroupId=io.github.fvarrui -DartifactId=javapackager -Dversion=1.7.1-SNAPSHOT -Dpackaging=jar -DgeneratePom=true Then just change your POM file to reference it ... it will use your local Maven repository to source it: <plugin>
<groupId>io.github.fvarrui</groupId>
<artifactId>javapackager</artifactId>
<version>1.7.1-SNAPSHOT</version> |
@fvarrui , any news? |
Hi @amariottini! |
With version 1.7.1 I have this problem: Gradle downloads the plugin from Maven but can't activate it.
Do you prefer I open another issue? |
No, don't worry ... I realized that there was a missing file in JavaPackager's JAR needed for Gradle plugins ( Sorry, this bug was introduced because we upgraded the |
Version 1.7.2 loads the plugin. |
Please, try |
1.7.3-20230505.163915-1 solves all my issues. |
I'm submitting a…
Short description of the issue/suggestion:
Signature fail on Mac, it seems that the path to .app is wrong
Steps to reproduce the issue/enhancement:
Enable signature:
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
It seems that the last command is missing the application name, shouldn't it be Users/andrea/Projects/projectname/build/projectname/projectname.app?
Please tell us about your environment:
IntelliJ 2022.3.3
Gradle 7.6
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered: