Dmitry Andrianov
Dmitry Andrianov
Discovered the new x509 plugin and tried playing with it a bit. Seems to be very useful for our purpose but there are couple of things that ask for improvement....
I believe it is a convention that tools that accept file names can be given "-" to indicate stdin so "cat -" is the same as just "cat" (because for...
Neither "acbuild copy" nor commands started with "acbuild run" cannot make any changes on /tmp ``` $ acbuild run -- touch /tmp/xxx Running: [touch /tmp/xxx] $ acbuild run -- ls...
In the same directory: ``` # acbuild run -- ls bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var #...
The testnames generated by JUnitParams do not escape special characters. When these parameters ```java public static Object[][] escapeSequences() { return new Object[][]{ //... {"X"}, {"\b"}, // \b => backspace {"\f"},...
Hello. We spent a lot of time investigating some issue so I would like to raise a feature request and explain the problem we ran into. Up to you guys...