Hello,

Since couple of days, when Jenkins came back, the patches are showing
compile error. I tried creating patches with following two commands and got
same result. Second command worked for me always since the beginning

1. git diff $START_COMMIT $END_COMMIT --full-index --binary > mypatch

2. git diff $START_COMMIT $END_COMMIT --full-index --no-prefix --binary >
mypatch
-1 COMPILE
. -1 HEAD does not compile
. -1 patch does not compile
. +1 the patch does not seem to introduce new javac warnings


Any thoughts?

Thanks,
Satish

Reply via email to