This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Passing input files with @


Hello list

Following http://gcc.gnu.org/onlinedocs/gcj/Input-and-output-files.html, I can specify the source with a file containing a whitespace-separated list of input file names. (gcj --main=Foo @files.list).
How do I escape spaces in filenames? I'm unable to find the source file that handles it, no common way like using " or \ works and the documentation doesn't say anything about that...


Btw: I think this comment is obsolete:
(Currently, these must all be .java source files, but that may change.)


Marco



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]