Martin Desruisseaux schrieb am 12.08.2020 um 13:58: >> ...I'd say that Ant is a legacy. We don't expect new projects to be created >> with the Ant build system. >> > But Ant is faster for daily development in Netbeans. Compiling and > running a file (with or without debugger) is instantaneous with an > Ant project while every execution takes a perceivable delay to launch > as a Maven project.
This is the main reason I still use Ant based projects for anything that is not shared in a development team (e.g. private projects, simple tools etc) > I also maintain an Ant project configuration in an > "ide-project/NetBeans/" directory for those who wish to open the > project as a NetBeans Ant project. How is this possible? NetBeans complains if two projects share the same source directory (and refuses to open either of them) Thomas --------------------------------------------------------------------- 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
