The build script fails when it is calling vcvars32.bat
------------------------------------------------------

                 Key: AXIS2C-1131
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1131
             Project: Axis2-C
          Issue Type: Bug
          Components: build system (Windows)
    Affects Versions: Current (Nightly)
            Reporter: Danushka Menikkumbura


The build script fails giving the following error when it is run a number of 
times on a single command shell.

The input line is too long.
The syntax of the command is incorrect.

This happens as a result of vcvars32 getting called a number of time. vcvars32 
appends its contents to PATH every time it gets called and after some number of 
times, the value of PATH becomes so long that the Windows command line 
environment can not handle it. The number of characters that can be entered 
into a single command is limited to 8191. We should have a mechanism to make it 
such that vcvars32 gets called only onces for a given command shell.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to