-
Notifications
You must be signed in to change notification settings - Fork 56
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
Error: Could not find resource for template Info.plist #9
Comments
This error caused by the fact that the plugin could not find your custom Please put Thanks. |
Good Morning. Thanks for your help. The Info.plist-file is there. This is the way it looks in finder. This is the view of IntelliJ. As you can see, it is marked as resource directory. And it is filled up by me with the following values. CFBundleDevelopmentRegion de-DE CFBundleDisplayName RyCON CFBundleExecutable JavaApplicationStub CFBundleIconFile RyCON.icns CFBundleIdentifier de.ryanthara.ja.rycon.RyCON CFBundleInfoDictionaryVersion 6.0 CFBundleName RyCON CFBundlePackageType APPL CFBundleShortVersionString ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} CFBundleSignature rycn CFBundleVersion ${project.version}-${maven.build.number} ${maven.build.timestamp.clone} NSHumanReadableCopyright © 2015, by Sebastian Aust - http://code.ryanthara.de/ Java JVMVersion 1.7+ MainClass de.ryanthara.ja.gui.MainApplication Properties apple.laf.useScreenMenuBar true VMOptions -XstartOnFirstThread -d64 -Xmx1024m -Dapple.laf.useScreenMenuBar=true ClassPath $JAVAROOT/RyCON_MacOSX64.jar NSHighResolutionCapable
|
Please run I'm not familiar to IntelliJ, so I can not advice about it. Sorry. 🙇 |
I built the latest version a couple of minutes ago. My Maybe you are right, and some other things are missing, or wrong in my project configuration. I'm a maven-beginner and stand downside a hill with "at-the-moment-bigger-problems-as-my-tiny-solutions-can-solve". At the moment I'm not able to solve this problems with my own skills and it takes so much time to learn, test, and fail. Thank you, appreciate your work. |
This morning I give a new try.
|
I have browse source codes of your project RyCON. Probably the cause is a sub-moduled maven project. I have not checked on such projects. And it is possibly same with the issue mentioned in #1 that cpesch says. I think it will work if project configuration is correct. But I could not advise immediately. |
Thank you for browsing the sources. RyCON is my first program with the attempt to deliver the it for different platforms. The goal can be reached by a different solutions. Because of my interests in Route-Converter from cpesch and some other reasons, I followed the maven way. The sub-module structure is inspired and supported by him. As I wrote, I'm a beginner and try to solve the maven problems, what is not as easy for me as I thought. At the moment we try to find out what is wrong in the project structure or configurations. Therefore I put this messy pom.xml statements. Later on they will gone and I con focus on developing RyCON. |
Hello!
We want to use your appbundler-plugin to create jars and later on dmg-files on OS X Yosemite for RyCON and Routeconverter. I downloaded the files and follow the instructions in the readme.md file.
I use this part in the pom.xml:
When I try to execute the maven goal with "mvn clean install" I run into the following error messages:
The text was updated successfully, but these errors were encountered: