RE: [nant-dev] Error while integrating ncover into dailybuild with nant.

2005-10-10 Thread Morris, Jason
When I said that it integrated a lot better, I just meant that I was
able to set up an exec task and have it work.  With the SF Ncover, I
never did get their nant task to work.

If it helps, here is my exec task.

exec program=${ncover.bin.dir}\NCover.Console.exe
  verbose=${isVerbose}
  workingdir=${bin.dir}
  failonerror=false
  resultproperty=ncover.exitcode
  arg value=/c quot;${nunit.bin.dir}\nunit-console.exequot;
quot;${test.name}.dll /xml=${test.result.file.path.xml}quot; /
  arg value=/a quot;Intel.Dataquot; /
  arg value=/o quot;${test.coverage.file.path.xml}quot; /
  arg value=/l quot;${test.coverage.file.path}.logquot; /
/exec

Jason

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf 
Of Gary Feldman
Sent: Friday, October 07, 2005 9:17 AM
To: nant-developers@lists.sourceforge.net
Subject: Re: [nant-dev] Error while integrating ncover into 
dailybuild with nant.

Morris, Jason wrote:

Where did you get NCover from?

http://ncover.org/

- or -

http://ncover.sourceforge.net/

IIRC, I had this problem when I used the version from 
SourceForge, but 
if you go to ncover.org, that version seems to work a lot better.  
Plus, I found ncover.org's version integrated with nAnt a lot easier.
  

I've been using the ncover.org version as well, but I wasn't 
aware of any integration.  I've resorted to a painstakingly 
constructed exec task.  (It's painstaking because I'm using 
NCover to invoke nunit-console, which in turn invokes the 
tests, so there are several levels of quoting needed in the 
commandline attribute.)

I believe the Sourceforge version comes with a NAnt task, but 
I haven't seen any in the NCover.org version.  If there is 
one, where can I find it?

Jason

PS  I don't know the history of this project, so I don't know why the 
differences in code between the two projects with the same name.
  

I've always presumed that the projects were always 
independent, and just happened to use the same name without 
realizing that someone else was also using it.  For what it's 
worth, the NCover.org version began life on GotDotNet, but at 
least at that time, GotDotNet lacked the stability and 
convenience needed for multi-person open source development.

It would be nice if they resolved the name conflict.  Flip a 
coin, hold a charity auction (whichever one raises the most 
gets to decide), or duel at twenty paces - I don't care how 
it's resolved as long as it's resolved.  Or the market could 
decide by abandoning one of them.

Gary



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, 
discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1277724 ] Solution Task Cannot Find Path Specified...---What Path???

2005-10-10 Thread SourceForge.net
Bugs item #1277724, was opened at 2005-08-31 22:20
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1277724group_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: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: sand0z (sand0z)
Assigned to: Gert Driesen (drieseng)
Summary: Solution Task Cannot Find Path Specified...---What Path???

Initial Comment:
When the solution task fails because it can't find a path, 
it would be *really* helpful to know EXACTLY which path 
it can't find. 

For example:
(a snippet from the output of a failed build)... 
[solution] Performing Pre-Build Event...
 [solution]   [pre-build] 1 file(s) copied.
 [solution]   [pre-build] The system cannot find the 
path specified.
 [solution]   [pre-build] The system cannot find the 
path specified.
 [solution]   [pre-build] 1 file(s) copied.
 [solution]   [pre-build] The system cannot find the 
path specified.
 [solution]   [pre-build] The system cannot find the 
path specified.
 [solution]   [pre-build] Project error: A tool returned 
an error code from the build event
 [solution] Pre-Build failed with exit code = 1



I do have verbose turned on everywhere. 

I am using NAnt 0.85, build 0.85.1932.0; rc3

--

Comment By: Gert Driesen (drieseng)
Date: 2005-10-10 09:36

Message:
Logged In: YES 
user_id=707851

The only thing we can do that will make it easier to diagnose 
such issues, is to output the batch files that we generate for 
the build events in the build log (when running in verbose 
mode).

I'd implement this later (this week ?).

--

Comment By: sand0z (sand0z)
Date: 2005-08-31 23:35

Message:
Logged In: YES 
user_id=1338161

Just a quick amendment.

This error went away when I defined the project's build
order in Visual Studio. VS also showed the error, but at
least said what couldn't be found. (In this case a dependent
project). However, once VS built the project once, (and
failed), any build after this initial build was fine within
VS.  

I still think the error message is a bit vague, but maybe
there isn't much that can be done about this. 

--

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1165130 ] obj and lib project files are not passed to lib or link

2005-10-10 Thread SourceForge.net
Bugs item #1165130, was opened at 2005-03-17 11:56
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1165130group_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: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: atrunov (atrunov)
Assigned to: Nobody/Anonymous (nobody)
Summary: obj and lib project files are not passed to lib or link

Initial Comment:
obj and lib files included into the project are not added to 
files passed to lib or link (together with normal compiler 
output). Observed for solution task for VisualStudio .NET 
2003 VC++ projects for different libs dlls or exes.
Note: devenv automatically addes project obj and lib to 
files passed to lib or link. 

--

Comment By: Gert Driesen (drieseng)
Date: 2005-10-10 09:43

Message:
Logged In: YES 
user_id=707851

Can you please attach a repro for this issue ? If not I'll be 
forced to close this bug report.

Thanks !


--

Comment By: Gert Driesen (drieseng)
Date: 2005-04-07 20:05

Message:
Logged In: YES 
user_id=707851

Any progress on this ?

--

Comment By: Gert Driesen (drieseng)
Date: 2005-03-17 13:26

Message:
Logged In: YES 
user_id=707851

Can you please attach a small repro to this bug report ?

Thanks !

--

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1186393 ] solution fails to compile EntLib

2005-10-10 Thread SourceForge.net
Bugs item #1186393, was opened at 2005-04-20 04:13
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1186393group_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: Andrew Coats (awcoats)
Assigned to: Gert Driesen (drieseng)
Summary: solution fails to compile EntLib

Initial Comment:
I tried using the following target to compile EntLib 
(http://www.gotdotnet.com/workspaces/workspace.aspx
?id=295a464a-6072-4e25-94e2-91be63527327). It does 
not compile two of the projects because of the post 
build events.

target name=Compile
echo message=Compiling 
${configuration}/
solution configuration=Debug 
solutionfile=EnterpriseLibrary.sln 
outputdir=lib\Debug /
/target

Here is the output 

C:\Program Files\Microsoft Enterprise 
Library\srcC:\PROJECTS\nant-0.85-rc2
\bin\Nant.exe 
NAnt 0.85 (Build 0.85.1869.0; rc2; 2/12/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Program Files/Microsoft Enterprise 
Library/src/Core.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: Compile 


Compile:

 [echo] Compiling Debug
 [solution] Starting solution build.
 [solution] Building 'Common' [Debug] ...
 [solution] Building 'Configuration' [Debug] ...
 [solution] Building 'Security' [Debug] ...
 [solution] Building 'ExceptionHandling' [Debug] ...
 [solution] Building 'Logging' [Debug] ...
 [solution] Building 'Configuration.Design' [Debug] ...
 [solution] Building 'Security.ActiveDirectory' [Debug] ...
 [solution] Building 'Logging.MsmqDistributor' [Debug] ...
 [solution] Building 'Data' [Debug] ...
 [solution] Building 'Security.Cryptography' [Debug] ...
 [solution] 
Building 'ExceptionHandling.Configuration.Design' 
[Debug] ...
 [solution] Building 'Caching' [Debug] ...
 [solution] Building 'Security.AzMan' [Debug] ...
 [solution] Building 'Caching.Database' [Debug] ...
 [solution] Building 'Security.Configuration.Design' 
[Debug] ...
 [solution] Building 'Caching.Configuration.Design' 
[Debug] ...
 [solution] 
Building 'Security.Cryptography.Configuration.Design' 
[Debug] ...
 [solution] Building 'Logging.Sinks.Database' [Debug] ...
 [solution] PostBuildEvent failed with exit code = 1
 [solution] Build failed.
 [solution] Project 'Logging.Sinks.Database' failed!
 [solution] Continuing build with non-dependent projects.
 [solution] Building 'Caching.Cryptography' [Debug] ...
 [solution] Building 'Security.Database' [Debug] ...
 [solution] 
Building 'Security.AzMan.Configuration.Design' 
[Debug] ...
 [solution] Building 'Logging.Configuration.Design' 
[Debug] ...
 [solution] Building 'ExceptionHandling.Logging' 
[Debug] ...
 [solution] Building 'Logging.Sinks.WMISchema' 
[Debug] ...
 [solution] Building 'Security.Cache.CachingStore' 
[Debug] ...
 [solution] Building 'Data.Configuration.Design' 
[Debug] ...
 [solution] PostBuildEvent failed with exit code = 1
 [solution] Build failed.
 [solution] Project 'Data.Configuration.Design' failed!
 [solution] Continuing build with non-dependent projects.
 [solution] Building 'Security.Database.Authentication' 
[Debug] ...
 [solution] Building 'Caching.DatabaseAndCryptography' 
[Debug] ...
 [solution] 
Building 'Security.Cache.CachingStore.Configuration.De
sign' [Debug] ...
 [solution] Building 'Caching.Cryptography.Design' 
[Debug] ...
 [solution] 
Building 'Security.ActiveDirectory.Configuration.Design' 
[Debug] ...
 [solution] 
Building 'ExceptionHandling.Logging.Configuration.Desig
n' [Debug] ...
 [solution] Building 'Tools.SecurityDatabaseConsole' 
[Debug] ...
 [solution] 
 [solution] Solution failed to build!  Failed projects were:
 [solution]   - Logging.Sinks.Database
 [solution]   - Data.Configuration.Design

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

C:\Program Files\Microsoft Enterprise 
Library\src\Core.build(20,4):
Project build failed.

Total time: 6.3 seconds.



--

Comment By: Gert Driesen (drieseng)
Date: 2005-10-10 09:47

Message:
Logged In: YES 
user_id=707851

Can you supply the requested information ? If not I'll be forced 
to close this bug report.

Thanks !

--

Comment By: Gert Driesen (drieseng)
Date: 2005-05-04 15:32

Message:
Logged In: YES 
user_id=707851

Can you run the build in debug mode and attach the resulting 
log file to the bug report ?

eg. NAnt.exe -buildfile:your buildfile -debug -
logfile:output.log

Thanks !

--

Comment By: Andrew Coats (awcoats)
Date: 2005-04-23 20:42

Message:
Logged In: YES 

[nant-dev] [ nant-Bugs-1323358 ] Ampersand in the file name

2005-10-10 Thread SourceForge.net
Bugs item #1323358, was opened at 2005-10-10 19:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1323358group_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: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Adam Dann (dashny)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ampersand in the file name

Initial Comment:
I have a C# project that has a file with an ampersand in 
its name, e.g. myfile.gif.
Nant fails with Error loading project my.csproj.
Error occured while parsing EntityName.

The  sign is valid in Windows file names.

Please advise.




--

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers