Re: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Gert Driesen
Madham, Try creating a response file for vbc, containing the same information as output by NAnt in your build file. eg. : /target:library /nologo /rootnamespace:WFB.CFocus /optionexplicit+ /optionstrict+ /optioncompare:binary /d:DEBUG=true /d:TRACE=true /baseaddress:1100 /optimize- /debug+ /w

Re: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Madhan Retnaswamy
Hi Gert/Felice, Gert, this issue is very wierd and i dont know how to reproduce this error. i am not sure if my earlier email reached you guys. Today i found out that this issue is not a microsoft issue but some thing got to do with Nant source code. i tried to build my solution with various night

Re: [Nant-users] How to set default dir for

2004-08-24 Thread Gert Driesen
David, I know the csc looks for the key file relative to the current directory and the output directory. I'm not sure if the MS vjc compiler has the same behaviour (as csc), but if it does, then you need to make sure that your key file is available in either of these locations. In your case if w

Re: [Nant-users] passing multiple filesets to a task

2004-08-24 Thread Gert Driesen
Vadim, You could have a look at the ResGenTask (http://cvs.sourceforge.net/viewcvs.py/nant/nant/src/NAnt.DotNet/Tasks/ResGenTask.cs?rev=1.49&view=markup), which a (Assembly)FileSet for assembly references and a (Resource)FileSet for resources. If you need more help, just let us know. Gert -

Re: [Nant-users] Globalized resources with Nant...

2004-08-24 Thread Gert Driesen
Richard, This should work just fine. Please send me a zip file containing the minimum set of files necessary to reproduce this issue. Thanks, Gert - Original Message - From: "Richard Sbarro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 24, 2004 10:46 PM Subject: [Nan

[Nant-users] is there a signcode task

2004-08-24 Thread David Thielen
Hi;   Is there a task that does an authenticode signing?   Thanks - dave

[Nant-users] How to set default dir for

2004-08-24 Thread David Thielen
Hi;   In my AssemblyInfo.jsl I have @assembly AssemblyKeyFile("..\\public.snk")   The relative path to public.snk works fine when I build in Visual Studio. However, when I build using nant it can’t find the file. I need to be able to build with both.   Is there a way I can set the def

[Nant-users] passing multiple filesets to a task

2004-08-24 Thread Khelemskiy, Vadim
Title: passing multiple filesets to a task Hi folks, I am trying to implement a custom NAnt task and pass multiple filesets to this task. For example, one fileset includes the source files and the other includes required assemblies. I would like to be able to distinguish one fileset from anoth

RE: [Nant-users] What is Nantpad worth?

2004-08-24 Thread David Reed
In solution explorer, right click a build file and choose Open With.  Choose the Html\Xml Editor and whack set as default.  Then Open.     To get full Intellisense, you have to copy the schema for your version of NAnt to the equivalent on your machine of C:\Program Files\Microsoft Visu

RE: [Nant-users] What is Nantpad worth?

2004-08-24 Thread Bill.Martin
First copy the xsd file from the schema folder in NAnt to the Common7\Packages\schemas\xml in your Visual Studio install.   Next, within Visual Studio, do a File|Open and browse to a .build file.   Then select the dropdown from the Open button on the file open dialog and choose Open Wit

[Nant-users] VSS help

2004-08-24 Thread john britto
Hi, I want to get all latest files from VSS to build,can any one send the script for that?? Thanks & Regards John ___ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush

[Nant-users] System.Threading.ThreadStateException on solution builds

2004-08-24 Thread Davies, Peter M
When using syncfusion and a solution build with nant we get the following. I know this is due to syncfusiton needing STA to be set when loading So my guess is that nant is set in mta mode, is there any way of fixing this... Btw don't have this problem when not using solution builds See the end o

[Nant-users] version stamping thru the solution task

2004-08-24 Thread Steve Burkett
Hello, Does anyone know a good way to (generically) handle version stamping in assemblies thru Nant? Ideally, one would pass in a "version number", and the solution task would insert this into the assemblyinfo.cs (AssemblyVersionAttribute) of each project. Maybe there was s

[Nant-users] Globalized resources with Nant...

2004-08-24 Thread Richard Sbarro
I'm having a problem using the csc task to compile a resources file for my solution.  I'm using the nant nightly build from 8/4/2004 (0.85.1677.0). Basically, when I reflect the resources file created from a VS.NET using Lutz Roeder's Reflector tool, I see the namespace of the resource reflect

RE: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Felice Vittoria
Madhan, Thanks. However, I don't think of myself as a great supporter of the nant group. I like to help when I can. As for your error, I'm not using .NET 1.0 for my builds nor am I using solution tasks .. I'm using .NET 1.1 and the DevEnv environment. So .. my build tasks look something li

FW: [Nant-users] How can I fix this bug?

2004-08-24 Thread Matzelle, Brent
Sorry guys, forget it. I didn't realize that the value next to the comma was the namespace (e.g. "MyProgram.Path.Log.bmp"). It works fine. Regards, Brent. From: Matzelle, Brent Sent: Tuesday, August 24, 2004 12:25 PM To: [EMAIL PROTECTED] Subject: [Nant-users

Re: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Madhan Retnaswamy
Hi Felice/Gert, You guys are doing an awesome job supporting the nant group but i know we are all helpless in this issue. I am just trying to get some hint on this error. Yeah even i tried searching this error in MSDN knowledge base and through out the google search. but no help... Something just

[Nant-users] passing multiple filesets to a task

2004-08-24 Thread Khelemskiy, Vadim
Title: passing multiple filesets to a task Hi folks, I am trying to implement a custom NAnt task and pass multiple filesets to this task. For example, one fileset includes the source files and the other includes required assemblies. I would like to be able to distinguish one fileset from anoth

[Nant-users] overrides obsolete error (WAS: debug build fails to build on Mono)

2004-08-24 Thread Kevin Williams
Ian, Thanks! I'm trying that, and I've made further progress, but now I have a new error. src\NAnt.DotNet\Tasks\JscTask.cs(106) error CS0672: Member 'NAnt.DotNet.Tasks.JscTask.NoWarn' overrides obsolete member. Add the Obsolete attribute to 'NAnt.DotNet.Tasks.JscTask.NoWarn'. I looked at the f

[Nant-users] How can I fix this bug?

2004-08-24 Thread Matzelle, Brent
Hey guys,   I saw this post which describes my problem exactly:   http://www.mail-archive.com/[EMAIL PROTECTED]/msg01566.html   Has this been fixed?  If so what file can I patch to get this working?  I can't use the development version of NAnt because the changes will break all of my build fi

RE: [Nant-users] Recognising xml files

2004-08-24 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Launch VS.Net. File->Open->File (Open File dialog pops up) Navigate to your .build file click on triangle next to open button, choose Open With Choose HTML/XML Editor Click Set as Default button Click Open Now when ever you open a .build file (you can double click from Explorer) VS.Net will open y

Re: [Nant-users] debug build fails to build on Mono

2004-08-24 Thread Ian MacLean
Kevin Williams wrote: Since I've had no luck compiling the latest snapshot on Mono/Linux, I'm trying Mono 1.0.1/WinXP. I'm getting the following error: Internal(1) error CS8018: Could not find the symbol writer assembly (Mono.CSharp.Debugger.dll). This normally an installation problem. Please m

RE: [Nant-users] What is Nantpad worth?

2004-08-24 Thread James Geurts
Open up a project with a build file in it. Right click the build file (from Solution Explorer) Select Open With... Highlight Html/Xml Editor Click Set as Default button Click close > While we're on the subject. I've done all my nant development in > TextPad. > > > > How do you get VS.Net to reco

Re: [Nant-users] debug build fails to build on Mono

2004-08-24 Thread Gert Driesen
Kevin, I'm pretty sure its a Mono packaging issue. I had already submitted a bug report for this : http://bugzilla.ximian.com/show_bug.cgi?id=63441 Gert - Original Message - From: "Kevin Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 24, 2004 4:53 PM Subject:

[Nant-users] debug build fails to build on Mono

2004-08-24 Thread Kevin Williams
Since I've had no luck compiling the latest snapshot on Mono/Linux, I'm trying Mono 1.0.1/WinXP. I'm getting the following error: Internal(1) error CS8018: Could not find the symbol writer assembly (Mono.CSharp.Debugger.dll). This normally an installation problem. Please make sure to compile an

Re: [Nant-users] foreach task item = string

2004-08-24 Thread Troy Laurin
Felice Vittoria wrote: Gary, Thanks. I kinda knew this was going to be the answer to my question :~( Felice > [...] I was wondering ... is it possible to do something like:

Re: [Nant-users] What is Nantpad worth?

2004-08-24 Thread Kevin Williams
Upgrade price from M$. Ryan Cromwell wrote: Holy crap! Where did you get VS.net for $29?!?! Should you be publishing that fact :) Original Message Follows From: Kevin Williams <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Nant-users] What is Nantpad worth? Date: Mon, 23 Aug 20

[Nant-users] Recognising xml files

2004-08-24 Thread Troy Laurin
McCullough, Gary wrote: How do you get VS.Net to recognize a .build file as an xml file? Personally, I always use an extension of .xml, and specify the build file using -f YMMV :-) I don't have VS.Net handy (just started a new job, back in the Java world), so I can't check for myself... is there

RE: [Nant-users] What is Nantpad worth?

2004-08-24 Thread Daniel Nguyen
Yeah, same here.  Spread the wealth, my brother! J   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Cromwell Sent: Tuesday, August 24, 2004 7:46 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] What is Nantpad worth?   Holy crap

RE: [Nant-users] What is Nantpad worth?

2004-08-24 Thread McCullough, Gary
That was the upgrade price.   While we’re on the subject. I’ve done all my nant development in TextPad.   How do you get VS.Net to recognize a .build file as an xml file?   Gary McCullough  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Cromwell

Re: [Nant-users] What is Nantpad worth?

2004-08-24 Thread Ryan Cromwell
Holy crap!  Where did you get VS.net for $29?!?!  Should you be publishing that fact :) Original Message Follows From: Kevin Williams <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Nant-users] What is Nantpad worth? Date: Mon, 23 Aug 2004 20:28:49 -0600 I have to agree. I wr

RE: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Felice Vittoria
Madhan, I don't know of any updates to this issue. I tried searching the MSDN KB for "Command line error BC2001" without any luck. Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Madhan Retnaswamy Sent: Monday, August 23, 2004 5:59 PM To: Felice Vi