Re: [Nant-users] Problem building Nant under RedHat and Mono

2004-02-26 Thread Gert Driesen
in <0x00185> NAnt.Core.Project:Run () > > > Please send bug report to > [EMAIL PROTECTED] > > Total time: 0 seconds. > > > BUILD FAILED > > Nested build failed. Refer to build log for exact > reason. > > Total time: 0.3 seconds. >

Re: [Nant-users] embedding resource with nant

2004-02-26 Thread Gert Driesen
use the resources fileset element of the compiler task you're using. eg. for a C# assembly use : Hope this helps, Gert - Original Message - From: "Lawrence Oluyede" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 12:4

Re: [Nant-users] embedding resource with nant

2004-02-26 Thread Lawrence Oluyede
Lawrence Oluyede wrote: How can I embed a resource (a simple txt file) into a dll with nant? sorry i didn't specified that i tried to use in the csc target but didn't worked -- Lawrence --- SF.Net is sponsored by: Speed Start Your Linux Ap

Re: [Nant-users] embedding resource with nant

2004-02-26 Thread Lawrence Oluyede
Gert Driesen wrote: Hope this helps, Thanks, it worked! :) -- Lawrence --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Mike Roberts
Hi Gert - thanks for the reply. Regarding the xml structure, there's 2 things on my mind - Try not to change the existing structure too much unless we have to - This problem with exceptions is actually about failures generally (I've tried using just a with a message and the same behaviour manif

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Gert Driesen
- Original Message - From: "Mike Roberts" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> > The thing I get from this is that what we are losing is the failure > message we have from the plain output and this failure message is > reported outside of any targets or tasks. My sugg

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Mike Roberts
Gert Driesen wrote: - Original Message - From: "Mike Roberts" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Should we only output the message of an exception, or also the stacktrace ? How should we represent nested exceptions in the xml log? should we have something like th

[Nant-users] Test Build of NANT

2004-02-26 Thread Steven Hawkes
Tried to do a test build of ANT and got the following error   ..Framework\v1.0.3705\csc.exe failed to start   This is correct as the actual directory where cdc.exe is located is ...Framework\v1.1.4322   Can anyone tell me why nant is choosing a different dir. Is it enough to copy csc.exe

Re: [Nant-users] Test Build of NANT

2004-02-26 Thread Jaroslaw Kowalski
Can you please download the latest nightly build? It should detect the current framework properly. If you prefer to stick with the release version (0.84), use "-k" parameter on the command line or modify nant.exe.config to specify a default framework. If you need more assistance, let us know. Ja

RE: [Nant-users] Can't build Nant

2004-02-26 Thread Bonnett, Evan A
Title: RE: [Nant-users] Can't build Nant Getting the following error... Anyone know why?   self-test: [attrib] Setting file attributes for 1 files to Normal.     [xmlpoke] Found '1' nodes matching XPath _expression_ '//configuration/nant/frameworks/[EMAIL PROTECTED]'win32']/@default'

Re: [Nant-users] Can't build Nant

2004-02-26 Thread Gert Driesen
Evan, This is a known "issue" (if you want to call it like that) in NAnt 0.84. Either update the copyright year in src/CommonAssemblyInfo.cs to match the current year, or download a recently nightly build (http://nant.sourceforge.net/nightly/builds). Hope this helps, Gert - Original Message

RE: [Nant-users] Can't build Nant

2004-02-26 Thread Bonnett, Evan A
Title: RE: [Nant-users] Can't build Nant Thanks Gert.  Now let's see if I can figure out how to use this. I have about 30 pages of spaghetti code in the form of batch files that we use for nightly, weekly and release builds. There are 6 solutions with multiple projects in each.  Is Nant a

Re: [Nant-users] Bug when using XmlLogger and build exceptions

2004-02-26 Thread Gert Driesen
Mike, I've modified the XmlLogger locally, to use the following xml layout to report build failures : for build exceptions : (if location information is available) nested exception for internal errors :

RE: [Nant-users] Can't build Nant

2004-02-26 Thread Bonnett, Evan A
Title: Message Disregard this all.  Sorry,  don't know how this got thru.  Changing the attribute worked.     Evan A. Bonnett Reynolds and Reynolds, IT ERA Integrated Desking Development 937-485-8577 58577 -Original Message-From: Bonnett, Evan A Sent: Thursday, February 26,

Re: [Nant-users] Can't build Nant

2004-02-26 Thread Jaroslaw Kowalski
This is a known issue. There are 2 solutions: a) ignore - the error is minor (related to the incorrect copyright text) b) download the latest nightly build where this problem is fixed. Jarek - Original Message - From: "Bonnett, Evan A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[Nant-users] Problem building Nant under RedHat and Mono

2004-02-26 Thread k l
Hi, I am trying to compile nant-0.85-20040226.zip under Linux(Red Hat Enterprise v 3.0 -- similar to RedHat 9) and Mono(0.30.1) and get the following error message(see the complete output below). Any help will be appreciated. Sorry, if this has been covered on the list in the past -- I could not

RE: [Nant-users] Problem building Nant under RedHat and Mono

2004-02-26 Thread Clayton Harbour
February 26, 2004 5:27 PM > To: [EMAIL PROTECTED] > Subject: [Nant-users] Problem building Nant under RedHat and Mono > > > Hi, > > I am trying to compile nant-0.85-20040226.zip > under Linux(Red Hat Enterprise v 3.0 -- similar > to RedHat 9) and Mono(0.30.1) > and get the

RE: [Nant-users] Problem building Nant under RedHat and Mono

2004-02-26 Thread k l
) search for "01-01-2000" and change it to > "01/01/2000" > 2) make clean > 3) make > > If this fails with the "TypeGatheringDomain timed > out" you may need to > comment out the task in the NAnt.build > file and repeat steps > 2 and 3. >

RE: [Nant-users] Problem building Nant under RedHat and Mono

2004-02-26 Thread Clayton Harbour
> Total time: 0 seconds. > > > BUILD FAILED > > Nested build failed. Refer to build log for exact > reason. > > Total time: 0.3 seconds. > > --- > --- > > --- Clayton Harbour <[EMAIL PRO

[Nant-users] embedding resource with nant

2004-02-26 Thread Lawrence Oluyede
How can I embed a resource (a simple txt file) into a dll with nant? -- Lawrence --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://