This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- why my command line build return 4862
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 23, 2008
02:43 AM
why my command line build return 4862
Hi all,
I used command line to build my project (build.exe myproject.iap_xml) in a batch file.
in the batch file, I wrote the following:
build.exe myproject.iap_xml
ECHO.%ERRORLEVEL%
finally, it prints the ERRORLEVEL value is "4862".
in the cmd window, I saw the last line of the IA build saying "EXITING:0".
I need this ERRORLEVEL value to identy whether the build is successful or not, I check from the help file, 4862 is not list in the table and since IA build saying that "EXITING:0", I thought that the ERRORLEVEL value should be "0".
do I do anything wrong here? thanks?
I used command line to build my project (build.exe myproject.iap_xml) in a batch file.
in the batch file, I wrote the following:
build.exe myproject.iap_xml
ECHO.%ERRORLEVEL%
finally, it prints the ERRORLEVEL value is "4862".
in the cmd window, I saw the last line of the IA build saying "EXITING:0".
I need this ERRORLEVEL value to identy whether the build is successful or not, I check from the help file, 4862 is not list in the table and since IA build saying that "EXITING:0", I thought that the ERRORLEVEL value should be "0".
do I do anything wrong here? thanks?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 23, 2008
04:02 AM
On what type of Windows does this happen? If you launch build.exe yourproject.iap_xml in the command line, does it work?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 02, 2008
12:56 AM
Hi, it is run on Windows XP SP2.
I had tried to run it in command line, it work and the final line of the result is "EXITING:0", and I see this line in the result of my batch file run.
I had tried to run it in command line, it work and the final line of the result is "EXITING:0", and I see this line in the result of my batch file run.
pv7721 wrote:
On what type of Windows does this happen? If you launch build.exe yourproject.iap_xml in the command line, does it work?