On 3/21/06, Joseph J. Strout <[EMAIL PROTECTED]> wrote:
>
> At 8:20 AM -0700 3/21/06, Sam DeVore wrote:
>
> >i have a lot of projects that have build scripts done in applescript
> >and that doesn't seem like it is going to work anymore.
My attempt at a nightlies build turned out the following. Note that I never
ended up using it because... well, various RB limitations.
//Dim sc as Integer = Val( PropertyValue( "EVA.StageCode" ) )
//Dim nrv as Integer = Val( PropertyValue( "EVA.NonReleaseVersion" ) )
Dim date as String
date = DoShellCommand( "date +%Y%m%d" )
PropertyValue("EVA.StageCode") = "0"
PropertyValue("EVA.NonReleaseVersion") = date
//BuildWin32 = True
//BuildLinux = False
//BuildMacPEF = False
//BuildMacMachO = True
//BuildMacClassic = False
//BuildRegion = "United States"
//BuildLanguage = "Default"
DoCommand "BuildApp"
//PropertyValue("EVA.StageCode") = Str( sc )
//PropertyValue("EVA.NonReleaseVersion") = Str( nrv )
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>