Yap.

In fact, there were also some nunit libraries in the bin folder that are in
the framework specific folder, that I've overriden.
Now it works really fine.
I am using NAnt to implement Continuous Integration alongside with
CruiseControl.NET in a project that I'm developing, and with this step, it
all works fine! I've managed to implement full Continuous Integration using
CruiseControl.NET, NAnt, FxCop, NUnit, NDoc and NCover, with your help.
Thank you very, very much. :D
Cheers to you all, and specially to you Gert.

Pedro Honório Silva.

-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED] 
Sent: quinta-feira, 11 de Novembro de 2004 16:08
To: 'Pedro Honório Silva'
Subject: RE: [Nant-users] Error Building Solution

 

> -----Original Message-----
> From: Pedro Honório Silva [mailto:[EMAIL PROTECTED]
> Sent: donderdag 11 november 2004 17:03
> To: 'Gert Driesen'
> Subject: FW: [Nant-users] Error Building Solution
> 
> Ok.
> 
> And how do I solve this?
> I've tried to replace the Ndoc libraries in the Nant/bin for the ones 
> inside my Ndoc/bin directory, but still doesn't work.
> Suggestions?

You should in fact not have any Ndoc assembly in your nant bin directory. We
now have framework-specific assemblies for Ndoc in
bin/lib/<framework>/<framework version.

Hope this helps,

Gert

> 
> Pedro Honório Silva.
> 
> 
> -----Original Message-----
> From: Gert Driesen [mailto:[EMAIL PROTECTED]
> Sent: terça-feira, 9 de Novembro de 2004 19:10
> To: 'Pedro Honório Silva'; [EMAIL PROTECTED]
> Subject: RE: [Nant-users] Error Building Solution
> 
> Pedro,
> 
> You probably have an older version of NDoc in your NAnt bin directory.
> 
> Gert
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Pedro 
> > Honório Silva
> > Sent: dinsdag 9 november 2004 18:01
> > To: 'Gert Driesen'; [EMAIL PROTECTED]
> > Subject: RE: [Nant-users] Error Building Solution
> > 
> > Hi Gert.
> > 
> > It worked, thanks!
> > Now I have another problem, and this one seems to be a problem of 
> > manifests.
> > But check out the Nant output:
> > 
> > document:
> > 
> > 
> > BUILD FAILED
> > 
> > INTERNAL ERROR
> > 
> > System.IO.FileLoadException: The located assembly's manifest 
> > definition with name 'NDoc.Core' does not match the assembly 
> > reference.
> > File name: "NDoc.Core" at NAnt.DotNet.Tasks.NDocTask.ExecuteTask()
> >    at NAnt.Core.Task.Execute() in
> > d:\Source\nant-20041108T193606Z\src\NAnt.Core\Task.cs:line 177
> >    at NAnt.Core.Target.Execute() in
> > d:\Source\nant-20041108T193606Z\src\NAnt.Core\Target.cs:line 249
> >    at NAnt.Core.Project.Execute(String targetName, Boolean
> > forceDependencies) in
> > d:\Source\nant-20041108T193606Z\src\NAnt.Core\Project.cs:line 876
> >    at NAnt.Core.Project.Execute() in 
> > d:\Source\nant-20041108T193606Z\src\NAnt.Core\Project.cs:line 833
> >    at NAnt.Core.Project.Run() in
> > d:\Source\nant-20041108T193606Z\src\NAnt.Core\Project.cs:line 902
> > 
> > === Pre-bind state information ===
> > LOG: DisplayName = NDoc.Core, Version=1.3.1771.0, Culture=neutral,
> > PublicKeyToken=b9896512f28c0f09 (Fully-specified)
> > LOG: Appbase = F:\Program Files\NAnt\bin\
> > LOG: Initial PrivatePath = lib;lib\net\1.1;lib\net Calling
> assembly : 
> > NAnt.DotNetTasks, Version=0.85.1773.0, Culture=neutral, 
> > PublicKeyToken=null.
> > ===
> > 
> > LOG: Private path hint found in configuration file: lib.
> > LOG: Publisher policy file is not found.
> > LOG: Host configuration file not found.
> > LOG: Using machine configuration file from 
> > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
> > LOG: Post-policy reference: NDoc.Core, Version=1.3.1771.0, 
> > Culture=neutral,
> > PublicKeyToken=b9896512f28c0f09
> > LOG: Attempting download of new URL file:///F:/Program 
> > Files/NAnt/bin/NDoc.Core.DLL.
> > WRN: Comparing the assembly name resulted in the mismatch: 
> > Minor Version
> > 
> > 
> > Please send bug report to [EMAIL PROTECTED]
> > 
> > Total time: 6.5 seconds.
> > 
> > Now how on earth am I going to solve this?
> > 
> > Pedro Honório Silva
> > 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Gert 
> > Driesen
> > Sent: terça-feira, 9 de Novembro de 2004 15:59
> > To: Pedro Honório Silva; [EMAIL PROTECTED]
> > Subject: Re: [Nant-users] Error Building Solution
> > 
> > Pedro,
> > 
> > <webmap> is a child element of <solution>, so you should have this :
> > 
> > <target name="compile">
> >     <solution configuration="debug" 
> > solutionfile="${build.dir}\Netliga.sln">
> >         <webmap>
> >             <map url="http://localhost/Netliga/Web.csproj";
> > path="${build.dir}\Web.csproj" />
> >         </webmap>
> >     </solution>
> > </target>
> > 
> > NAnt should actually have reported that mistake. Let me
> have a look at
> > this later ...
> > 
> > Hope this helps,
> > 
> > Gert
> > 
> > ----- Original Message -----
> > From: "Pedro Honório Silva" <[EMAIL PROTECTED]>
> > To: "'Gert Driesen'" <[EMAIL PROTECTED]>; 
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, November 09, 2004 4:10 PM
> > Subject: RE: [Nant-users] Error Building Solution
> > 
> > 
> > Hi again Gert!
> > 
> > Now I get the following error:
> > 
> > compile:
> > 
> >  [solution] Starting solution build.
> > 
> > BUILD FAILED
> > 
> > Cannot build web project
> > 'http://localhost/Netliga/Web.csproj'.  Please use <webmap>
> to map the
> > given URL to a project-relative path, or specify enablewebdav="true"
> > on the <solution> task element to use WebDAV.
> > 
> > Total time: 0.2 seconds.
> > 
> > I have the following tag in my *.build file:
> > 
> > <target name="compile">
> >  <solution configuration="debug" 
> > solutionfile="${build.dir}\Netliga.sln" />
> >   <webmap>
> >    <map url="http://localhost/Netliga/Web.csproj";
> > path="${build.dir}\Web.csproj" />
> >    </webmap>
> > </target>
> > 
> > Pedro Honório Silva
> > 
> > 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Gert 
> > Driesen
> > Sent: terça-feira, 9 de Novembro de 2004 13:58
> > To: Pedro Honório Silva; [EMAIL PROTECTED]
> > Subject: Re: [Nant-users] Error Building Solution
> > 
> > Pedro,
> > 
> > If I recall correctly, I fixed this issue after the 0.84
> release. Can
> > you try using a recent nightly build
> > (http://nant.sourceforge.net/nightly/builds) ?
> > 
> > Gert
> > ----- Original Message -----
> > From: "Pedro Honório Silva" <[EMAIL PROTECTED]>
> > To: "'Gert Driesen'" <[EMAIL PROTECTED]>; 
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, November 09, 2004 2:16 PM
> > Subject: RE: [Nant-users] Error Building Solution
> > 
> > 
> > Nant 0.84
> > 
> > Pedro Honório Silva
> > 
> > -----Original Message-----
> > From: Gert Driesen [mailto:[EMAIL PROTECTED]
> > Sent: terça-feira, 9 de Novembro de 2004 13:13
> > To: Pedro Honório Silva; 'Pieter Jansen van Vuuren'; 
> > [EMAIL PROTECTED]
> > Subject: Re: [Nant-users] Error Building Solution
> > 
> > Pedro,
> > 
> > What version of NAnt are you using ?
> > 
> > Gert
> > ----- Original Message -----
> > From: "Pedro Honório Silva" <[EMAIL PROTECTED]>
> > To: "'Pieter Jansen van Vuuren'" <[EMAIL PROTECTED]>; 
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, November 09, 2004 2:05 PM
> > Subject: RE: [Nant-users] Error Building Solution
> > 
> > 
> > Thank you for your answer.
> > Well, it didn't work.
> > I placed the following tag:
> > 
> >          <webmap>
> >           <map url="http://localhost/Netliga/Web.csproj";
> > path="${build.dir}\Web.csproj" />
> >          </webmap>
> > 
> > inside the compile section, and it didn't work. I've placed
> it outside
> > the compile tag and still didn't work.
> > Am I doing something wrong?
> > 
> > Pedro Honório Silva
> > 
> > 
> >   _____
> > 
> > From: Pieter Jansen van Vuuren [mailto:[EMAIL PROTECTED]
> > Sent: terça-feira, 9 de Novembro de 2004 12:57
> > To: 'Pedro Honório Silva'
> > Subject: RE: [Nant-users] Error Building Solution
> > 
> > 
> > I think you need to add
> > 
> >    <webmap>
> >         <map url="http://localhost/Netliga/Web.csproj";
> > path="${build.dir}\SkillsMatrix.Web.csproj" />
> >     webmap>
> > 
> > or something similar.
> > 
> > Pieter
> > 
> >   _____
> > 
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Pedro 
> > Honório Silva
> > Sent: 09 November 2004 02:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: [Nant-users] Error Building Solution
> > 
> > 
> > Hi there.
> > 
> > I'm getting the following error when building my project with NAnt:
> > 
> > compile:
> > 
> >  [solution] Starting solution build.
> > 
> > BUILD FAILED
> > 
> > Error checking whether 'http://localhost/Netliga/Web.csproj' is an 
> > enterprise template project.
> >  The remote server returned an error: (403) Forbidden.
> > 
> > Total time: 0.2 seconds.
> > 
> > I know the reason for it is that NAnt is trying to browse a
> file that
> > IIS doesn't allow to be viewed, so the question is why is
> NAnt doing
> > this?
> > Attached is my build file, for more info.
> > 
> > Pedro Honório Silva
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Sybase ASE Linux Express Edition - download now for FREE LinuxWorld 
> > Reader's Choice Award Winner for best database on Linux.
> > http://ads.osdn.com/?ad_idU88&alloc_id065&op=ick
> > _______________________________________________
> > Nant-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/nant-users
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Sybase ASE Linux Express Edition - download now for FREE LinuxWorld 
> > Reader's Choice Award Winner for best database on Linux.
> > http://ads.osdn.com/?ad_idU88&alloc_id065&op=ick
> > _______________________________________________
> > Nant-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/nant-users
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Sybase ASE Linux Express Edition - download now for FREE LinuxWorld 
> > Reader's Choice Award Winner for best database on Linux.
> > http://ads.osdn.com/?ad_idU88&alloc_id065&op=ick
> > _______________________________________________
> > Nant-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/nant-users
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Sybase ASE Linux Express Edition - download now for FREE LinuxWorld 
> > Reader's Choice Award Winner for best database on Linux.
> > http://ads.osdn.com/?ad_idU88&alloc_id065&op=ick
> > _______________________________________________
> > Nant-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/nant-users
> > 
> > 
> 
> 
> 



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to