moacirrf commented on pull request #2688:
URL: https://github.com/apache/netbeans/pull/2688#issuecomment-762601826
> Thank you. Change looks sane, three points:
>
> * [x ] are you aware, that when this change set is integrated it is
assumed, that it is a donation to the ASF? (See license header to get a clearer
picture)
>
> * [ x] Is my interpretation correct, that the properties define
search paths inside the target folder and you solve the issue by adding
additional directories, that might hold the binaries.
>
> * [ x] This fixes only unix systems - would you be willing to have a
look at the other os packages?
Hello,
You are right, are paths of the folders, separated by ";".
I tested with windows, and no problem, Netbeans recognize scene builder
folder, when i try open an fxml file, scene builder opens as expected.
But with mac os i think its broken, but i can't test on a real mac.
I extracted dmg file of scenebuilder with p7zip and executed only the code
responsible of that part, and didn't recognize the extracted folder.
I change the line above
`MAC_PROPERTIES=Contents/Java/scenebuilder.properties;Contents/Resources/Java/scenebuilder.properties`
by
`MAC_PROPERTIES=Contents/Java/scenebuilder.properties;Contents/Resources/Java/scenebuilder.properties;Contents/Java/SceneBuilder.cfg;Contents/app/SceneBuilder.cfg`
Build Netbeans again and the folder was recognized, but i cant test on a
real mac.
**For Scene Builder 8.5:** Contents/Java/SceneBuilder.cfg:
**For Scene Builder 15.0.0:** Contents/app/SceneBuilder.cfg:
Do you think is a good a idea include this patch for MacOS in this Pull
Request too?
Maybe this patch fix this issue:
[https://issues.apache.org/jira/browse/NETBEANS-1823](https://issues.apache.org/jira/browse/NETBEANS-1823)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists