Tako Schotanus
Tako Schotanus
Jeez @maxandersen , not sure what to do with this. Right now I've tried every combination of setting Windows code pages and passing `-Dfile.encoding=xxx` to `java` and nothing works (lots...
I've create a ZIP with a tiny test case that shows the problem without having to create a user. Just download, unpack and test. There's a README with some more...
Just to show the output of that test ZIP in all cases: **CMD** ``` C:\Temp\issue1110>.\testcmd.bat Showing output from Java: dir dir-t├⌐st├»ngShowing output from redirect: dir dir-tΘst∩ng Executing output from Java:...
Darn, the link change doesn't work because now the watch doesn't detect any changes :-) So what to do now @maxandersen ? Set the watch on the original folder perhaps?...
Because right now they get copied to the jbang cache with a "proper" name and then _that_ copy is being used by `edit`. So the edits never end up back...
> I'll need to look as I've been using edit for ages and the edit happens on original file not cache. Sure, but you perhaps never did on files with...
> myapp.java is also symoblically linked...not copied. They're symbolically linked into the `cache/project` folder , yes. But _before_ that happens files with illegal names are _first_ copied to a file...
> we'll need to skip the caching when editing Hmm that's probably going to be ugly in some way because that's pretty deep down into the `ResourceRef` code. And when...
Never heard about archunit before, looks cool and could be useful indeed.