I am wondering if anyone has any ideas on how to run Ant inside Visual Studio 2008. I want to perform some fairly common Ant tasks, such as choosing a target to run inside the build file,
I came across, and I know that NANT, as well as MSBUILD, are the preferred build tools for ASP.NET projects, but I'm only interested in some ideas about running Ant in the IDE.
Thanks in advance!
As a quick and dirty solution, you can add it using the "External Tools ..." option in the "Tools" menu.
Ant , , Project .
Tools.ExternalCommandXX, "".
Tools.ExternalCommandXX
Source: https://habr.com/ru/post/1723245/More articles:Get the true name of the currently selected file in the general file dialog box? - c ++Nginx 301 redirect inc. set cookie - redirectTrace.Assert does not break without showing a message box - c #When parsing through an XML file using SAX, how can I create a module object equivalent to the value of an element? - xmlIf a Sequential Guid Primary Key Column Is a Clustered Index? - guidValidating Twisted FTPClient.retrieveFile files for completeness - pythonPreload multiple background tunes - objective-cwxGraphicsContext is terribly slow on Windows - gdi +Creating a surface of triangles from a set of two-dimensional points - setHow can I programmatically create a WPF Toolkit DataGridTemplateColumn? - c #All Articles