On Tue, 22 Feb 2022 at 10:59, Michael Bien <[email protected]> wrote: > i mean, ideally, ant clean should work :) > > But yeah why not add another task as nuclear option. Judging from the > responses on this thread and other places (e.g > https://github.com/apache/netbeans/pull/3392 ), everyone seems to be > using git already for cleaning.
Also read https://github.com/apache/netbeans/pull/2421 There's a reason `ant clean` shouldn't clean that. Also note the comment on that PR from Matthias about binaries cache. So, yes, I do think a "nuclear option" should be separate to `ant clean`, because nuking all cached downloaded data is probably not what you want in general?! Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
