Philipp Nowak
Philipp Nowak
Wouldn't work: there's a break in the catch statement, causing first never being set to false. Also, what's the use case? -- Above message was sent from my mobile phone....
It breaks the while loop, first is true, so the condition on the if statement passes, and a MissingArgumentException is thrown. -- Above message was sent from my mobile phone....
Having scanned these few lines on code so often in the past day, I doubt there's a mechanism if the next() and hasNext() methods do what I think they do....
Okay, actually, you were right. Both implementations do allow to specify empty text. However, this only works by having a trailing space at the end of the command line, which...
I'm experiencing this issue too and looked into it before I found this. Any reason we can't use the CommandArgs parameter passed to [CommandArgsProvider](https://github.com/EngineHub/Intake/blob/master/intake/src/main/java/com/sk89q/intake/parametric/provider/CommandArgsProvider.java#L41) directly? It seems to go through...
It seems that the header was initially added in [this commit](https://github.com/gentics/mesh/commit/c8596bad93a8962c918e4a174372156ec95d3ee0), which sadly doesn't provide context as to why it was. It's not mentioned in the changelog either. As @Jotschi...
The ` /app/bin/jenkinsfile-runner` script is auto-generated by `appassembler-maven-plugin` and mostly just wraps the Java call. I also noticed a `jenkinsfile-runner-launcher` script in the root dir, but I'm not sure if...
I can move the logic into that script. Do you know if it is used anywhere else that we would need to stay compatible with? What should it do if...
> Not sure I get it. not an issue if it's only used for Docker :) I thought it might be used for launching in standalone as well, in that...
Updated to expand the existing script