Subversion Repositories DevTools

Rev

Rev 353 | Rev 379 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 353 Rev 361
Line 32... Line 32...
32
REM     GBE_BUILDFILTER         - Optional Build filter specification(*)
32
REM     GBE_BUILDFILTER         - Optional Build filter specification(*)
33
REM     GBE_PLATFORM            - Optional PLATFORM filter. Only these(*)
33
REM     GBE_PLATFORM            - Optional PLATFORM filter. Only these(*)
34
REM                               PLATFORMS will built and make
34
REM                               PLATFORMS will built and make
35
REM     GBE_ABT                 - Special. Set by the Auto Build Tool
35
REM     GBE_ABT                 - Special. Set by the Auto Build Tool
36
REM     GBE_JATS_VERSION        - Specific version of JATS to be used
36
REM     GBE_JATS_VERSION        - Specific version of JATS to be used
37
REM     GBE_VIEWBASE            - Base directory for creating ClearCase views
37
REM     GBE_VIEWBASE            - Base directory for creating views
-
 
38
REM     GBE_VCS                 - Default Version Control System (cc or svn)
38
REM     GBE_CACHE_JATS          - Control caching of JATS itself
39
REM     GBE_CACHE_JATS          - Control caching of JATS itself
39
REM
40
REM
40
REM     Use "jats -man" for a complete description of environment variables
41
REM     Use "jats man EnvVars" for a complete description of environment variables
41
REM
42
REM
42
REM     (*) User environment variable will be used if present
43
REM     (*) User environment variable will be used if present
43
REM
44
REM
44
setlocal DISABLEDELAYEDEXPANSION
45
setlocal DISABLEDELAYEDEXPANSION
45
set  GBE_MACHTYPE=win32
46
set  GBE_MACHTYPE=win32
Line 51... Line 52...
51
if "%GBE_DPKG_STORE%"==""  set  GBE_DPKG_STORE=
52
if "%GBE_DPKG_STORE%"==""  set  GBE_DPKG_STORE=
52
if "%GBE_DPLY%"==""        set  GBE_DPLY=
53
if "%GBE_DPLY%"==""        set  GBE_DPLY=
53
if "%GBE_PLATFORM%"==""    set  GBE_PLATFORM=
54
if "%GBE_PLATFORM%"==""    set  GBE_PLATFORM=
54
if "%GBE_VIEWBASE%"==""    set  GBE_VIEWBASE=
55
if "%GBE_VIEWBASE%"==""    set  GBE_VIEWBASE=
55
if "%GBE_CACHE_JATS%"==""  set  GBE_CACHE_JATS=1
56
if "%GBE_CACHE_JATS%"==""  set  GBE_CACHE_JATS=1
-
 
57
if "%GBE_VCS%"==""         set  GBE_VCS=cc
56
if "%GBE_BUILDFILTER%"=="" set  GBE_BUILDFILTER=!LMOS_WIN32 !DF4OBE !MPT
58
if "%GBE_BUILDFILTER%"=="" set  GBE_BUILDFILTER=!LMOS_WIN32 !DF4OBE !MPT
57
 
59
 
58
 
60
 
59
 
-
 
60
REM  # Toolset configuration
61
REM  # Toolset configuration
61
REM  #    Visual Studio 6       - Assumed to be installed in default location
62
REM  #    Visual Studio 6       - Assumed to be installed in default location
62
REM  #    Visual Studio 7       - Assumed to be installed in default location
63
REM  #    Visual Studio 7       - Assumed to be installed in default location
63
REM  #
64
REM  #
64
set LIB=
65
set LIB=
Line 130... Line 131...
130
if "%GBE_DM_LOCATION%"=="" set GBE_DM_LOCATION=%GBE_RM_LOCATION%
131
if "%GBE_DM_LOCATION%"=="" set GBE_DM_LOCATION=%GBE_RM_LOCATION%
131
if "%GBE_DM_USERNAME%"=="" set GBE_DM_USERNAME=%GBE_RM_USERNAME%
132
if "%GBE_DM_USERNAME%"=="" set GBE_DM_USERNAME=%GBE_RM_USERNAME%
132
if "%GBE_DM_PASSWORD%"=="" set GBE_DM_PASSWORD=%GBE_RM_PASSWORD%
133
if "%GBE_DM_PASSWORD%"=="" set GBE_DM_PASSWORD=%GBE_RM_PASSWORD%
133
if "%GBE_DM_URL%"==""      set GBE_DM_URL=http://erg:8002/ManagerSuite/Deployment_Manager
134
if "%GBE_DM_URL%"==""      set GBE_DM_URL=http://erg:8002/ManagerSuite/Deployment_Manager
134
 
135
 
135
REM SubVersion Support (Experimental)
136
REM SubVersion Support
136
REM set GBE_SVN_USERNAME=
137
REM set GBE_SVN_USERNAME=
137
REM set GBE_SVN_PASSWORD=
138
REM set GBE_SVN_PASSWORD=
138
REM if "%GBE_SVN_URL%"==""    set GBE_SVN_URL=svn://auperawsXXXX
139
REM if "%GBE_SVN_URL%"==""    set GBE_SVN_URL=svn://auperawsXXXX
139
REM if "%GBE_SVN_PATH%"==""   set GBE_SVN_PATH=c:/Program Files/CollabNet/Subversion Client
140
REM if "%GBE_SVN_PATH%"==""   set GBE_SVN_PATH=c:/Program Files/CollabNet/Subversion Client
140
if "%GBE_SVN_URL_AUPERASVN01%"=="" set GBE_SVN_URL_AUPERASVN01=svn://auperasbm03/AUPERASVN01
141
if "%GBE_SVN_URL_AUPERASVN01%"=="" set GBE_SVN_URL_AUPERASVN01=svn://auperasbm03/AUPERASVN01
141
if "%GBE_SVN_URL_FRBESASVN01%"=="" set GBE_SVN_URL_FRBESASVN01=http://10.247.28.2/svn
142
if "%GBE_SVN_URL_FRBESASVN01%"=="" set GBE_SVN_URL_FRBESASVN01=http://frbesasvn01/svn
142
if "%GBE_SVN_URL%"==""             set GBE_SVN_URL=%GBE_SVN_URL_AUPERASVN01%
143
if "%GBE_SVN_URL%"==""             set GBE_SVN_URL=%GBE_SVN_URL_AUPERASVN01%
143
 
144
 
144
REM............... Internal Use. Do not modify............................#
145
REM............... Internal Use. Do not modify............................#
145
REM
146
REM
146
set  PERL5LIB=
147
set  PERL5LIB=