James Duncan Davidson <[EMAIL PROTECTED]> wrote: > On 12/13/00 2:50 AM, "Stefan Bodewig" <[EMAIL PROTECTED]> wrote: > >> Actually what you suggest (setting basedir on the command line) >> works right now, this is what I recommend on ant-user as well. If >> you do so you must not specify a basedir attribute for project at >> all. The docs say all attributes of project would be required, but >> Ant doesn't really enforce this - quite the opposite. > > Basedir set on the command line should *override* a basedir set in > the file -- not require that its not set.
I was talking about what you need to do right now, not what it should be like. Sure it'd be quite easy to give a basedir property - if set - priority over the attribute of the project element. Stefan
