-
Notifications
You must be signed in to change notification settings - Fork 564
[Xamarin.Android.Build.Tasks] Use a Response file for javac #1715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
As pointed out on our call, while using a
|
1a41ef7 to
71c58cc
Compare
71c58cc to
fd3bacb
Compare
8723c90 to
161239f
Compare
|
build |
161239f to
e3e78e6
Compare
e3e78e6 to
0250c29
Compare
0250c29 to
0209bda
Compare
|
build |
52c5f93 to
828b9b2
Compare
|
@jonp the failing test is
So I think this is good to go!! |
828b9b2 to
f79a518
Compare
|
ok this is good. Test is un related |
d3259da to
36ea114
Compare
|
build |
1 similar comment
|
build |
36ea114 to
51ca2e5
Compare
10f3e9e to
f6529ff
Compare
|
macOS PR Build log shows the problem: too many quotes in |
|
still green...... |
1276ce3 to
bd37b12
Compare
bd37b12 to
030604c
Compare
8083f3d to
73f97d9
Compare
73f97d9 to
c79ba2b
Compare
c79ba2b to
5e57b28
Compare
3237a89 to
793c9f6
Compare
793c9f6 to
031292e
Compare
0a5cf0a to
fe2543a
Compare
Context https://devdiv.visualstudio.com/DevDiv/_workitems/edit/599161 We currently only use a response file for .java files. Looking at the docs there is no reason why we can't use them for all of the arguments. This should help with problems where windows has a max command line length.
fe2543a to
09fc472
Compare
Context https://devdiv.visualstudio.com/DevDiv/_workitems/edit/599161
We currently only use a response file for .java files.
Looking at the docs there is no reason why we can't use
them for all of the arguments. This should help with
problems where windows has a max command line length.