:53 AM
To: Scott Pennington; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] using CSC for both 3.5 and 4.0 within the same
build process
I have found the best solution was to use msbuild to actually do the
compile called from the exec task.
BOb
From: Scott Pennington
help. I will post to the list what I finally get to
work.
Scott Pennington
Senior Software Engineer
Prosper Marketplace, Inc.
111 Sutter Street, 22nd Floor
San Francisco CA 94104
www.prosper.com <http://www.prosper.
follow on below
From: Scott Pennington [mailto:spenning...@prosper.com]
Sent: Friday, September 23, 2011 5:34 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Depends hierarchy
This is information that will hopefully clarify and give some insight
into how depends works in
t/test-depends.build
Target framework: Microsoft .NET Framework 3.5
Target(s) specified: let.me
global:
[echo] global
spec1:
[echo] spec1
spec2:
[echo] spec2
let.me:
[echo] let.me
BUILD SUCCEEDED
Total time: 1.2 seconds.
Hope you found this helpful.
an updated version or
another, more recent reference someone recommends?
Thanks
Michael
On Aug 31, 2011, at 12:05 PM, Brass Tilde wrote:
+1 on these recommendations. I have this book, and it was just
what we needed.
On Wed, Aug 31, 2011 at 12:30 PM, Scott Pennington
wrote
http://www.apress.com/9781590594858 is a good book on NAnt and
CruiseControl.NET with examples on how to actaully do it.
Expert .NET Delivery Using NAnt and CruiseControl.NET
From: Niranjan Bansal [mailto:bansalniran...@gmail.com]
Sent: Wednesday, August 31, 2011 9:22 AM
To: Scott
You need to install both the x64 and x32 version of the .net framework.
You can skip the MSBuild and call the CSC for csharp compiler, passing
in all the reverences, in the x32 or x64 as desired. You may need to
call the compiler through the command line instead of the task.
Hope this helps
hanks Scott
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Monday, August 29, 2011 12:52 PM
To: Scott Pennington; nant-users@lists.sourceforge.net
Subject: RE: xmlpoke vs token replace for Config Files
You might want to take a look at slow cheetah.
http://www.hanselman.com
a smaller install.
Thanks Scott
From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Monday, August 29, 2011 12:47 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] xmlpoke vs token replace for Config Files
Good Afternoon,
I use a less elegant design
build
config.xpath.build
env.properties.build
http://${Platform_Domain}"/>
https://${Platform_Domain}"/>
Scott Pennington
Senior Softw
…also on one machine I’m developing 4.0 apps using log4net that are creating
log files, consoles, etc.
Scott Jeslis
Senior Software Engineer/Team Lead
From: Scott Jeslis [mailto:sjes...@smartsignal.com]
Sent: Tuesday, June 15, 2010 6:07 PM
To: Chris Taylor
Cc: nant-users
Chris we tried running the Nant.exe as administrator with no luck. Running Nant
9.0 with Framework 3.5 on
the same machine does not seem to have an issue.
Scott Jeslis
Senior Software Engineer/Team Lead
From: Chris Taylor [mailto:taylor...@gmail.com]
Sent: Tuesday, June 15, 2010 6:01 PM
4net.LogManager.GetLogger(Assembly repositoryAssembly, String
name)
at log4net.LogManager.GetLogger(Type type)
at NAnt.Console.ConsoleStub..cctor()
--- End of inner exception stack trace ---
at NAnt.Console.ConsoleStub.Main(String[] args)
Scott Jeslis
I agree with this. Many links on the site are dead what would it take to
start tightening this stuff up and implement a wiki. I think we have people
(arms & legs) who would help we just don't know how and where to start.
Thanks,
Scott
On Thu, Feb 26, 2009 at 10:49 AM, ptr2009 wrote:
Here is one that I came up with that is pretty generic:
http://nant.sf.net/release/0.86-beta1/nant.xsd";
name="Company.Portal.Domain" default="build">
Yeah I don't blame you. I meant to say that in the original email but was so
excited to get it working I forgot.
Thanks,
Scott
From: Scott Mitchell
Sent: Tuesday, May 06, 2008 10:41 AM
To: 'Bob Archer'; '[EMAIL PROTECTED]'
Subje
ller.file"
Right at this time I don't have time to investigate which one fixed it, but I
believe it was the "workingDir" parameter.
Again thanks to everyone for there help.
Scott Mitchell
From: Bob Archer [mailto:[EMAIL PROTECTED]
Thanks to everyone that helped me I got it working.
Here is the command now that works great.
Again thanks to everyone for there help.
Scott Mitchell
Re: [NAnt-users] Exec command
Gert Driesen
Tue, 06 May 2008 00:31:25 -0700
Scott:
Please run NAnt in
he command
does it fail.
3)Well I was going to try this, but on the Task description page for
it says that this is 'deprecated'. I did try this at first but removed it
because it made no difference.
Thanks for the help.
Thanks,
Scott Mitchell
Re: [NAnt-users] Exec comman
checked. Oh yeah, and verbose is set to true, and I can see it
compressing he files until all the sudden it stops.
Thanks,
Scott Mitchell
Re: [NAnt-users] Exec command
Bob Archer
Mon, 05 May 2008 13:13:36 -0700
Did you try setting verbose to true to see what was happening? Perhaps
his sounds like anything anyone else has experienced.
Thanks in advance for any help.
Scott Mitchell
--
Scott Mitchell
Engineering
Colorado vNet
direct 970 203 3756
main 970 203 3700
fax 970 203 3701
email [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
web www.
elming for some of it. And once I get this fixed it
will be for NANT's use then :-).
Thanks for any help,
Scott Mitchell
-Original Message-
Agreed. Make sure the hint paths are correct. Remember, the reference
paths in visual studio don't apply to msbuild run outside of
I am making it out to be, and I am sure
I am just missing something, but I can't seem to figure it out.
Any sort of help would just be greatly appreciated.
Thanks,
Scott Mitchell
--
Scott Mitchell
Engineering
Colorado vNet
direct 970 203 3756
main 970 203 3700
fax 97
turn value from my xpath and iterate it
through a foreach using the nodeindex for the next xmlpeek iteration?
I know that there is an "xmllist" custom task. I really want to stay with
the xmlpeek.
Thanks
-scott
smime.p7s
Description: S/MIME cry
there already a document that specifies the specific elements,
properties, and values that are and possibly should be changed per a nant
installation or use?
thanks
-scott
-
Take Surveys. Earn Cash. Influence the Fu
I've been thinking about writing some ASP.Net 2.0 Tasks. I have the following things I want to do.- Add support for a aspnet_compiler task.- Start/stop/restart the dev web server (WebDev.WebServer.EXE) with a new task
- Validate dependant files (xml, xslt, log4net, etc.)Would anyone else be interes
Hi all,
I have an automated build process where CruiseControl.net launches a nant
script when a rebuild is needed. The nant script shuts down the app to be
built, checks out the .exe files from perforce, rebuilds the app, checks the
files back in to perforce, and restarts the app.
Everything is
Since those are valid xml files, anothe way might be via xmlpeek .On 1/29/06,
Noel Gifford <[EMAIL PROTECTED]> wrote:
The only way I know of is to open the
solution file and look at the first couple of lines
Visual Studio .NET 2003 has the following:
Microsoft Visual Studio
ts you have addressed this code
recently.
Any ideas?
Thanks in advance,
Scott
have addressed this code
recently.
Any ideas?
Thanks in advance,
Scott
Any ideas when 2005 projects will be supported?
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Friday, November 11, 2005 3:45 AM
To: 'Scott'; nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] Couldn't locate ProjectGuid in project
Scot
ts you have addressed this code
recently.
Any ideas?
Thanks in advance,
Scott
Thanks Ryan, this plan did cross my mind. The problem I have with it is how
to archive the old version remotely. Solving that problem, this might be a
good solution.
-scott
From: "Ryan Davis" <[EMAIL PROTECTED]>
To: "'Scott Clemmons'"
<[EMAIL
a common way of doing this with Nant?
Thanks,
Scott
---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very o
tasks both have the
'failonerror' attribute set to 'true' but are not stopping the process on an
error. Has anyone been able to force an exception for errors generated out
of these tools?
LWS
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Beha
Title: NUNIT2 Task Not Stopping After Failure
It appears that failures on NUNIT2 tasks are not being detected. Failure on the CSC task seems to work properly (subsequent dependent targets do not execute), but a failure on the NUNIT2 task does not appear to stop processing of subsequent targe
Title: Stopping A Build
My NAnt scripts are not stopping when there is an error in some tasks. It will stop if I have an error in a CSC task (building a C# application). But when executing an 'nunit2' task, and one of the test fails, I'd like to stop the process, but it continues executing
Hello,
After building my solution I would like to compare all of the files on my
build machine to the files on the server and generate a log of all the files
that are different.
What is the easiest way of doing this?
Thanks,
Scott
---
This
. Look under
nant/schema/nant.xsd
--
Scott Carr
OpenOffice.org
Documentation Co-Lead
http://documentation.openoffice.org
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real u
think this would be a problem. I'll look into the
for-each loop stuff. I think it would be nice to be able to control
the **/* fileset via a sort as well, though.
--
Scott Carr
OpenOffice.org
Documentation Co-Lead
http://documentation.openoffice.org
Scott Carr said:
> I have a nant task like the following:
>
> [code]
>
> target="${target::get-current-target()}">
>
>
>
>
>
>
> [/code]
>
> The problem i
building in a specific order.
Thanks
--
Scott Carr
OpenOffice.org
Documentation Co-Lead
http://documentation.openoffice.org
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from
If you are on the latest nightly build I would call that a bug (if you are
using an older version then there was a bug like that was fixed a while ago;
post .84)... Whose bug, I'm not quite sure...
Probably mine, err ... I mean, NAnt...
:)
- Original Message -
From: "Castro, Edwin Gabri
No idea when this would get worked on, but the implementation should be
pretty simple.
Most of the code is written to support creating a schema of arbitrary Type
objects. But be careful as loading types means loading assemblies, and
loading the assembly in the appdomain may cause the task, type
In my opinion, this can lead to assumptions about the build environment. It
is more descriptive, and easier to catch mistakes when build on different
machines, if the (for non-core task) is put in the build file.
You can define the path relative to the build dir, or to the nant
assemblies. Can
Actually, the task will output a schema for any, and all,
tasks that are loaded. This includes any custom tasks that are loaded with
. It was on the todo list to allow creating
schemas for only a given assembly, but that was not been coded yet.
- Original Message -
From: "Castro, Edw
Gary,
'+' is the concat operator for strings. If you read the list of
operators that are supported for strings under 4.4, the operators are in
a bullet list in the same order that they appear below. + operator is
the first in the bulleted list, and thus, 4.4.1.
I hope that hel
Here is an example:
...
...
I hope that helps.
-Scott
McCullough, Gary wrote:
I guess I didn’t make it clear that though I called it an expression
when in fact it’s an operator, it is indeed the operator I haven’t
been able to figure out how to use. So, has anybody used the Concat
operator
information.
Sean
Merrill Cornish wrote:
ask the NantRunner list... http://nantrunner.sf.net
Scott,
Actually, that link isn't much of a "list". So far as I've been able to
find, it is one page full of screen shots, a little text, and a SourceForge
download link. Follow that li
Please, ask the NantRunner list... http://nantrunner.sf.net
(The nant archive links can be found on http://nant.sf.net/wiki)
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free co
Title: Ftp task?
There is an * task in nantcontrib...
That is a secure transfer for files. It also allows for compression during the
send. It pretty much just wraps scp.exe.
There was also talk of a task being
pulled from the code, but I don't think anyone ever did it. If
someone would,
Sure, there is much more control when using
individual tasks; logically this is all the solution task does, convert the
vs.net xml format into a series of nant task executions... The
task makes certain assumptions and reproduces the behavior of
vs.net; This may not be the case for everyon
ve any problems :)
--Scott
- Original Message -
From: "Felice Vittoria" <[EMAIL PROTECTED]>
> Scott,
>
> That line is already part of a build file. I inherited the scripts and
rewriting (cleaninup code wherever possible). I was thinking about the
task but wasn'
Felice,
http://nant.sourceforge.net/nightly/help/tasks/solution.html. Or, write a
build file from scratch; this is ultimately more flexible, but requires
greater knowledge and more effort :)
Note: Use a recent nightly build of NAnt
(http://nant.sourceforge.net/nightly/builds/) as they are much mo
yes, use
Note-to-Self: We should add this pattern to the
fileset docs... I think it may be in the docs
already.
- Original Message -
From:
Bert Jan Lappenschaar
To: [EMAIL PROTECTED]
Sent: Friday, July 09, 2004 6:43 AM
Subject: [Nant-users] zip task
I have forward this to the nant-users list, it would be a better place to
ask questions. I am leaving for the weekend... :)
If you are not subscribed, please do. http://nant.sf.net
- Original Message -
From: "Chen, CJ" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 09, 20
Hello,
I am using the task to build my nant project. I am using a 3rd party gui library (syncfusion) which uses a .licx file. The project references a copy of the 3rd party dlls in a sub folder of the project. The license file causes an exception to be thrown within nant. The error message r
Title: A task to find out assembly info?
No, but there are functions which will do that.
These require a recent nightly build (http://nant.sourceforge.net/builds/)...
http://nant.sourceforge.net/nightly/help/functions/index.html#Assembly
- Original Message -
From:
Jiho
H
Unfortunately I don't think our xml tasks allow for extensions (which is
what you are trying to do). This means you can use namespaces, but not
namespaces which are extensions, like xpath functions written in assemblies.
You could provide a patch to allow this, but it may be more work than you
wan
There is no question that this should be handled automatically, but that
requires somebody pre-process the source files and generate additional
dependencies. It would nice if the compiler took care of that, or we would
need to parse the source files in some task, collect the new dependencies,
and u
://nant.sourceforge.net/nightly/help/tasks/touch.html
I don't know if the compiler is able to detect dependencies (like header
changes) itself, but this will force it.
HTHs,
Scott
- Original Message -
From: "Konstantin Sokolovskiy" <[EMAIL PROTECTED]>
> Hello, all.
>
> I am a
Take a look at the archives for messages about remote MSI install, and NTFS
acls stuff. I believe everything you need had been discussed before.
Mail-archive.com has nant archives; the sf.net stuff kinda works, but not
really.
http://www.mail-archive.com/[EMAIL PROTECTED]/msg00633.html
- Orig
Yep,
I would agree that functions are a more powerful way to express these
properties. We have talked about this for a while. But I would like to
depreciate these over a few builds before actually remove them completely.
This will cause some serious problems with peoples' build files (and
projects
http://mail-archive.com (If your
favorite mail list isn't subscribed already, do it... )
See the nant wiki for more info http://nant.sourceforge.net/wiki/index.php/ListArchiveSearches
- Original Message -
From:
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thu
Use a line if you are dealing with a file. You can specify an
arbitrary number of matches on a line by the delim string; I do believe. You
can also nest the if that doesn't work. If you are good with
regular expressions[1] you could split up the line that way. There are
really endless suggestions
http://nant.sourceforge.net/nightly/help/tasks/foreach.html
Loops over a list.
with NAnt -D:colors="blue,red"
Or you can use the functions stuff in the nightly builds.
HTHs
Scott
- Original Message -
From: Curtis Zarger
Hello,
I'm wondering how to call a
ithout error or warning.
>
> The sources to compile are specific using a fileset, which actually uses
> pattern matching and scanning to determine the matching files. A file that
> doesn't exist will therefor not be part of the resulting matches. I don't
> think we will be ch
I'm afraid there isn't much we control here... I would suggest hitting up
sf.net support, or checking on the mailman site for a user guide...
:(
Don't forget to look here too.
https://lists.sourceforge.net/lists/listinfo/nant-users
BTW. A digest seems to be sent when the message (digest) reach a
ssage -
From:
Noah
Davidson
To: 'Scott Hernandez'
Sent: Monday, April 19, 2004 2:19
PM
Subject: RE: [Nant-users] if condition on
tasks
Thanks. Also if
I write a custom task, Do I have to do anything to use the if ${cond} from
nant on my custom task,
From the docs:
http://nant.sourceforge.net/nightly/help/fundamentals/expressions.html
Using the logical "and" operator you would
write ${expr1 and expr2}; if you are using a
nightly build with _expression_ support.
Otherwise you are out of luck and need to make a
single property to check
of what needs to get done for the next release would be
great. Please start that type of discussion on the development list tho.
HTHs,
Scott
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 08, 2004 11:38 AM
Subject: [Nant-users]
I believe it depends on how you select the files into the zip. I could run a
test, but I think this will make sense.
[please excuse my xml shorthand]
vs.
This is actually true a lot of places where filesets are used in tasks.
- Original Message -
From: "Andrew Sharpe" <
This basically says there is something wrong with your domain records (for
tailwindinc.com). That is why the remote server rejected your email.
It also says that verizon is the one rejecting the mail along the way. That
indicates that your mail is passing through their mail hosts. But the
essence
+1 on WebDAV tasks. This is something that will be more and more useful in
the future. It sounds like a lot of new server projects are providing webdav
file access.
In fact, I believe one of the deployment options for Subversion is via
webdav. This would really simplify the requirements to do a ge
Pete,
Using the new expression support that is the nightly builds, and will be in
.85, you can do this...
C:\src\sf.net\nant>bin\nant -f:expand.xml
NAnt 0.85 (Build 0.85.1518.0; net-1.0.win32; nightly; 2/27/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net
Buildfile:
Did you add these to your profile's environment variables (user variable),
or to the machine env var? Is the Draco.Net account running under your user
profile (credentials) or a system account?
If you want to eliminate the possibility that it is automatically found, you
can use the attribute to s
hmmm... I don't seem to have any problem. What framework is your nant
targeted for? What does the output look like?
When I run from my cygwin env. I get this:
[EMAIL PROTECTED] /cygdrive/c/src/sf.net/nant.local
$ bin/nant
NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 12/18/2003)
Copyright
You can use the xml schema file that is created
with the task to check the validity of elements, and their
attributes. This file is also provided with each distribution in the schema
directory of the zip. This method isn't 100%, but should get lots of common
errors and mistakes.
If you ne
I'm getting a build error that seems to come from a 3rd party tool that is
referenced in the project (ActiveReports.dll). The project builds from
Visual Studio.NET but not with nant. I don't know whether this is a
configuration issue with the dll, my script, or a problem with nant. Any
ideas?
t
I'm sure I'm not the only one that would like to see these items as
compresses and attached rather than as inline. Please compress (zip) and
attach files; like log files, build files and other large text or binary
data.
please, please, please!
Thanks.
---
What does your build file look like? Can you test against the nant.build
file?
- Original Message -
From: "Kevin Dickover" <[EMAIL PROTECTED]>
> More Details
> Windows Server 2003 512 MB RAM
> Nant Contrib included - using build directly (just unzipped into file
> system), did not rebui
The first test will only tell if the task is loaded, not whether it can run.
Since you can specify a program for the task to run, in each instance (since
it derives from the ExternalProgram base class), it is possible that it
should load even if the default program location is invalid. It would see
You may want to use the solution task if you do not
want to write the build script yourself. Please read the documentation. http://nant.sourceforge.net/help/tasks/solution.html
- Original Message -
From:
Eldo Daniel
To: Nant Users
Sent: Friday, January 02, 2004 1:27
You may be able to use the NAntContrib task. Please take a look at
the help (http://nantcontrib.sourceforge.net/help/tasks/record.html) and the
mail archives* if you have further questions.
*Mail Archives: http://www.mail-archive.com/index.php?hunt=nant
If this doesn't work we would probably nee
You can also use the NAntContrib
task. Please take a look at the help (http://nantcontrib.sourceforge.net/help/tasks/record.html)
and the mail archives* if you have further quesitons.
*Mail Archives:
http://www.mail-archive.com/index.php?hunt=nant
- Original Message -
From:
Title: Nant help
Yes, take a look at the nantcontrib tasks. http://nantcontrib.sf.net
You can also search the archives
(nantcontrib/nant) at mail-archive.com for tips and tricks.
- Original Message -
From:
Waldinger, Jamie
To: '[EMAIL PROTECTED]'
Sent: Tuesday, Decem
If you must run a release version, you can do something like this:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg02208.html
It combines foreach/regex/if to do what you want. You will need to return
True/False on finding the http in the start of the string, but this can be
down with regular expr
0.29 has been out since December 2, see if upgrading helps.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gert
Driesen
Sent: Wednesday, December 31, 2003 8:45 AM
To: Philip Van Hoof
Cc: Jaroslaw Kowalski; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Tryin
ew it would come back to bite someone one
day.
When I get rolling again, I may send you custom builds (or links to them rather) to
try out before I send changes to the dev list. But only if that would be acceptable.
Best of luck,
-Scott
-Original Message-
From: Castro, Edwin Gabriel (F
going to have time.
It might be helpful to send in your solution and your projects (or generic ones that
produce the problem) to the dev list. If I get time I can take a quick look at what
might be wrong, but I am not sure when I will get to it.
-Scott
-Original Message-
From: [EMAIL
Can you attach the relevant portions of your build
file and the rest of the output for this section?
Also, it is good to run in verbose (/v) mode to see
what references are sent to csc.
- Original Message -
From:
Eldo Daniel
To: [EMAIL PROTECTED]
Sent: Thursday
any option to its default value (unless you changed it on
purpose). When I upgraded from VS.NET 2003 to VS.NET 2003 I think that some of my
project settings got clobbered. I had to change several settings back to their
defaults.
-Scott
-Original Message-
From: [EMAIL PROTECTED] [mailto
Dan,
This is indeed an interesting suggestion. I think there was talk about
adding a set of tasks. Could this work for you?
I'm really confused about your idea of a "default" init and "default"
cleanup routines. NAnt is a general purpose build tool, what should it know
about "default" task initi
Tony,
Many solution task bugs have been fixed since then. Did you try this in the nightly
build?
-Scott
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, December 15, 2003 8:07 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users
In the next nightly build there will be a new target called "deploy-schema"
that will copy the schema file to the vs.net (7.0 and 7.1) schema
directories. That should help a little :)
Please note that the targetNamespace is in the form of
"http://nant.sf.net/schemas/${project.name}-${project.vers
I just wish the (Xml Schema) noNamespaceSchemaLocation hint was honored in
the editor. :) Oh, that would make it so easy...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/xsd_ref_7ld1.asp
BTW. The NAnt schema file generated by the task doesn't create
array and colle
o group at Microsoft has shed
light on this issue in the past, and he has written many fond things
about NAnt and its user community. I will not try to rehash what he has
already said here. It is best to consult the archives.
-Scott
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL
There doesn't seem to be anything here relating to NAnt. Is this the full
stack trace?
Sorry I can't be more helpful (I don't use CC.Net),
Scott
- Original Message -
From: "Greiner, Andrew" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, Dec
Yes, this should go to the dev list. Any stack trace based error, like this,
should go to the dev list. :) Also, if possible, you should attach a small
sample of the build file and any dependent files that would be needed to
reproduce the error case.
- Original Message -
From: Evan Watson
Help,
Could you remove me from this list.
Thanks
Scott Arbiv
[EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, November 19, 2003 8:16 PM
To: [EMAIL PROTECTED]
Subject: Nant-users digest, Vol 1 #502 - 5
1 - 100 of 196 matches
Mail list logo