[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Ant build best practices

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
I use a set of property files and the fact that properties are immutable to handle os / phase differences build.props contains the defaults build.props.windows windows specific properties such a graphicalmode=true build.props.windows.development : e.g. the assemblies directory used for development build.props.windows.production : e.g. the assemblies directory used for production I move reusable macros such as compiledirectory into a separate file

Continue reading...
 
Status
Not open for further replies.
Back
Top