Thanks!
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Thursday, May 31, 2012 9:44 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: Help copying a folder structure
If you want to go FROM src TO dest, it looks like you have your code
backwards... shouldn't
This way...
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Wednesday, May 30, 2012 3:13 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Help copying a folder structure
I looked at this
http://nant.sourceforge.net/nightly/latest/help/tasks/copy.html, and
?
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately notify the sender, delete this e-mail message without
some older COM-Dlls which can only be used by
compiling my .Net Libraries for the platform "x86".
Also registrykeys are now really read from HKLM\Software and not
HKLM\Software\Wow6432Node, which is also a Problem to me.
So is it possible to tell nant to run in an 32bit/x86 Mode? That would
I ended up copying the file to a file.lck (added a .lck file extension), and
check for the existence of this file extension.
-chris
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Tuesday, April 24, 2012 3:24 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Coordinating
I'm trying to set up N test machines to read/modify/write a file on yet another
machine (build machine). Any Nant tips and tricks to coordinate such file
access so only one test machine accesses the file? For example, does Nant have
file locks/unlock tasks?
-chris
***This e-mail messa
Silly me.
This works for xmlpeek, but I can't xmlpoke on a nodeindex. Duh Backtrack
-chris
From: Chris Fouts
Sent: Friday, April 20, 2012 11:18 AM
To: nant-users@lists.sourceforge.net
Subject: RE: xmlpeek and multiple nodes
Ok, here's my workaround to parse this xml file, an
no
name is ${name}
testRunStatus is ${testRunStatus}
mailto:bob.arc...@amsi.com]
Sent: Friday, April 20, 2012 11:05 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subjec
Sorry, I see it now, it's int::parse(SomeString)
From: Chris Fouts
Sent: Friday, April 20, 2012 10:53 AM
To: nant-users@lists.sourceforge.net
Subject: String to int
I'm using the convert::to-int function to convert a string property into an int
so I can increment it. However I get th
ere.
http://nant.sourceforge.net/release/0.85/help/functions/index.html
-Chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(
So no canned support for this?
-chris
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Friday, April 20, 2012 9:59 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: xmlpeek and multiple nodes
In other words, if you can't get to a specific node with an XPath expression
If I can find out how to loop through them all, I can do the rest.
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Friday, April 20, 2012 9:54 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: xmlpeek and multiple nodes
But, is there something unique in the node that you want
That's all I want to do, find a node and update it.
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Friday, April 20, 2012 9:36 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: xmlpeek and multiple nodes
For more than a simple find a node and update it I would recommen
tml
But my nant version 0.91 complains about being an unknown task or
data type.
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named r
To further explain, here's how I call my evaluate and call my target
The project1_ok and project2_ok are bools that are set CORRECTLY by evaluating
resultproperty values earlier in script.
From: Chris Fouts [mailto:chr
SUCCEEDED"?
-chris
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Wednesday, February 29, 2012 3:15 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Nant property passed to CC.NET for pass/fail
condition?
Thanks Adam and Bob.
From: Adam Bruss [mailto:abr...@aw
Senior Development Engineer
AWR Corporation
11520 N. Port Washington Rd., Suite 201
Mequon, WI 53092 USA
P: 1.262.240.0291 x104
F: 1.262.240.0294
E: abr...@awrcorp.com
W: http://www.awrcorp.com<http://www.awrcorp.com/>
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Wednesday, Febru
if either project1_ok or project2_ok is false, I want ccnet to report a
failure.
Make sense?
-chris
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Wednesday, February 29, 2012 11:51 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: Nant property passed to CC.NET for pass
What is the nant property that is set for CC.NET to report a pass/fail
condition? I assume I can modify this property? Is it nant.onfailure? Thanks!
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If
Ok thanks!
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Thursday, February 23, 2012 9:46 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: How to suppress errors?
I think the best/only way you can do this is to create a batch file to do the
disconnect and have it always
One of the things I do in my script is to disconnect a network drive,
regardless is it's connected or not, and of course if it's not already
connected I get an error. I ignore the error via failonerror=false, but I want
to go one step further and suppress the error generated.
***This e-mail m
Thanks, I was actually setting the arguments in CCNET, via
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Wednesday, February 22, 2012 1:25 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: non-readonly properties
Properties set on the command line are always read-only.
If
ect1_build" cannot be overwritten.
I do echo the values for testing, I get the correct value, so should I just
ignore the noise?
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
receive
e_ok to evaluate false if at least
one of them fails. I know the way I have it, the buildmoduleN build will
eclipse the buildmoduleN-1 build. So how can I set it up so if one buildmoduleN
fails, the module_ok property persists?
Thanks!
-Chris
***This e-mail message is intended only for th
Thanks!
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Friday, January 06, 2012 10:17 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] How to setup two projects with a subset of common
files?
Don't you want a build of common to trigger a build of Project
does that imply a serial build or
parallel build?
-chris
From: Philip Sayers [mailto:p...@cds-am.net]
Sent: Thursday, January 05, 2012 1:36 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] How to setup two projects with a subset of common
files?
Easiest way to ge
I found the answer to my own question, and it's Yes.
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, January 05, 2012 2:08 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] How to setup two projects with a subset of common
files?
Will this show BOTH pro
Will this show BOTH projects in the ccnet web dashboard?
From: Philip Sayers [mailto:p...@cds-am.net]
Sent: Thursday, January 05, 2012 1:36 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] How to setup two projects with a subset of common
files?
Easiest way to get
Thanks to all the replies. I just started looking at queues indeed.
From: Brendan CM [mailto:veri...@gmail.com]
Sent: Thursday, January 05, 2012 1:36 PM
To: Chris Fouts
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] How to setup two projects with a subset of common
files?
The
should wait for the
first running project to finish.
Any pointers please? Thanks!
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named
Can you mimic how your GUIs (run button) call the Nant processes, and start off
Nant from a command line window the way they do?
Or if you have the code that starts the console window, put a cin <<;
statement, which will freeze the window until you hit in it.
-chris
From: Macdiarmid, J
Thanks. I tried this yesterday but put the "" and {} in the wrong place. Duh on
me.
From: Christopher Brandt [mailto:xtopher.bra...@gmail.com]
Sent: Wednesday, November 02, 2011 5:26 PM
To: Chris Fouts
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Help with testi
uild"
Else
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately notify the sender, delete
I'm using ccnet and Nant, not a unique situation.
How can I test the passed-in CCNetBuildModification string in Nant so I can do
the following pseudo-code
If "${CCNetBuildModification} == "ForceBuild"
Else
-chris
***This e-mail message is intended only
Thanks!
I'm using CxxTest, not CppUnit, but your example will work since I have a *.exe
file to run. I'll have to look further what resultproperty and how I can fit it
in my environment.
-chris
From: Adam Bruss [mailto:abr...@awrcorp.com]
Sent: 2011-10-05 17:14
To: Chris Fouts;
Yes, I'm using CruiseControl.NET and Nant in my case.
So when you say you have Nant run your executable with a certain flag, you mean
in an task block?
-chris
From: Adam Bruss [mailto:abr...@awrcorp.com]
Sent: 2011-09-30 16:54
To: nant-users@lists.sourceforge.net
Subject: [NAnt-user
Can someone please point me to an example how Nant can start a test suite using
CxxTest or CppUnit? I just want to know how Nant gets its feedback from those
systems. ...or any testing suite really.
-chris
***This e-mail message is intended only for the above named recipient(s)
and may
Expert .NET Delivery (Using Nant and CruiseControl.NET) by Marc Holmes
From: Niranjan Bansal [mailto:bansalniran...@gmail.com]
Sent: 2011-08-31 12:22
To: Scott Pennington
Cc: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Good Nant book for beginner
Hi,
Can anyone recommend good book
I created a foreach loop to call all my targets, and this worked too.
-chris
From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Tuesday, June 21, 2011 12:47 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Calling a dependency twice?
You're welcome.
You may
target gets executed only once, even when more than one target depends on it
Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.gov<mailto:brian.wil...@dhr.alabama.gov>
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Tuesday, June 21, 2011 9:58 AM
To: nant
Nant version 0.91, Build 0.91.3081.0
For some reason, I'm not able to call a "depends" target twice. Here's what I
mean. Say I have
http://p.sf.net/sfu/ephox-dev2dev___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.
Thanks for checking. I'll have to do it via CCNET then, since its
target accepts credentials.
-chris
From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, June 16, 2011 1:03 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: question
It appears the ba
I am, but the "lab machine" I'm running the scripts, even though it's on the
company network, is NOT on the company domain, so the logged-in user is just a
local user, not a domain user.
-chris
From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, June
I want to test the target, but I need to provide a username/pw to our
mail server and the target does not have provisions for this, at least
not described here
http://nant.sourceforge.net/release/0.85-rc2/help/tasks/mail.html. How do I
send emails then?
-chris
***This e-mail message is
Try "Debug" instead of "debug," like this...
From: Jed Padilla [mailto:jpadi...@flclerks.com]
Sent: Thursday, May 26, 2011 4:01 PM
To: Chris Fouts; 'Br
The installation instruction for nantcontrib say to copy the \bin
files in the \bin folder. Did you do that?
-chris
From: Jed Padilla [mailto:jpadi...@flclerks.com]
Sent: Thursday, May 26, 2011 3:49 PM
To: 'Brass Tilde'
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users
The target is buggy, and I've never been able to make it work. I
just use the devenv.com command line.
From: Jed Padilla [mailto:jpadi...@flclerks.com]
Sent: Thursday, May 26, 2011 2:23 PM
To: nant-users@lists.sour
clues why?
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately notify the sender, delete this e-mail
Ah, I didn't know about , thanks!!!
-chris
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Friday, May 13, 2011 2:38 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: Is there a template/example for this setup?
Its really as simple as comparing the current binary t
ile contents? I looked at the element and
it did not seem to support this.
-chris
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Friday, May 13, 2011 12:41 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Is there a template/example for this setup?
Thanks, but I don&
Thanks, but I don't have time to delve into yet another tool now, though I did
d/l the app and perused through it a little.
One thing that will help is if I can setup a nant target that checks for
modifications on a certain folder, similar to the filtered
element of ccnet.
-chris
From
e solution file
Then if and only if ALL components build, I do
- Check in files
- Label files
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in er
Yes I posted it in the ccnet group, but I'm not sure it's a ccnet issue, so I
asked here too. Ccnet does know that the Nant script failed since the dashboard
indicates so.
One thing I see that I missed is the block, but shouldn't that
default to
No ccnet does not send a "build failed" email when nant calls ; hence I
posted the question. I'm not sure I set this part up correctly.
-Original Message-
From: Adam Bruss [mailto:abr...@awrcorp.com]
Sent: Tuesday, May 10, 2011 10:35 PM
To: Chris Fouts; nant-users@lists.
cript,
and if the build fails in the NAnt script, it just calls the block of
the NAnt script, and stops.
From: Adam Bruss [abr...@awrcorp.com]
Sent: Tuesday, May 10, 2011 8:02 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users
I've started using ccnet with NAnt, where my ccnet script calls a NAnt script
to do the actual build. However, I want ccnet to send an e-mail, not nant, when
a script fails. I have a ccnet block that I want executed that
sends the e-mail.
-chris
***This e-mail message is intended onl
I did NOT want the files to be read only, hence "false." I should've said "I
wanted to set the read only attribute to false."
-chris
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Thursday, May 05, 2011 9:59 AM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subj
Message-
From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, May 05, 2011 9:29 AM
To: Chris Fouts
Subject: RE: Help recursively setting readonly attribute
I tried all kinds of options, for the attrib tag and could not get it to work.
I can use a fileset on other tags, like
ories
What am I missing?
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or propri
Unlocking the zip file did the trick, even unpacking it in C:\Program
Files\NAnt. Thanks all!
-chris
From: Daniel Nauck [mailto:daniel.na...@gmail.com]
Sent: Tuesday, May 03, 2011 1:33 PM
To: Chris Fouts
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Help with exception
Try to
I have admin rights to the machine. I installed NAnt in C:\Program Files\NAnt\,
which means I have the nant-0.91-alpha2 directory under that.
Interestingly enough, I can run it with .NET 4.0 in a Windows 7 lab machine, as
Administrator.
-chris
From: Ryan Boggs [mailto:rmbo...@gmail.com]
Sent
I have MS .NET framework 4.0
From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Tuesday, May 03, 2011 12:00 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Help with exception
I just installed NAnt on my XP-based company laptop. When I run it I get the
following. Any help
exception stack trace ---
at NAnt.Console.ConsoleStub.Main(String[] args)
-chris
***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately n
How can I "" as part of my in an ? For example..
Does the user executing have prilidges to read/write?
Sent from my iPhone
On Jun 15, 2010, at 5:25 PM, "Scott Jeslis"
wrote:
On two separate machines were trying simply to run nant.exe and were
getting the following TypeInitializationException. The .90 build
works fine but we are trying
tem implemented with
NAnt. It would be time consuming to change to another so I'm quite
interested in keeping it alive.
It would be good to know how many developers are actively working on
it. I can probably find some time to do my part, since we've made
very good use of it.
---
Chris
.txt"</a>;);
return "blablabla";
}
]]>
</code>
Chris
From: Lionel Morrison [mailto:lmorri...@lifeware.com]
Sent: 17 March 2010 15:12
To: nant-users@lists.sourceforge.net
Subject:
ry 04, 2010 4:56 PM
To: Chris Howell
Subject: RE: [NAnt-users] Nant VS CC.NEt
You don't choose one over the other, they go hand in hand. CC.NET will handle
all of your source control operations, scheduling, emailing, publishing, etc,
and CC.NET will call into your NANT scripts to do thing
Hi All,
I am looking to introduce a Continuous Integration/build environment to my dev
team which currently has none. What would be the primary advantage(s) to
choosing a NANT too over CC.NET ?
Chris
--
The Planet
Thanks. I hadn't seen any activity on it for a bit, therefore I wanted to
ensure that I had subscribed to the correct list.
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brigh
Incredibly.
On Mon, Jan 18, 2010 at 10:05 AM, Chris Howell
wrote:
> Is this mailing list active ?
>
>
> --
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's be
Is this mailing list active ?
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information s
ably] assume there are no
errors.
Good luck!
Chris
-Original Message-
From: gmoney [mailto:g.lab...@autodata.ltd.uk]
Sent: 08 October 2009 15:16
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] aspnet_compiler.exe ignore warning messages
Hi I use the "aspnet_compiler.e
nant task can be thought of as a convenient alternative to running
Nant externally via an exec task. You can pass information to the nant
process as properties and environment variables, but none of the targets
or properties assigned in the called nant script are made available to
the calling script.
file.
I'd be happy to submit a patch to implement this, and I urge you to
revert the breaking changes to the echo task, or at least make the new
functionality available in a non-breaking way (e.g. perhaps add a
skipNewline boolean property that defaults to false).
Chris
From:
Actually, in the original posting, version-info-script was a property
that was initialised with the name of the file in question, rather than
being the actual file name itself. As such, it shouldn't be escaped at
all.
Instead of either of these,
Simply use this
Chris
-Ori
I've used it. I love it. nothing better than doing remote service installs
or whatever you can imagine. Just have to make sure your permissions are
right for the user you impersonate as. otherwise, it's the bees knees.
On Tue, Feb 10, 2009 at 3:14 PM, Zachary B. Wheeler
wrote:
> Hi All
>
>
>
when I run the build, NAnt does not pickup the refID set and
add the additional import to it, but only uses the original refID data
and my build fails with a missing reference.
Is by design or is this a bug and I should expect the final references
to include all 5 imports?
Thanks,
Chris S
Provided the website is already established, you can delete and recreate
the virtual folders. However, if you need to delete the website and
recreate it, you will have to resort to a script task, VBScript etc.
Unless the NantContrib has been updated with a mkiiswebsite (or some
such) task that I a
I found the reference to the appcreate parameter. I am good to go.
Chris
- Original Message -
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: nant-users@lists.sourceforge.net
Sent: Wed Aug 13 00:53:16 2008
Subject: [NAnt-users] NAntcontrib, IIS and Virtual folders
Greeting
Greetings,
Is there any way to create a virtual directory in IIS using NantContrib
that does not actually create the application? I just need the virtual
folder off a website, but allows the bin folder to be the main site
root\bin.
Example
Site1
\bin
Somecustomvirtualfolder
\con
I'm not sure how you can perform the dependency checking without
actually comparing file modification dates. However, the
task makes this a lot easier than the file::up-to-date function, when
multiple files are involved. Were you aware of it?
Chris
achieve the same effect with
the NAnt exec task by setting the task's output property, like this:
The problem is that the exec task echoes all of the output from the
svn.exe command to the NAnt console, which fills my NAnt console and log
file with cruft. Does anyone know how to avoid
Have a look here -
http://confluence.public.thoughtworks.org/display/CCNET/Support
There's a users mailing list that's similar to this NAnt users list,
along with an online forum and FAQ.
Chris
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Can you add a define="TRACE=True" to the csc line and check that?
Christopher B. Snider
Technical Lead, Reg.Net Team
719.302.0200 x403
chris_snider (Yahoo! messenger ID)
---
"You can't argue with a word like 'fraught'"
Tigger
-Original
I have some scripts that work at nested levels as well. The only difference I
see in the way you have implemented and the way I have done it is the use of a
"createdirs" task that I have. It creates the appropriate folder structure as
deep as required before the copy task runs.
If anyone know
r Lippmann
-Original Message-
From: Paul LeBlanc [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 9:46 AM
To: Chris Snider; Sattapattu; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Error checking enterprise template project.
Accessto the path is denied
Close the IDE, right (in
Check that any other projects with a reference to the file you are
trying to build is closed. Also, you may need to do an IISReset if this
is a web project. IIS can hold a reference to the file keeping a lock
on it and thus not allowing an overwrite.
Christopher B. Snider
Technical Lead, Reg.Net
ant Script
Chris
_
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JulianH
Sent: 19 March 2008 12:55
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Question: Run certain target after another target fails
Hello,
"(I think even assemblies compiled with the new .Net 3.5 compilers will
still even run on .Net 1.1 as long as you are only referencing
assemblies that are available in 1.1)"
If anyone had the time (I don't have VS 2008 yet) to test compiling a
1.1 target using NAnt and the .NET 3.5 compiler, I'
Without looking at the source code, my guess is that the temp folder is
being loaded with the windows API to determine the temporary folder from
the environment variables, most likely at the user level and not global
level.
Christopher B. Snider
Technical Lead, Reg.Net Team
719.302.0200 x403
c
ing sn.exe to sign an assembly
creates a tmp*.tmp file that's not cleaned up (I've not tried using
NantContrib's delay-sign task). This is a very Bad Thing(tm).
On Feb 12, 2008 4:45 PM, Bevan Arps <[EMAIL PROTECTED]> wrote:
> Hi Chris.
>
> FWIW, I've seen similar pr
27;d my nant folder with
a working nant folder on another machine and there's no extraneous
files and no changes to the config files.
Anyone have any ideas where to look? It doesn't appear that .Net is
corrupted on my machine (nothing else is floundering, that I can
tell).
--
-Chris
---
rence assemblyfileset that
I could extend as needed in the individual targets. I already have all
the references defined at each target level. I may just keep going that
direction as I learn more about NAnt.
Thanks,
Chris
From: Bob Archer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, Janua
sys.assemblies setup, then it compiles. However, since I probably only
need the System.Security.dll in 1 of many targets, I cannot find a way
to standardize the common references then add the extra ones as required
in the target itself.
Thanks,
Chris
pointers or scripts would be appreciated. Regards, Chris.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go
t traverse subdirectories (only the current directory).
Changing it to finds everything including in all
subdirs (which would work, but takes a LONG time with a big source
tree). It would appear that foreach/item isn't treated like fileset.
--
-Chris
---
he ideal place to do this check, except that calling
in this target doesn't cause NAnt to terminate with a non-zero exit code, as
would be the case if was called in any other target.
Hmm, perhaps this is really an issue for the nant-developers mailing list? It
definitely f
current behaviour be considered a
bug, and does anyone have a more elegant solution to this problem?
Regards,
Chris
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Dat
it), but it does give an idea of what
to do.
--
-Chris
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log eve
1 - 100 of 199 matches
Mail list logo