You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Danushka Menikkumbura (JIRA)" <ji...@apache.org> on 2008/05/12 12:09:55 UTC

[jira] Created: (AXIS2C-1131) The build script fails when it is calling vcvars32.bat

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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Assigned: (AXIS2C-1131) The build script fails when it is calling vcvars32.bat

Posted by "Nandika Jayawardana (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandika Jayawardana reassigned AXIS2C-1131:
-------------------------------------------

    Assignee: Nandika Jayawardana

> 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
>            Assignee: Nandika Jayawardana
>         Attachments: AXIS2C-1131.patch
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-1131) The build script fails when it is calling vcvars32.bat

Posted by "Nandika Jayawardana (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandika Jayawardana resolved AXIS2C-1131.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.1

Patch applied. Thanks for the patch.

> 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
>            Assignee: Nandika Jayawardana
>             Fix For: 1.4.1
>
>         Attachments: AXIS2C-1131.patch
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXIS2C-1131) The build script fails when it is calling vcvars32.bat

Posted by "Danushka Menikkumbura (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Danushka Menikkumbura closed AXIS2C-1131.
-----------------------------------------


> 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
>            Assignee: Nandika Jayawardana
>             Fix For: 1.4.1
>
>         Attachments: AXIS2C-1131.patch
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-1131) The build script fails when it is calling vcvars32.bat

Posted by "Danushka Menikkumbura (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Danushka Menikkumbura updated AXIS2C-1131:
------------------------------------------

    Attachment: AXIS2C-1131.patch

Please apply the attached patch to resolve this issue.

> 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
>         Attachments: AXIS2C-1131.patch
>
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org