Re: [Nant-users] NAnt & Mono woes

2003-10-28 Thread Gert Driesen
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 28, 2003 10:02 PM Subject: [Nant-users] NAnt & Mono woes I'm not able to run NAnt under mono on linux. I've downloaded the 20031028 snapshot. When running make i get this error: make bootstrap make[1]

Re: [Nant-users] RE: Nant-users digest, Vol 1 #473 - 1 msg

2003-10-28 Thread Gert Driesen
NAnt has already been running fine on linux for quite a while now ... Are there any specific issues you have encountered ? Gert - Original Message - From: "Scott Arbiv" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 29, 2003 6:09 AM Subject: [Nant-users] RE: Nant-u

Re: [Nant-users] Re: [nant-dev] FYI

2003-10-28 Thread Jaroslaw Kowalski
Looks like they've published snippets of the API documentation on the web: http://longhorn.msdn.microsoft.com/lhsdk/ref/avreference_entry.aspx Look for namespaces Microsoft.Build.*. They aren't complete (no members) but give some ideas about the structure. Jarek - Original Message - Fr

Re: [Nant-users] Re: [nant-dev] FYI

2003-10-28 Thread Jaroslaw Kowalski
Do they have 's and 's, loops and sub-builds ? Jarek - Original Message - From: "Brant Carter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 28, 2003 11:40 PM Subject: [Nant-users] Re: [nant-dev] FYI > I

[Nant-users] RE: Nant-users digest, Vol 1 #473 - 1 msg

2003-10-28 Thread Scott Arbiv
When do you think Nant will be able to run on LINUX? Thanks, Scott Arbiv -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 8:22 PM To: [EMAIL PROTECTED] Subject: Nant-users digest, Vol 1 #473 - 1 msg Send

[Nant-users] Solution task not copying app.config to bin folder.

2003-10-28 Thread Paul Modzelewski
When I build a solution with the following, I get no [AppName].exe.config in my bin dir, any clues?  I know I can add code to the build file to handle the copy, but shouldn’t the solution task do this?              

[Nant-users] Re: [nant-dev] FYI

2003-10-28 Thread Brant Carter
I am at PDC and attended the session last night. The MSBuild is basically NAnt with the following differences. [1] Now the Visual Studio project file is the "build" file. This allows for much tighter integration between VS and the build tool. In fact VS now "shells" out to the build tool dir

RE: [Nant-users] Problem building nant 0.8.3 with 1.1 framework

2003-10-28 Thread Chris Howlett
Thanks Gert. 1028 worked fine. At least, after I did the vsvars32.bat thing :-) Somebody might want to think about a warning of the sort "maybe you need to run vsvars32.bat" if some things aren't found. I have to add, it was a _great_ pleasure to find the nightly builds all zipped up, and not

[Nant-users] NAnt & Mono woes

2003-10-28 Thread Marco Canini
I'm not able to run NAnt under mono on linux. I've downloaded the 20031028 snapshot. When running make i get this error: make bootstrap make[1]: Entering directory `/home/marco/nant' if test x = xWindows_NT; then make windows-bootstrap; else make linux-bootstrap; fi make[2]: Ent

[Nant-users] Re: [nant-dev] FYI

2003-10-28 Thread Jaroslaw Kowalski
Sounds like they've invented ant ;-) For some interesting comments, see: http://blogs.gotdotnet.com/korbyp/commentview.aspx/c6c8775e-74b3-4d9c-971b-615f744cc1e5 Do you think that NAnt should be changed to support MSBuild's XML format in the future? Or even abandon current format to promote compat

[Nant-users] Nantpad 0.4 released

2003-10-28 Thread Anthony Brown
Hi all, Nantpad 0.4 beta has been released and is free for you to download at www.nantpad.com. This is mainly a bug fix release however a few new features were added notably: * Non-modal attribute editor * Nantpad file types (.build and .nantpad) added to system file types * Options now availa

Re: [Nant-users] Problem building nant 0.8.3 with 1.1 framework

2003-10-28 Thread Gert Driesen
This issue was resolved after the 0.8.3 release ... It was an issue with the test setup, not NAnt itself ... Can you try one of the recent nightly builds (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: "Chris Howlett" <[EMAIL PROTECTED]> To: <[EMAI

[Nant-users] Problem building nant 0.8.3 with 1.1 framework

2003-10-28 Thread Chris Howlett
I'm trying to build 0.8.3.50105 with -defaultframework:net-1.1 (that's what I have installed) The core tasks test suite passes, but 6 out of 10 in the dotnet tasks fail, including (shudder) csc. Probably I have overlooked something. Sorry if this is a well known bozo thing. I had a quick look thr

[Nant-users] NAnt contrib - MSI task

2003-10-28 Thread Eckert, Alexander
hi, i have a problem with the msi task. i hope this is not off-topic. i get a null ref exception when building the msi. does anyone know whats wrong? is that a problem with the summary information stream? thanks in advance alex make-msi: [msi] Building MSI Database "schema.testprodukt

Re: [Nant-users] Problems with in CSC task

2003-10-28 Thread Gert Driesen
We'll look into this as soon as possible ... Thanks for the report ! Gert - Original Message - From: "Jake Foster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 28, 2003 3:29 AM Subject: [Nant-users] Problems with in CSC task I'm trying to compile embedded resourc

[Nant-users] Problems with in CSC task

2003-10-28 Thread Jake Foster
I'm trying to compile embedded resources into my binary using the sub-element of the task.  I've got this right now:       ...                  When I turn on verbose compiler output I see that it's processing the but it's adding a comma (,) and the un-pathed filename to the end