Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
<enebo>
cshupp: symlink related stuff on windows can only work in admin mode
<enebo>
cshupp: the same is also true of MRI as well
<enebo>
cshupp: but let me fix one other bug since this is classpath: related and there is still an outstanding issue on that too
<enebo>
cshupp: so I will let you know when I updated stuff
<enebo>
cshupp: an interesting thing for you to try if you care to would be to add a puts of target and link at the top of def self.symlink in core/src/main/ruby/jruby/kernel/file.rb and then mvn -Pcomplete to stuff those changes back into jruby-complete.jar
<enebo>
cshupp: If it is ordinary files then possibly getting a backtrace to see what wants a softlink OR maybe on windows you just have to run Rails stuff as admin now because they require symlink support to work
<enebo>
cshupp: but I do still have one issue involving classpath: urls and symlinks. It is possible if you print those out then that will be the issue which would help verify the reason
<enebo>
(got back from lunch so I was afk)
tenderlove has joined #jruby
<cshupp>
Not following you
<cshupp>
My build works, I am testing the javascript the war produced
<cshupp>
I do have meetings interuppting, but hoepfully by COB I can update the defect
<cshupp>
I am guessing you are talking about a better error message (like mri ruby gives)?
<enebo>
oh hahah I don't know now what I mean since I think I misunderstood
<enebo>
cshupp: so it works as administrator but gives weird error not as one right?
tenderlo_ has quit [Ping timeout: 248 seconds]
<cshupp>
Correct
<cshupp>
MRI ruby gives a nice error message (see my first link)
<cshupp>
That is what clued me in way back when
<cshupp>
I long forgot I had to be an admin, and JRuby didn't help me out
<cshupp>
I tried again as an admin
<cshupp>
build works
<enebo>
cshupp: which link? I do not see an MRI error link
<enebo>
cshupp: ah ok got it. thanks. I agree we should change this error
<cshupp>
I will be writing all this up in an a couple hours
<cshupp>
I will include samples of my yucky error message
<enebo>
cshupp: ok I will see if 1316 is just windows EACCESS too
<enebo>
err 1314
<cshupp>
I will write up a JRuby bug requesting a better error message for you
<cshupp>
After this meeting (yawn)
<enebo>
cshupp: thanks!
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
<GitHub196>
[jruby] cshupp1 opened issue #4765: When creating a symbolic link JRuby give bad error message when not an admin on windows https://git.io/v5Wui
<enebo>
cshupp: thanks. this error message is simple to provide for this single error but MRI has a huge table of windows to unixy system errors map
<enebo>
cshupp: so I will probably add this specific error as a check for now but we probably need to make this map at some point and audit all windows stuff. We do probably do this at some level in our jnr-posix library but this is hacked in FFI in a Ruby file
tenderlo_ has joined #jruby
tenderlove has quit [Ping timeout: 240 seconds]
<GitHub137>
[jruby] enebo pushed 1 new commit to jruby-9.1.13.0: https://git.io/v5WVx
<GitHub137>
jruby/jruby-9.1.13.0 b9b2e20 Thomas E. Enebo: Fixes #4765. When creating a symbolic link JRuby give bad error message when not an admin on windows
<GitHub43>
jruby/master 95f6a36 Thomas E. Enebo: Fixes #4765. When creating a symbolic link JRuby give bad error message when not an admin on windows
<GitHub27>
[jruby] enebo closed issue #4765: When creating a symbolic link JRuby give bad error message when not an admin on windows https://git.io/v5Wui
<enebo>
cshupp: ^ fixed error message
<GitHub9>
[jruby] abner01061998 opened issue #4766: problems to generate war file https://git.io/v5WKl
<GitHub94>
[jruby] enebo pushed 1 new commit to jruby-9.1.13.0: https://git.io/v5WyO
<GitHub94>
jruby/jruby-9.1.13.0 c77d3de Thomas E. Enebo: Fixes #4745. (SystemCallError) Unknown error 123 - FindFirstFile with AsciidoctorJ-PDF on Win10...