crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
96 stars 33 forks source link

JavaApplicationStub not executable at Windows #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using gradle-macappbundle at Windows 8 by issuing gradlew createMacApp.

The result includes a JavaApplicationStub, which is non-executable. Is it 
possible to include a target createMacAppZip, where all the files are 
compressed and the right permissions are set?

I think, 
http://gradle.org/docs/current/dsl/org.gradle.api.tasks.bundling.Zip.html could 
be a starting point. There is the property "fileMode".

Original issue reported on code.google.com by oliver.k...@gmail.com on 12 Jan 2013 at 12:14

GoogleCodeExporter commented 9 years ago

No exec file permissions on windows is a problem. I will see what I can do.

Original comment by crotwell@seis.sc.edu on 16 Jan 2013 at 3:16

GoogleCodeExporter commented 9 years ago
done, will be in version 2.0

Original comment by crotwell@seis.sc.edu on 7 Feb 2014 at 7:43