[nem-bug] [Nemerle 0000660]: ncc does not perceive a paths in
Windows format
feedback at nemerle.org
feedback at nemerle.org
Sun Apr 23 12:51:16 CEST 2006
A NOTE has been added to this issue.
======================================================================
<http://nemerle.org/bugs/view.php?id=660>
======================================================================
Reported By: VladD2
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 660
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 04-22-2006 18:58 CEST
Last Modified: 04-23-2006 12:51 CEST
======================================================================
Summary: ncc does not perceive a paths in Windows format
Description:
I try create MSBuild project which may be loaded in VS 2005.
I have faced a problem. In VS 2005 exists dialog window that provide
functionality to create or specify path to snk-file. This dialog specify
path in Windosw format "xxx\yyy\...". ncc generate error for this path
format:
error : cannot open file `/keyfile:misc\keys\Nemerle.Compiler.snk': The
given path's format is not supported.
Pliase, cerret this behavior and allow Windosw path format.
======================================================================
----------------------------------------------------------------------
VladD2 - 04-22-06 19:14
----------------------------------------------------------------------
The problem a more deeper.
I try convert path to *nix path format. But ncc it's all the same report
error:
Nemerle.MSBuild.targets(29,9): error : cannot open file
`/keyfile:misc/keys/Nemerle.Compiler.snk': The given path's format is not
supported.
----------------------------------------------------------------------
VladD2 - 04-23-06 12:51
----------------------------------------------------------------------
I look through source code and have understood, that ncc does not support a
key "/keyfile", though MSBuildTask traces it and transfers it to the
compiler.
Come out, the two mistakes:
1. Ncc does not support a key/keyfile.
2. Ncc incorrectly informs that there was a unfamiliar key.
Issue History
Date Modified Username Field Change
======================================================================
04-22-06 18:58 VladD2 New Issue
04-22-06 19:14 VladD2 Note Added: 0001193
04-23-06 12:51 VladD2 Note Added: 0001194
======================================================================
More information about the bugs
mailing list