mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
Rewrote sjavac include/exclude pattern handling. Reviewed-by: jlahoda
This commit is contained in:
parent
180c59d147
commit
b345518d32
17 changed files with 462 additions and 522 deletions
|
@ -62,7 +62,7 @@ public class CompileWithOverrideSources extends SJavacTester {
|
|||
tb.writeFile(GENSRC2.resolve("beta/B.java"),
|
||||
"package beta; public class B { }");
|
||||
|
||||
compile("-x", "beta",
|
||||
compile("-x", "beta/*",
|
||||
GENSRC.toString(),
|
||||
GENSRC2.toString(),
|
||||
"-d", BIN.toString(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue