Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] incremental generates prompt

If you don't want incremental, don't use the option.

To compile incrementally without using a prompt and/or
reading from stdin, try using the tag-file option,
which is documented with the other ant options.

If you don't want to use a file to control incremental
compiles, replace the controller in the taskdef code.

Wes

Nuno Oliveira wrote:

Setting the 'incremental' option to true in the ant file generates the
following prompt during compiling

[iajc] press enter to recompile, r to rebuild, q to quit:
How can I get rid of this ?
Thanks.




Back to the top