forked from solenopsis/Solenopsis
-
Notifications
You must be signed in to change notification settings - Fork 0
1.1 Ant Coding Standards
sfloess edited this page Mar 13, 2013
·
2 revisions
This document covers Ant coding standards.
Always denote URIs in macrodefs consistently in the same script file.
All macrodef defined properties should reflect the name of the build script, dot, macro def name, dot, any number of additional lower case identifiers separated by a dot, and upper case property name:
sfdc-util.push.PACKAGE
The aforementioned did not seem to be used consistently. More often you will see macro def name, dot, any number of additional lower case identifiers separated by a dotand upper case property name:
push.tmp.DIR