Tako Schotanus
Tako Schotanus
Darn. Well then the only option I see is to give that warning when both coincide: someone wanting to edit a script that starts with `#!` and explain the possible...
@maxandersen could be useful to see if using [MIMA](#1604) fixes this problem.
Dunno, that sounds extremely specific. What's wrong with the `//FILES application.properties` approach? Edit: And how do you see this used in a way that's not specifically for Quarkus? Is there...
`-Djbang.build.keepclasses=true` 😉
It might yes. I'm not sure, but thinking about it a bit I think we used to simply just copy all `-D` args to System.properties, but now that builds are...
@maxandersen we do seem to have a bit of an ambiguous situation here. I don't think we have any other flag/tag with the same name but with such different meanings....
Oh, another, perhaps better, name could be "inherit", so `//INHERIT` and `--inherit`.
Wow, that's definitely a nasty regression. Thanks for reporting that.
Hmm actually, this is not a regression, it seems it was always like this. It's a behavior of the `javac` compiler I wasn't aware of: `javac` looks for sources in...
Btw, this problem is actually not related to `//DEPS` at all. It's just that coincidentally if your code is in the default package the default class path of `.` just...