Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dash-dev] commonbuilder - build.cfg generation order

Hi all,

I was trying to use commonbuilder and I've found an interesting issue: build.cfg is generated in this order:

1. project build.properties
2. common build.propertes
3. server.properties

So, if I define the property in my project, it is overridden by common properties.
Why is it generated in this order?

What do you think about loading project build.properties last? (tools/scripts/buildAllHelper.xml file, line 2593)

Thank you,
Alex


Back to the top