-
Notifications
You must be signed in to change notification settings - Fork 133
Fix Java Lib path for Mac OS X #180
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
Conversation
|
can you give some explanation about this? |
|
Hi, |
|
So if I accept the pull request as it is right now the plugin will only work with 1.5.7 on mac? |
|
yes because the only change is this:
On Sun, Jul 27, 2014 at 7:42 PM, jantje [email protected] wrote:
|
|
Yes, so you can close this pull request.. i will fix the code later and submit a new pull request... or you do the changes yourself... as you prefer... ;-) regards, |
|
@wimjongman Do you confirm the issue on arduino IDE 1.5.7? |
|
I don't know. My regular os is Windows. On Tue, Jul 29, 2014 at 12:27 AM, jantje [email protected] wrote:
|
|
I noticed the issue with changed paths also on the Mac with 1.5.7. But reading other threads it seems that there is more like the missing make. Op 29 jul. 2014, om 00:27 heeft jantje [email protected] het volgende geschreven:
|
|
yes 1.5.7 dropped the makefile utility. |
|
Och and thanks for the confirmation. |
|
the latest version should fix this issue. can you have a tests wether this works in with arduino ide 1.5.6 and 1.5.7 on mac? |
|
You seem to be forcing the paths to be related to USER.HOME when they should be able to be placed anywhere. public static String getDefaultPrivateLibraryPath() { Also issue in ArduinoPreferencePage.java ~line:251 you are forcing bad assumptions:
// Validate the arduino path |
No description provided.