You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2009/05/13 20:19:45 UTC

[jira] Created: (XERCESC-1868) Unquoted paths in the copy command in the VC project files

Unquoted paths in the copy command in the VC project files
----------------------------------------------------------

                 Key: XERCESC-1868
                 URL: https://issues.apache.org/jira/browse/XERCESC-1868
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.0.0, 3.0.1
            Reporter: Boris Kolpackov
             Fix For: 3.0.2, 3.1.0


>From George Feinberg:

-----------------------------------------

There is a bug in .../VC8/xerces-all/XercesLib.vcproj
specific to ALL of the x64 configurations.  The rule for compiling
the file util/Xerces_autoconf_config.hpp is a copy step copying a
platform-specific file to a generic file.

In all of the various x64 configurations
quotation marks are missing around the paths which means that if it's
installed in
a directory that has embedded spaces somewhere in the path
the copy will fail and compilation will fail as well.
Also there is a stray '\' character between $(InputDir) and $
(InputName) that
leads to "\\" in the path (not a problem but different from the other
configurations).

I'm guessing this was tested in a directory without embedded spaces in
the path.

-----------------------------------------

We need to check project files for other VC versions as well.


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


[jira] Resolved: (XERCESC-1868) Unquoted paths in the copy command in the VC project files

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alberto Massari resolved XERCESC-1868.
--------------------------------------

    Resolution: Fixed
      Assignee: Alberto Massari

> Unquoted paths in the copy command in the VC project files
> ----------------------------------------------------------
>
>                 Key: XERCESC-1868
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1868
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.0.0, 3.0.1
>            Reporter: Boris Kolpackov
>            Assignee: Alberto Massari
>             Fix For: 3.0.2, 3.1.0
>
>
> From George Feinberg:
> -----------------------------------------
> There is a bug in .../VC8/xerces-all/XercesLib.vcproj
> specific to ALL of the x64 configurations.  The rule for compiling
> the file util/Xerces_autoconf_config.hpp is a copy step copying a
> platform-specific file to a generic file.
> In all of the various x64 configurations
> quotation marks are missing around the paths which means that if it's
> installed in
> a directory that has embedded spaces somewhere in the path
> the copy will fail and compilation will fail as well.
> Also there is a stray '\' character between $(InputDir) and $
> (InputName) that
> leads to "\\" in the path (not a problem but different from the other
> configurations).
> I'm guessing this was tested in a directory without embedded spaces in
> the path.
> -----------------------------------------
> We need to check project files for other VC versions as well.

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