Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] meaning of unflagged directories on the command line

Should ajc accept unflagged directories on the command line? [yes]

Are they supposed to be the destination directory? [no]
(BuildArgParser.parseOption(..) converts -d {dir} to an unparsed argument?)

or a source directory? [yes]
(compiler message: Usage: <options> <source files | directories>)

Treating them as -sourceroots entries sounds right to me.
Currently they provoke NPE.

Wes


Back to the top