Opened 16 years ago

#178 new enhancement

Document the && syntax for property ordering.

Reported by: jurko.gospodnetic@… Owned by: somebody
Priority: major Milestone: M14 - Docs
Component: component1 Version: 2.0
Keywords: documentation property ordering Cc:

Description

Document the && syntax for specifying the order in which multiple property values should be applied.

For example: <include>bbb&&aaa adds the bbb folder to the include path first and adds the aaa folder afterwards while <include>bbb <include>aaa does not make this guarantee (and effectively does not do this in the current implementation due to all properties getting sorted alphabetically internally.

Change History (0)

Note: See TracTickets for help on using tickets.