Build.properties and build.xml

can anyone tell me the ant build (internal) build procedure and how is the build.properties information used?

By the way, I open a project with build.properties - but the projects that I worked on do not seem to have such a file (a question with a newbie), can someone give me an introduction? is that generated eclipse file?

+3
source share
1 answer

The build.property property can override your properties in the build.xml file without the need to change it.

Building with Ant: Introduction reads:

build.properties. , build.xml(, , , ). , build.properties, , ( .cvsignore CVS).


:

+3

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


All Articles