In compile-schema.sh, its "-d" point to TESTSRC.
$TESTJAVA/bin/xjc -p generated -d ${TESTSRC} ${TESTSRC}/optional-property-schema.xsd
In my opinion,it is not good to output to src location. "Working directory" should be used here.
$TESTJAVA/bin/xjc -p generated -d ${TESTSRC} ${TESTSRC}/optional-property-schema.xsd
In my opinion,it is not good to output to src location. "Working directory" should be used here.
- duplicates
-
JDK-8072579 XjcOptionalPropertyTest.java creates files in test.src
-
- Resolved
-