-
Notifications
You must be signed in to change notification settings - Fork 74
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
Build process not producing application #245
Comments
Use run.sh script as documented. |
Where did you find this documented? But I want the packaged .app application bundle, which should be created when building this on a mac using The build phases also run and I get indication for that in the log, but nothing really helpful:
This ant plugin should create an app bundle and also a |
I can't get it to build with a modern jdk, has anyone else succeeded? |
No, unfortunately not. I ended up using the raw java version :/ |
Any guidance on how to do that? The build process is failing in the
javadoc, and I am not familiar with the build tools you are using so I was
unsure on the best way to clean it up. (I am an experienced java
developer, but I don't want to duplicate efforts if there was a simpler way
to make it work again.)
Rich
…On Sun, May 10, 2020 at 3:43 AM Julian F. Weinert ***@***.***> wrote:
No, unfortunately not. I ended up using the raw java version :/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#245 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABU7IPEX4W63RGZIJ66LCLRQ2ANPANCNFSM4GUBSXDQ>
.
|
This problem you're describing (which you've also mailed me about) is due to the fact that you're trying to build it using a Java Runtime instead of a Java Development Kit. Ensure that your |
Its been a while since I've build the OLS client on OSX (I'm without a Mac since well over 2 years now), but I do remember that you need to pass an additional property to Maven for the DMG package to be created: |
Thanks @jawi for getting back to us. The issue is not the missing creation of the DMG. It does not even generate the app bundle which is later copied into the DMG. Unfortunately I'm not a Java dev and totally alliterate when it comes to Maven and Java. Before I posted this issue I did dig pretty deep into MVN and this project, but still without real experience, so I really don't remember what I did find out (but it wasn't a lot). I'm happy to provide you with any details you may need to give me a hint. I'm happy to do any testing or fiddling around on my dev machine, so any idea would be appreciated. Thanks für the |
Yay! I've just got somewhere. The latest commits from this year prompted me to try it again. But again no osx products. I dug a little deeper once again and found a few things in the
So I now have an XML that actually creates an app bundle and optionally creates a disk image. |
I'm trying to build the application on my machine but am not able to find the Mac application bundle.
The build process runs smoothly and
old.distribution/target/
gets created and the products are there. Unfortunately they don't contain an application bundle.How can I build the OS X client from source?
The text was updated successfully, but these errors were encountered: