Hi Geertjan,

Am Samstag, den 21.12.2019, 11:23 +0100 schrieb Geertjan Wielenga:
> It's fantastic that you're looking into this, one of the truly big issues,
> many complaining about over a long time.
> 
> I made an attempt here:
> 
> https://github.com/apache/netbeans/pull/1577

yeah - I know, that triggered my investigation. I looked at the
implementation and I like to know why something needs to be replaced
and in this case I did not understand it.

> 
> Also, I ran your commands:
> 
> $ ls -lh /var
> lrwxr-xr-x@ 1 root  wheel    11B Apr 10  2018 /var -> private/var
> 
> $ jrunscript -e 'var f = new File("/var"); java.lang.System.out.println(f);
> java.lang.System.out.println(f.toPath().toRealPath().toFile())'
> Warning: Nashorn engine is planned to be removed from a future JDK release
> /var
> /private/var

Thanks - yes that confirms my suspicion - I tried to reproduce it on
linux and even with symlinks Chrome openes the right file and shows the
symlink directory in the URL.

However, this is my suggestion for the fix:

https://github.com/apache/netbeans/pull/1803

Could you please see if this fixes the issue on macOS?

Thank you

Matthias


On Sat, Dec 21, 2019 at 10:11 AM Matthias Bläsing <[email protected]> 
wrote:
> [/var is symlink to /private/var]
> 


---------------------------------------------------------------------
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



Reply via email to