1 # SPDX-License-Identifier: MIT
3 # Copyright The SCons Foundation
14 elif arg
== '-classpath':
16 elif arg
== '-sourcepath':
22 out
= os
.path
.join(outdir
, file.lower().replace('.java', '.class'))
23 with
open(file, 'rb') as infile
, open(out
, 'wb') as outfile
:
25 if not line
.startswith(b
'/*rmic*/'):