Name: igT44549 Date: 02/09/99
if file "foo" contains
some/package/file1.java
some/other/file2.java
and I invoke the compiler with
javac -sourcepath /somedir @foo
one would expect that the files actually being compiled are
/somedir/some/package.file1.java
/somedir/other/file2.java
Well, someone this combo of the -sourcepath flag and the
(very useful!) @-directive does not quite work.
(Review ID: 53241)
======================================================================