FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sdk-java/scripts/masterUpdate.cmd at master · AuthorizeNet/sdk-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AuthorizeNet
/
sdk-java
Public
Notifications
You must be signed in to change notification settings
Fork
114
Star
58
Code
Issues
17
Pull requests
17
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
sdk-java
/
scripts
/
masterUpdate.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (26 loc) · 988 Bytes
Breadcrumbs
sdk-java
/
scripts
/
masterUpdate.cmd
Copy path
File metadata and controls
29 lines (26 loc) · 988 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@
ECHO
OFF
CALL
"
%~dp0
\validateCygwinBinaries.cmd
"
IF
"
1
"
==
"
%ERRORLEVEL%
"
(
@
ECHO
Invalid or incomplete Cygwin installation. Install cygwin and its components viz.
@
ECHO
grep sed perl cut touch wget sort
EXIT
/b
1
)
SET
CYGWIN_EXE
=
%CYGWIN_HOME%
\bin
@
ECHO
. Started at
%date%
-
%time%
@
ECHO
This script will update all the generated code
@
ECHO
.
FOR
%%x
IN
( generateObjectsFromXsd.cmd generateControllersFromTemplate.cmd generateTestControllersFromTemplate.cmd generateTestForEnums.cmd )
DO
(
@
ECHO
Executing script
"
%%x
"
CALL
"
%~dp0
%%x
"
IF
"
1
"
==
"
%ERRORLEVEL%
"
(
@
ECHO
. ########################################################################
@
ECHO
Encountered error during execution of
"
%~dp0
%%x
"
@
ECHO
See logs or output above.
@
ECHO
Exiting, Update ***NOT*** complete.
EXIT
/b
1
)
)
@
ECHO
.
@
ECHO
Exiting, Update completed succesfully.
@
ECHO
Compile, run tests and commit in git-hub.
@
ECHO
. Completed at
%date%
-
%time%
Back
|
FazBrowse Home
|
New Git URL