[Nant-users] anyone knows "updateversion.exe"?

2004-09-21 Thread peters
Hi there, I tried updateversion -p 2.0.0.0 -i assemblyinfo.cs -o version.cs But in output version, it looks like [assembly: AssemblyVersion("1.0.0.4660")] (in assemblyinfo.cs,[assembly: AssemblyVersion("1.0.0.0")]) Why? And it seems that if assemblyinfo.cs has [assembly: AssemblyVersion("1.0.

[Nant-users] How to set property value from passed command line args

2004-09-21 Thread Umer_Faraq
I am trying to set directory names in properties based on command line arguments passed. Can I do this dynamically. Thanks, -Umer - CONFIDENTIALITY NOTICE: The information in this message, and any files transmitted with it, is confidential, may be le

[Nant-users] warning handling

2004-09-21 Thread peters
Hi there, is it possible to catch warnings in Nant? like nant.onsuccess/failure.  I noticed there is a feature for .net2. how about 1.1? thx

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Start with the non-licensed assemblies (at least the ones that don't use them). What about them is not built correctly? The error displayed below doesn't tell us anything about what is failing with non-license-using assemblies. --Edwin -Original Message- From: [EMAIL PROTECTED] [mailto:[E

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Dennison, Oran
I agree, license files may not be the root cause. The intermediate .licenses file is turned into an embedded resource and is only embedded in your main .exe assembly. Embedded resources may be part of the problem for your other assemblies. One tool I used to track down my problem was to compare t

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Robert Gomes
Oran, It isn't necessarily an issue with the license files. Even assemblies that are essentially just base classes and interfaces, and are early on in the build order (well before the UI assembly), fail to compile correctly as well. These libraries don't reference or utilize the licensed cont

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Dennison, Oran
Robert, I ran into an issue with license files too a couple weeks ago and solved it by installing the licensed component stuff on the build box. This is probably one difference between your dev boxes and your build box. The other thing I did was to modify the licenses.licx file to contain version

Re: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Gert Driesen
Hi Robert, License files is something we've been struggling with as long as I know, p :( For the bug report, we need a zip file containing the minimum set of files necessary to reproduce the issue. Meaning, aviod dependencies on third party products/assemblies, but if these are required you

Re: [Nant-users] Unhandled remoting exception at script end

2004-09-21 Thread Merrill Cornish
Frank, Yes, I had that problem too. It's a problem with the 9/4/2004 nightly build. Upgrade to a newer one and it should go away. Merrill --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Ap

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Robert Gomes
Gert, Ran against the nightly for NAnt/NAntcontrib 0.85. It appeared to bomb out attempting to compile the final assembly (the Windows Forms executable). Here's the error (as well as the warnings recommending include over fileset): - - - [license] Creating Licenses file C:\DOCUM

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Felice Vittoria
Robert, Have you tried the latest build of nant (0.85) ? Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Gomes Sent: Tuesday, September 21, 2004 12:58 PM To: [EMAIL PROTECTED] Subject: [Nant-users] task produces assemblies that crash -- vs.ne

[Nant-users] Unhandled remoting exception at script end

2004-09-21 Thread Bielsik, Frank
I’m experiencing an unhandled remoting exception at the end of a nant script that consists mainly of a devenv solution .  It occurs right at the end of the script, after displaying the elapsed time.  It seems to happen when the duration of the devenv is long (like 15 minutes).   Has anyo

Re: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Gert Driesen
Robert, Would it be an option for you to upgrade to a recent nightly build (http://nant.sourceforge.net/nightly/builds) as a first step ? If you can still reproduce the issue using the nightly builds, then I suggest creating a bug report and attaching a small repro to it. Gert - Original Me

[Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Robert Gomes
Greetings List Subscribers, I appear to be having some issues with the task in nAnt 0.84. Here's the overview: - - When compiled on a developer's workstation (VS.NET 2003), the output can be successfully executed on both the developer's workstation and the build workstation. When co

RE: [Nant-users] assemblyfolders element

2004-09-21 Thread Ernst Kuschke
Apologies, I figured out my mistake. -Ernst -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ernst Kuschke Sent: 21 September 2004 04:20 PM To: [EMAIL PROTECTED] Subject: [Nant-users] assemblyfolders element I'm building VS.NET solutions using the soluti

[Nant-users] assemblyfolders element

2004-09-21 Thread Ernst Kuschke
I'm building VS.NET solutions using the solution task, and I have a nested attribute, like so: However, it keeps looking for referenced assemblies in the solution's folder. Why? Is there anything missing in my buildscript? Thanks

[Nant-users] NAnt VS Build Forge

2004-09-21 Thread Shaber, David
I was wondering if anyone has done any comparisons between BuildForge and NAnt. What features are better for each product? Thanks, David --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple

[Nant-users] Projects tree layout and simple build files

2004-09-21 Thread Mateusz Łoskot
Hi, I've just finished a little research in the nant-users list archives but it didn't return any thread which would give me any piece of advice. Let me explain my idea. I have some number of projects (classes libraries -> DLLs) and a few projects which uses those DLL's. No I would like to have eac

RE: [Nant-users] Compare nAnt and BuildIt

2004-09-21 Thread Bonnett, Evan A
If you need any flexibility at all, use Nant. I did a comparison and, while it was a long time ago, I seem to remember that control of the build process is largely hidden from the user. If you need specifics, I can probably dig up a summary. One thing I seem to remember is that BuildIt prefers p