[nant-dev] [ nant-Bugs-1220999 ] Solution task may fail when Visual Studio is not installed

2005-06-22 Thread SourceForge.net
Bugs item #1220999, was opened at 2005-06-15 08:10
Message generated for change (Comment added) made by hebbja
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1220999group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: James Hebben (hebbja)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solution task may fail when Visual Studio is not installed

Initial Comment:
I have a solution that has a project that contains a 
reference to MSHTML. This reference is marked in the 
project has a primary interop assembly reference:

Reference
Name = MSHTML
Guid = {3050F1C5-98B5-11CF-BB82-
00AA00BDCE0B}
VersionMajor = 4
VersionMinor = 0
Lcid = 0
WrapperTool = primary
/

This causes nAnt to fail isf Visual Studio (2003) is not 
installed on the machine. The following is the output:


NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/working/Continuous 
Build/projects/TestNantSolutionTaskFails/test.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: default


default:

 [solution] Starting solution build.

BUILD FAILED

Couldn't find Primary Interop Assembly MSHTML, 
referenced by project TestNant
SolutionTaskFails.

Total time: 0.2 seconds.

--

Comment By: James Hebben (hebbja)
Date: 2005-06-22 09:59

Message:
Logged In: YES 
user_id=442220

I have attached a zip file containing .reg file and a .log file, 
with the MSHTML registry TypeLib information and the nAnt -
debug output data respectively.

--

Comment By: Gert Driesen (drieseng)
Date: 2005-06-16 07:47

Message:
Logged In: YES 
user_id=707851

Can you provide a small extract of the relevant parts of your 
registry ?

Can you run NAnt in debug mode (NAnt.exe -debug -
buildfile:your build file) and attach that output to this bug 
report ?

Thanks !

--

Comment By: James Hebben (hebbja)
Date: 2005-06-16 07:42

Message:
Logged In: YES 
user_id=442220

MSHTML is a standard COM component that is installed on 
the machine. {3050F1C5-98B5-11CF-BB82-
00AA00BDCE0B} (referred to in the project) is the TypeLib ID 
and it is correctly in the registry.

Microsoft.mshtml.dll (the primary interp assembly for the 
MSHTML type library ) is installed by the .NET 1.1 SDK. 
(See this reference: 
http://www.kbalertz.com/kb_815727.aspx)

As far as I can see everything that is required by nAnt is 
available on the machine without installing VS.NET. As far as 
I am aware, the solution task does not use VS.NET to 
perform its work.

Why should I need to install VS.NET to get this to work 
correctly?

--

Comment By: Gert Driesen (drieseng)
Date: 2005-06-15 17:02

Message:
Logged In: YES 
user_id=707851

Ofcourse you need to install third party components that you 
project references.

Why would this by a NAnt issue ? Am I missing something 
here ?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1220999group_id=31650


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1220999 ] Solution task may fail when Visual Studio is not installed

2005-06-22 Thread SourceForge.net
Bugs item #1220999, was opened at 2005-06-15 08:10
Message generated for change (Comment added) made by hebbja
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1220999group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: James Hebben (hebbja)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solution task may fail when Visual Studio is not installed

Initial Comment:
I have a solution that has a project that contains a 
reference to MSHTML. This reference is marked in the 
project has a primary interop assembly reference:

Reference
Name = MSHTML
Guid = {3050F1C5-98B5-11CF-BB82-
00AA00BDCE0B}
VersionMajor = 4
VersionMinor = 0
Lcid = 0
WrapperTool = primary
/

This causes nAnt to fail isf Visual Studio (2003) is not 
installed on the machine. The following is the output:


NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/working/Continuous 
Build/projects/TestNantSolutionTaskFails/test.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: default


default:

 [solution] Starting solution build.

BUILD FAILED

Couldn't find Primary Interop Assembly MSHTML, 
referenced by project TestNant
SolutionTaskFails.

Total time: 0.2 seconds.

--

Comment By: James Hebben (hebbja)
Date: 2005-06-22 10:00

Message:
Logged In: YES 
user_id=442220

I have attached a zip file containing .reg file and a .log file, 
with the MSHTML registry TypeLib information and the nAnt -
debug output data respectively.

--

Comment By: James Hebben (hebbja)
Date: 2005-06-22 09:59

Message:
Logged In: YES 
user_id=442220

I have attached a zip file containing .reg file and a .log file, 
with the MSHTML registry TypeLib information and the nAnt -
debug output data respectively.

--

Comment By: Gert Driesen (drieseng)
Date: 2005-06-16 07:47

Message:
Logged In: YES 
user_id=707851

Can you provide a small extract of the relevant parts of your 
registry ?

Can you run NAnt in debug mode (NAnt.exe -debug -
buildfile:your build file) and attach that output to this bug 
report ?

Thanks !

--

Comment By: James Hebben (hebbja)
Date: 2005-06-16 07:42

Message:
Logged In: YES 
user_id=442220

MSHTML is a standard COM component that is installed on 
the machine. {3050F1C5-98B5-11CF-BB82-
00AA00BDCE0B} (referred to in the project) is the TypeLib ID 
and it is correctly in the registry.

Microsoft.mshtml.dll (the primary interp assembly for the 
MSHTML type library ) is installed by the .NET 1.1 SDK. 
(See this reference: 
http://www.kbalertz.com/kb_815727.aspx)

As far as I can see everything that is required by nAnt is 
available on the machine without installing VS.NET. As far as 
I am aware, the solution task does not use VS.NET to 
perform its work.

Why should I need to install VS.NET to get this to work 
correctly?

--

Comment By: Gert Driesen (drieseng)
Date: 2005-06-15 17:02

Message:
Logged In: YES 
user_id=707851

Ofcourse you need to install third party components that you 
project references.

Why would this by a NAnt issue ? Am I missing something 
here ?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1220999group_id=31650


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1201396 ] solution fails on interface with optional array parameter

2005-06-22 Thread SourceForge.net
Bugs item #1201396, was opened at 2005-05-13 16:12
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1201396group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: s_gardiner (s_gardiner)
Assigned to: Gert Driesen (drieseng)
Summary: solution fails on interface with optional array parameter

Initial Comment:
I created a solution with an interface project and a
classes project. the class implements the interface
which has one method that takes in an optional array
parameter.

Visual studio.NET 2003 shows no build errors when I
build and then Nant compiles the solution normally.
However, if I use my nant buildfile to delete all DLLs
in the tree (using Clean target of attached file) -
including the default project primary output - then the
solution task fails. In this situation, VS.NET also
fails when you do an ordinary build (not rebuild), the
error in vs.net is

snip

-- Build started: Project: MyClass, Configuration:
Debug .NET --

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...
Satellite assemblies could not be built because the
main project output is missing.

/snip

and the nant error is:

 [solution]
C:\Data\UniversityOfSam\vb.net\NantInterfacesTest\MyClass\MyImplementerClass.vb(2)
: error
 BC30149: 'Orbis.OPS.MessageCentre.MyImplementerClass'
must implement 'Overridable Sub FooWithOptional
([_string_array() As String = Nothing])' for interface
'Orbis.OPS.MessageCentre.MyInterface'.
 [solution]
 [solution] Implements MyInterface
 [solution]~~~
 [solution]
C:\Data\UniversityOfSam\vb.net\NantInterfacesTest\MyClass\MyImplementerClass.vb(8)
: error
 BC30401: 'FooWithOptional' cannot implement
'FooWithOptional' because there is no matching sub on int
erface 'MyInterface'.
 [solution]
 [solution]
Implements MyInterface.FooWithOptional
 [solution]   
~~~
 [solution] Build failed.
 [solution] Project 'MyClass' failed!
 [solution] Continuing build with non-dependent projects.
 [solution]
 [solution] Solution failed to build!  Failed projects
were:
 [solution]   - MyClass


Then rebuild fixes the problem, and both VS.NET and
Nant build normally.

If the interface is changed so that the parameter is
not optional or not an array or both, then the problem
is not seen.

I'm running on windows xp pro sp2 and i've checked with
the latest nant nightly:
NAnt 0.85 (Build 0.85.1958.0; nightly; 12/05/2005)



--

Comment By: Gert Driesen (drieseng)
Date: 2005-06-22 15:28

Message:
Logged In: YES 
user_id=707851

MS reports that this issue will be fixed in .NET 2.0 RTM:

http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback
.aspx?feedbackid=77e2ad36-d97f-4973-b3d0-c17aa12aee3c

--

Comment By: Gert Driesen (drieseng)
Date: 2005-05-16 11:38

Message:
Logged In: YES 
user_id=707851

This appears to be a bug in the VB.NET command-line 
compiler (vbc).

I've reported this issue to MS using the MSDN product 
feedback center:

http://lab.msdn.microsoft.com/productfeedback/viewfeedback.
aspx?feedbackid=77e2ad36-d97f-4973-b3d0-c17aa12aee3c

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1201396group_id=31650


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] style task

2005-06-22 Thread Gert Driesen
Giuseppe,

Have you tried running it on MS.NET 2.0 ?  I know there have been some fixes
in this area.

Gert
- Original Message - 
From: Giuseppe Greco [EMAIL PROTECTED]
To: nant-developers@lists.sourceforge.net
Sent: Wednesday, June 22, 2005 4:17 PM
Subject: [nant-dev] style task


 Hi all,

 no way to get the style task working with the DocBook DTD...

 I've modified the CreateXmlReader() method in order to
 1) support URIs as well as local filenames, and
 2) handle proxy credentials for either DTDs or XSL stylesheets

 CreateXmlReader() returns now a XmlValidatinReader, which should
 resolve external entities by default... but if you run a task like
 the one here below

 style style=
   http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl;
   destdir=${build.dir}
   in=test-document.xml
   proxy host=master port=80
 credentials username=j3d password=pwd domain=agamura /
   /proxy
 /style


 ... you'll always get the following error message:

   Could not perform XSLT transformation of
   '/home/genius/projects/test-document/test-document.xml' using stylesheet
   'http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl'.
   The 'book' element is not declared. An error occurred at
   file:///home/genius/projects/test-document/test-document.xml, (11, 2).

 Attached to this email you'll find the build file as well as the
 DocBook xml source files to reproduce the problem (of course, you
 have first to checkout the very last version of NAnt from CVS).

 Any help or suggestion is really appreciated!
 j3d.

 
 Giuseppe Greco
 ::agamura::

 call giuseppe.greco via Skype
 phone:  +41 (0)91 604 67 65
 mobile: +41 (0)79 602 99 27
 email:  [EMAIL PROTECTED]
 web:www.agamura.com
 


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] style task

2005-06-22 Thread Giuseppe Greco
Okay,

I'll try on M$.NET 2.0 tomorrow (at home I've no Windows Boxes).
What's about Mono? Here we have exactly the same problem...

j3d.

On Wed, 2005-06-22 at 17:13 +0200, Gert Driesen wrote:
 Giuseppe,
 
 Have you tried running it on MS.NET 2.0 ?  I know there have been some fixes
 in this area.
 
 Gert
 - Original Message - 
 From: Giuseppe Greco [EMAIL PROTECTED]
 To: nant-developers@lists.sourceforge.net
 Sent: Wednesday, June 22, 2005 4:17 PM
 Subject: [nant-dev] style task
 
 
  Hi all,
 
  no way to get the style task working with the DocBook DTD...
 
  I've modified the CreateXmlReader() method in order to
  1) support URIs as well as local filenames, and
  2) handle proxy credentials for either DTDs or XSL stylesheets
 
  CreateXmlReader() returns now a XmlValidatinReader, which should
  resolve external entities by default... but if you run a task like
  the one here below
 
  style style=
http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl;
destdir=${build.dir}
in=test-document.xml
proxy host=master port=80
  credentials username=j3d password=pwd domain=agamura /
/proxy
  /style
 
 
  ... you'll always get the following error message:
 
Could not perform XSLT transformation of
'/home/genius/projects/test-document/test-document.xml' using stylesheet
'http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl'.
The 'book' element is not declared. An error occurred at
file:///home/genius/projects/test-document/test-document.xml, (11, 2).
 
  Attached to this email you'll find the build file as well as the
  DocBook xml source files to reproduce the problem (of course, you
  have first to checkout the very last version of NAnt from CVS).
 
  Any help or suggestion is really appreciated!
  j3d.
 
  
  Giuseppe Greco
  ::agamura::
 
  call giuseppe.greco via Skype
  phone:  +41 (0)91 604 67 65
  mobile: +41 (0)79 602 99 27
  email:  [EMAIL PROTECTED]
  web:www.agamura.com
  
-- 

Giuseppe Greco
::agamura::

call giuseppe.greco via Skype
phone:  +41 (0)91 604 67 65
mobile: +41 (0)79 602 99 27
email:  [EMAIL PROTECTED]
web:www.agamura.com




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] style task

2005-06-22 Thread Gert Driesen

- Original Message - 
From: Giuseppe Greco [EMAIL PROTECTED]
To: Gert Driesen [EMAIL PROTECTED]
Cc: NAnt Developers nant-developers@lists.sourceforge.net
Sent: Wednesday, June 22, 2005 5:55 PM
Subject: Re: [nant-dev] style task


 Okay,

 I'll try on M$.NET 2.0 tomorrow (at home I've no Windows Boxes).
 What's about Mono? Here we have exactly the same problem...

Yeps, I know:

http://bugzilla.ximian.com/show_bug.cgi?id=51495

Gert

 On Wed, 2005-06-22 at 17:13 +0200, Gert Driesen wrote:
  Giuseppe,
 
  Have you tried running it on MS.NET 2.0 ?  I know there have been some
fixes
  in this area.
 
  Gert
  - Original Message - 
  From: Giuseppe Greco [EMAIL PROTECTED]
  To: nant-developers@lists.sourceforge.net
  Sent: Wednesday, June 22, 2005 4:17 PM
  Subject: [nant-dev] style task
 
 
   Hi all,
  
   no way to get the style task working with the DocBook DTD...
  
   I've modified the CreateXmlReader() method in order to
   1) support URIs as well as local filenames, and
   2) handle proxy credentials for either DTDs or XSL stylesheets
  
   CreateXmlReader() returns now a XmlValidatinReader, which should
   resolve external entities by default... but if you run a task like
   the one here below
  
   style style=
 http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl;
 destdir=${build.dir}
 in=test-document.xml
 proxy host=master port=80
   credentials username=j3d password=pwd domain=agamura /
 /proxy
   /style
  
  
   ... you'll always get the following error message:
  
 Could not perform XSLT transformation of
 '/home/genius/projects/test-document/test-document.xml' using
stylesheet
  
'http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl'.
 The 'book' element is not declared. An error occurred at
 file:///home/genius/projects/test-document/test-document.xml, (11,
2).
  
   Attached to this email you'll find the build file as well as the
   DocBook xml source files to reproduce the problem (of course, you
   have first to checkout the very last version of NAnt from CVS).
  
   Any help or suggestion is really appreciated!
   j3d.
  
   
   Giuseppe Greco
   ::agamura::
  
   call giuseppe.greco via Skype
   phone:  +41 (0)91 604 67 65
   mobile: +41 (0)79 602 99 27
   email:  [EMAIL PROTECTED]
   web:www.agamura.com
   
 -- 
 
 Giuseppe Greco
 ::agamura::

 call giuseppe.greco via Skype
 phone:  +41 (0)91 604 67 65
 mobile: +41 (0)79 602 99 27
 email:  [EMAIL PROTECTED]
 web:www.agamura.com
 



 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
 ___
 nant-developers mailing list
 nant-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-developers



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Error

2005-06-22 Thread Hassanipour, Mehdi








See file attached.






C:\Program Files\NAntnant
NAnt 0.85 (Build 0.85.1986.0; nightly; 6/9/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Program Files/NAnt/im.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: R19


get_latest:

   [vssget] C:\Program Files\NAnt\im.build(4,4): Attribute 'usemodtime' for 
vssget ... / is deprecated.  Use filetimestamp attribute instead.
   [vssget] C:\Program Files\NAnt\im.build(4,4): Attribute 'user' for vssget 
... / is deprecated.  Use username attribute instead.
   [vssget] Getting '$/INSTALLMGR' to 'c:\napdev'...
   [vssget] Removing deleted files from local image...
   [vssget] Removed 0 deleted files from local image.

R19:

 [solution] Starting solution build.

BUILD FAILED - 0 non-fatal error(s), 2 warning(s)

INTERNAL ERROR

System.ArgumentException: Illegal characters in path.
   at System.IO.Path.IsPathRooted(String path)
   at NAnt.Core.Util.FileUtils.CombinePaths(String path1, String path2) in 
d:\Source\nant-20050609T193529Z\src\NAnt.Core\Util\FileUtils.cs:line 180
   at NAnt.VSNet.VcProjectConfiguration.get_OutputPath() in 
d:\Source\nant-20050609T193529Z\src\NAnt.VSNet\VcProjectConfiguration.cs:line 
240
   at NAnt.VSNet.SolutionBase.GetDependenciesFromProjects(String 
solutionConfiguration) in 
d:\Source\nant-20050609T193529Z\src\NAnt.VSNet\SolutionBase.cs:line 456
   at NAnt.VSNet.SolutionBase.Compile(String solutionConfiguration) in 
d:\Source\nant-20050609T193529Z\src\NAnt.VSNet\SolutionBase.cs:line 197
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in 
d:\Source\nant-20050609T193529Z\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 419
   at NAnt.Core.Task.Execute() in 
d:\Source\nant-20050609T193529Z\src\NAnt.Core\Task.cs:line 177
   at NAnt.Core.Target.Execute() in 
d:\Source\nant-20050609T193529Z\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) 
in d:\Source\nant-20050609T193529Z\src\NAnt.Core\Project.cs:line 885
   at NAnt.Core.Project.Execute() in 
d:\Source\nant-20050609T193529Z\src\NAnt.Core\Project.cs:line 837
   at NAnt.Core.Project.Run() in 
d:\Source\nant-20050609T193529Z\src\NAnt.Core\Project.cs:line 922

Please send bug report to [EMAIL PROTECTED]

Total time: 2 seconds.

[nant-dev] bug report

2005-06-22 Thread Tiziano Devescovi
To whom it may concern,
while attempting to integrated ncover into my automated builds, I
received the following error:

System.InvalidOperationException: There was an error generating the XML document
. --- System.InvalidCastException: Specified cast is not valid.
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriter1.Writ
e5_Coverage(Object o)
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Obje
ct o, XmlSerializerNamespaces namespaces, String encodingStyle)
   at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Obje
ct o)
   at NCover.Coverage.SaveCoverage(Stream expected, Coverage coverage)
   at NCover.NCoverTaskImpl..ctor(NCoverAction ncoverAction)
   at NCover.Actions.NCoverAction.Execute()
   at NCoverTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Since it requested to have the bug report sent to this email address,
I was wondering if you could possibly provide any insight for the
problem.


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] bug report

2005-06-22 Thread Gert Driesen
Tiziano,

You should report this error to the Ncover developers:

http://www.ncover.org/Community/

Gert 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Tiziano Devescovi
 Sent: woensdag 22 juni 2005 19:40
 To: nant-developers@lists.sourceforge.net
 Subject: [nant-dev] bug report
 
 To whom it may concern,
 while attempting to integrated ncover into my automated builds, I
 received the following error:
 
 System.InvalidOperationException: There was an error 
 generating the XML document
 . --- System.InvalidCastException: Specified cast is not valid.
at 
 Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerialization
 Writer1.Writ
 e5_Coverage(Object o)
--- End of inner exception stack trace ---
at 
 System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter 
 xmlWriter, Obje
 ct o, XmlSerializerNamespaces namespaces, String encodingStyle)
at 
 System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter 
 xmlWriter, Obje
 ct o)
at NCover.Coverage.SaveCoverage(Stream expected, Coverage coverage)
at NCover.NCoverTaskImpl..ctor(NCoverAction ncoverAction)
at NCover.Actions.NCoverAction.Execute()
at NCoverTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean 
 forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
 
 Please send bug report to [EMAIL PROTECTED]
 
 Since it requested to have the bug report sent to this email address,
 I was wondering if you could possibly provide any insight for the
 problem.
 
 
 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=ick
 ___
 nant-developers mailing list
 nant-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-developers
 



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] Error

2005-06-22 Thread Gert Driesen
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Hassanipour, Mehdi
 Sent: maandag 20 juni 2005 22:21
 To: nant-developers@lists.sourceforge.net
 Subject: [nant-dev] Error
 
 See file attached.

Can you send me a small self-contained repro for this issue ?

Thanks !

Gert



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers