I wrote Groovy code and I would like to integrate it with existing Java code. We would like to save our ant scripts and add only the necessary Groovy features. Will Gant allow us to store our existing scripts?
According to the Gant website, no:
Gant is a tool for scripting Ant tasks using Groovy instead of XML to specify logic. The Gant specification is a Groovy script ...
The Gant script construct uses a Groovy script, not XML, but uses Ant tasks. Therefore, if you have any custom Ant tasks, you can still use them.
, , . Ant Gant .
groovy Ant groovy ( Gant-flavored) Ant .
, :
Gradle - Groovy -build. , . .
Gradle FAQ ():
Gradle Ant script. Gradle a Ant build. Ant Gradle. Gradlebuild script.
Source: https://habr.com/ru/post/1712703/More articles:How to get client size in Silverlight application? - silverlightHow to solve the use of the deprecated ereg () function of PHP 5.3.0 in Drupal 6.13 - phpWhere is com.apple.Xcode.plist stored on a typical Mac installation with the latest xcode? - xcodePHP Exception of empty lines when printing a table. - phpDeny a new query When receiving a previous query in jQuery - jqueryMVC architecture. What's in the model? - designASP.NET MVC Futures RequireSSL Attribute and Authorize Attribute Together - asp.net-mvcMany recommendation tables - database-designMVVM with XML model and LinqToXml? - xmlC # call function based on object subtype - c #All Articles