This observer will change the value for copyright year prior to creating a new build of an application. This program searches for '%(copyright-year)%' within the first 100 characters of the source file and will replace it with the current year. It will then create a temporary file to be used as an alternative source file which will be deleted during the PostProcess of the build by this same observer. |
| LOCAL theDescription$="Substitute modification year of source file for 'Copyright-year' tag." |
| LOCAL theNotificationFlag=_pvxConstants'_idePrePostProcess |
| FUNCTION update(initPvxState) | ||||
The logic to be executed when the observer is triggered. | ||||
|
|
theDescription$, theNotificationFlag |
|
getDescription$(), getEventNotificationFlag(), init(), update(), createAlternateSourceFile(), getAlternateSourceFile$() |
|