Re: [Nant-users] Problems with asminfo Task

2004-03-10 Thread Ian MacLean
fyi http://www.mail-archive.com/nant-users%40lists.sourceforge.net/ linked from the nant home page ( http://nant.sourceforge.net/ ) I tried to search the archives but, alas, there are no archives. --- This SF.Net email is sponsored by: IBM Li

RE: [Nant-users] Does anyone have a Web App Build File Template

2004-03-10 Thread Clayton Harbour
Title: Message Hi,   I am not sure if this is "typical" but it works :-):     http://cvs.sourceforge.net/viewcvs.py/*checkout*/sharpschedule/sharpschedule/build/schedule.web.xml?content-type=text%2Fplain&rev=1.2   there are additional build files defined in the upper directory that define some

[Nant-users] XMLPoke not allowing null

2004-03-10 Thread Price, Henry
Title: XMLPoke not allowing null Hi, I'm using the in our scripts quite a bit - the only problem is that it won't take an empty value - fails with: '' is not a valid value for attribute 'value' of . An empty value is not allowed. An example of the script to generate it:

[Nant-users] WebDav & uploading

2004-03-10 Thread Ryan Bischoff
I am using NAnt 0.84, (I can't get the latest nightly build to work). While building with NAnt it seems to be doing well, it says, "Starting compiler... Success 0 Uploading output files.." then I get the exception (see below), Note: sometimes I get 404 not found error as well. 1.) Why would

[Nant-users] Does anyone have a Web App Build File Template

2004-03-10 Thread Bonnett, Evan A
Title: Does anyone have a Web App Build File Template Does anyone have an example of a typical build file for a web app?  For example:                                 ???Which files go in here?  All aspx, ascx, incudes, images, resx?  Am I missing anythin

[Nant-users] Unhandled Exception when using SLingShot

2004-03-10 Thread Bonnett, Evan A
Title: Message Can anyone tell me why I'm getting the following exception when it hits my references?  I am using the following command line:   C:\GenerationsSeries\EID\2.0\WEBSUPPORT>slingshot -nant build.basedir=c:\Intepub\wwwroot\Reynolds\GenerationsSeries\DeskingPortal -maphttp://localho

Re: [Nant-users] XMLPoke not allowing null

2004-03-10 Thread Gert Driesen
Henry, This is now fixed in cvs. Thanks for reporting this ! Gert - Original Message - From: "Price, Henry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 10, 2004 12:42 PM Subject: [Nant-users] XMLPoke not allowing null > Hi, > > I'm using the in our scripts qui

Re: [Nant-users] Problems with asminfo Task

2004-03-10 Thread Gert Driesen
> - Original Message - > From: "Pedro Lamarao Rosa e Silva" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 10, 2004 4:39 PM > Subject: [Nant-users] Problems with asminfo Task > > Hi, just subscribed to the list. > Nice to have a .NET build tool like NAnt, by the wa

[Nant-users] Problems with asminfo Task

2004-03-10 Thread Pedro Lamarao Rosa e Silva
Hi, just subscribed to the list. Nice to have a .NET build tool like NAnt, by the way. :-) I tried to search the archives but, alas, there are no archives. So I'll just ask ahead. Using the asminfo task like this: I get the following error: NAnt.Core.BuildException: Assembly attribu

Re: [Nant-users] access environment variables

2004-03-10 Thread Gert Driesen
If you're using a recent nightly build, you can also use the environment::get-variable function (http://nant.sourceforge.net/nightly/help/functions/environment.get-variable .html) Gert - Original Message - From: "Samanth" <[EMAIL PROTECTED]> To: "Price, Henry" <[EMAIL PROTECTED]> Cc: <[EMA

Re: [Nant-users] access environment variables

2004-03-10 Thread Samanth
Great, thanx a ton all of you. Sam Price, Henry wrote: Yes, what you need is the task (and specifically, the sys.env.* part of it) Check the following URL for details on how to use it. http://nant.sourceforge.net/nightly/help/tasks/sysinfo.html -Original Message- From: Samanth [mailto

RE: [Nant-users] access environment variables

2004-03-10 Thread Price, Henry
Title: RE: [Nant-users] access environment variables Yes, what you need is the task (and specifically, the sys.env.* part of it) Check the following URL for details on how to use it. http://nant.sourceforge.net/nightly/help/tasks/sysinfo.html -Original Message- From: Samanth [m

Re: [Nant-users] access environment variables

2004-03-10 Thread Jesper Rasmussen
Samanth wrote: Hello, is there a way to access the environment variables like we do in ANT? Sam --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technol

Re: [Nant-users] XMLPoke not allowing null

2004-03-10 Thread Gert Driesen
Title: XMLPoke not allowing null I don't have access to the source right now, but if you're correct I'll fix it later today ...   Gert - Original Message - From: Price, Henry To: '[EMAIL PROTECTED]' Sent: Wednesday, March 10, 2004 12:42 PM Subject: [Nant-users]

[Nant-users] access environment variables

2004-03-10 Thread Samanth
Hello, is there a way to access the environment variables like we do in ANT? Sam --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn every

[Nant-users] XMLPoke not allowing null

2004-03-10 Thread Price, Henry
Title: XMLPoke not allowing null Hi, I'm using the in our scripts quite a bit - the only problem is that it won't take an empty value - fails with: '' is not a valid value for attribute 'value' of . An empty value is not allowed. An example of the script to generate it: