> the build server is supposed to only have the "approved"
> tools/utilities in the acceptable versions. This way you can be sure
> that you don't have an inadvertent dependency on some weird,
unsupported
> library. If it builds on the server, then you know it doesn't require
> anything not on th
Merrill,
> * Is there a better way in NAnt to getting the environment variables
set
> for each ?
Aha, finally I get to give back!
If he's using 0.85, please see the below, the sum of a discussion Ian
MacLean and I had a while ago on this list (BTW, this is still possible
in 0.84, just uglier)..
Just an aside, we find this tool to be incredibly
valuable during development of the documentation.
http://www.paraesthesia.com/blog/comments.php?id=727_0_1_0_C
You need the CodeRush engine, but it’s
provided for free.
Eric D
From:
[EMAIL PROTECTED]
[mailto:[EMAIL
Sorry, forgot to mention this is NAnt 0.84
with version X of NAntContrib.
Thanks again!
Eric
From: Gert Driesen
[mailto:[EMAIL PROTECTED]
Sent: Thursday, January 06, 2005
12:14 AM
To: Eric Deslauriers;
nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] NDoc
task
probing path for the HtmlHelp2 library.
Thanks again for the assist!
Eric D
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen
Sent: Wednesday, January 05, 2005
2:27 PM
To: Eric Deslauriers;
nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] NDoc
NDoc works as expected when run from the
GUI, but when I use the NAnt task, I get an error. Since the NDoc.Documenter.HtmlHelp2.dll
is located in the same dir as NDocConsole.exe, I’m not sure what’s
failing:
locate-ndoc:
[echo] NDoc located at ..\sdktools\NDoc 1.2\bin\.net-1.
Since properties are immutable, this is a
little more fun.
à
What I need to do with the above snippet
is change test’s failonerror to TRUE when not doing code coverage, but to
FALSE when doing codecoverage, then pas
Troy,
Thanks for the head's up. As soon as we move to 0.85, I'll plunk that
in. It is a great solution.
Eric D
> The cleanest solution (IMHO) was to create a custom try/catch/finally
> task... your codecov target becomes:
>
>
>
>
>
>
>
>
>
>
>
> The tr
1. A
3. NUnit2
4. To facilitate debugging, we use the
task. In some cases, we need some prebuild and postbuild steps
in VS to support things like using CodeSmith for our codegeneration.
5. Use NReport to compile them and feed
them to CruiseControl (or Draco if you want). CruiseControl t
Ian astounded with:
> It works with 0.85. There have been a number of
> fixes and your build file works perfectly with it. I had a stab at
> getting it working with 0.84 but unfortunately 0.84 does not:
I downloaded and tried it (Sorry, I should have done that first) and it
works beautifully (cha
I need to set my CoverageEye's env vars deterministically for my NUnit2
task.
Does NUnit2 support ?
http://nant.sourceforge.net/help/tasks/nunit2.html
If there's a way to know what attributes apply to which tasks, then I'm
just missing that knowledge.
Thanks again!
Eric
-
evious folk out there want to wade in (offlist is OK too)?
:)
Eric D
> -Original Message-
> From: Castro, Edwin Gabriel (Firing Systems Engr.)
[mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 08, 2004 12:55 PM
> To: Merrill Cornish; Eric Deslauriers; NAnt Users mailing list
I'm using CoverageEye for code coverage and have the need to set
environment variables that may or may not exist from within my NAnt
task.
Since unsetting an env var usually makes it not exist, this is
problematic.
The key requirement is that the any future env calls or exec calls from
NAnt need
Thanks for the help. Unfortunately, I'm restricted to being on a stable
release by management for our prod work.
If it helps, I can try 85 nightly and let you know.
Eric D
> >
> > The NAnt solution also relies on TLBIMP, which would mean, according
to
> >
> > http://www.mail-archive.com/nant-
>
I have a DLL project that includes references to SHDocVW (COM
tab, Microsoft Internet Controls) and Microsoft.MSHTML (COM tab, Microsoft HTML
Object Library)
Using the following target in my default.build,
I'm trying to
Is there a way to "if include " reference in the
following?
I'm trying to avoid CSC sections as my CSPROJ files are very fluid right
now.
Thanks,
Eric
Felice,
Good question.
I would also ask if NAntpad Express list variable values. That's the
only thing I really have a problem with, esp as I deal with many build
files from other people, so I'm always having to figure out what
${somevar} gets set to.
Since there's no eval that I can find on the
http://www.hanselman.com/blog/PermaLink.aspx?guid=e018a515-c502-464f-8e1
a-361ba9889879
Nuff said.
Eric D
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Brown
Sent: Monday, August 23, 2004 9:53 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] What
In order to be able to take advantage of the intrinsic ease of the
VStudio debug/fix/rebuild/debug process, I have VStudio able to build my
projects, and then a NAnt script that can build it, deploy it, test it,
etc.
In order to correctly fulfill the VStudio build, I have to implement
PostBuild st
sen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 11, 2004 4:09 PM
> To: Eric Deslauriers; [EMAIL PROTECTED]
> Subject: Re: [Nant-users] Error during compile that GUID {xxx}
required
>
> Eric,
>
> Please send us a small repro.
>
> Thanks !
>
> Gert
>
>
Additionally, it builds fine from VStudio, no hiccups.
> When I compile my app, I get an error "Project with GUID {xxx} must be
> included...".
>
> However the ref'd GUID is in my SLN file.
>
> Thanks,
> Eric D
---
SF.Net email is sponsored
When I compile my app, I get an error "Project with GUID {xxx} must be
included...".
However the ref'd GUID is in my SLN file.
Thanks,
Eric D
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for o
I have to work with a lot of NAnt files generated by other folks, and I
was wondering if there was an Intellisense (e.g. hovering over a
variable to see its value) equivalent editor for NAnt files I could use
to see what the variables are defined as.
Even if it's just a window on the left, I just
Ed,
My recommendation is build in one place, deploy to the other machines,
and then test on the other machines.
http://www.sysinternals.com/ntw2k/freeware/psexec.shtml
Your NAnt file gets a:
There's your kickoff. ${command} can be another NAnt script, NUnit, any
command line.
Then you can cop
John,
"$(ProjectDir)\$(OutDir)
^ this "\" is likely your problem.
$(ProjectDir) comes with a trailing "\" as needed. The compiler
apparently sees that it's needed here and appends one, making yours the
second one. At least, that's the C# behaviour.
I always add
@echo on
@echo of
25 matches
Mail list logo