Maven-like tool for Delphi (or C #)

Does anyone know if there are any tools similar to Maven - am I looking for something to manage project dependencies?

Any suggestions are welcome.

+3
source share
3 answers

You can use Maven with Delphi if you define binary artifacts. I implemented a prototype that even made dependency resolution for libraries, DCUs and DLLs. But I'm afraid there are too many developers who don’t like the idea of ​​using the Java build tool for Delphi :)

+3
source

, Delphi msbuild ( ANT substute), , IDE, , ( toolapi).

, Delphi, , , Delphi " " .

Free Pascal , ., , Free Pascal - Apache Maven?

, , - .

+1

#/.Net , Apache http://incubator.apache.org/nmaven/

2008 NMaven Apache, .

+1

Source: https://habr.com/ru/post/1753501/


All Articles