Re: [Nant-users] [Fwd: Multi build file dependancies]

2004-08-25 Thread Ian MacLean
I enjoy using NAnt for our build process, but am having trouble with the concept of dependencies across build files. My original plan was to have n build files, but a build target in one is dependant on build targets of other files. I don't see how these dependencies can be accomplished across bu

[Nant-users] [Fwd: Multi build file dependancies]

2004-08-25 Thread Ian MacLean
Original Message Subject:Multi build file dependancies Date: Wed, 25 Aug 2004 22:13:03 -0700 From: Andy Harris <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Greetings- I enjoy using NAnt for our build process, but am having trouble with the concept of dependencies

Re: [Nant-users] Problem locating keyfile in

2004-08-25 Thread Gert Driesen
Hi Steve, What version of Visual Studio are you using ? I actually did tests when I implemented this, and if I recall correctly, then what VS.NET does for VB.NET project is that is resolves the path relative to the directory from which the solution was launched. (which is very buggy behaviour if

[Nant-users] Problem locating keyfile in

2004-08-25 Thread steve_hager
Hi, There seems to be a problem with the task when it comes to locating an assembly keyfile. When ever I built my solution I kept getting an error message saying... "Error creating assembly manifest: Error reading key file '../../../../keyfile.snk' -- The system cannot find the file specifie

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

2004-08-25 Thread Gert Driesen
Madhan, The build log you attached does not really help us much further. As you've already found out for yourself, this is really a vbc issue, and I'm afraid there's not much we can do about that ... Can't you just move the solution to a higher directory level (eg. from "c:\development\visualstu

Re: [Nant-users] what is the build log??

2004-08-25 Thread Gert Driesen
- Original Message - From: "Dermot Carey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 25, 2004 9:29 PM Subject: [Nant-users] what is the build log?? When I have a nested nant call that fails it says: BUILD FAILED Nested build faild. Refer to build log for exact re

[Nant-users] what is the build log??

2004-08-25 Thread Dermot Carey
When I have a nested nant call that fails it says: BUILD FAILED Nested build faild. Refer to build log for exact reason. What is the build log? Is it just what is being output the the console or is there some kind log somewhere as well? = Dermot M. Carey [EMA

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

2004-08-25 Thread Eric Deslauriers
Felice, Good question. I would also ask if NAntpad Express list variable values. That's the only thing I really have a problem with, esp as I deal with many build files from other people, so I'm always having to figure out what ${somevar} gets set to. Since there's no eval that I can find on the

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

2004-08-25 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Given the open source alternatives, VS.NET ability to open .build files as XML, etc., I would have to say that I would not pay anything for a special NAnt editor. I'd rather see an NAnt mode for emacs or other well established editors out there. #develop, an IDE meant to replace VS.NET for C# and V

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

2004-08-25 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hi Madhan, I bet if you took your concern to Microsoft they'd tell you to upgrade to .NET Framework 1.1. I'm also willing to bet that most people using NAnt with VB.NET have also upgraded to .NET Framework 1.1. That said, you could try Microsoft and see if they'll give you a special fix for the vb

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

2004-08-25 Thread Shawn Haigh
Sure would be nice to download a trial Version is it my mistake or does the download page at www.componentsource.com only gives the option to download a help file and a ULA... Is this correct? If it is it's hardly any information for me to make a inteligent purchase decision. I sure would ne

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

2004-08-25 Thread Felice Vittoria
Anthony, Exactly what are the differences between Nantpad and Nantpad Express? Are you going to indicate these changes on the website? Also .. exactly how much is "significantly lower" ? Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anthony Br

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

2004-08-25 Thread Gert Driesen
Madhan, I suggest you first try to install .NET Framework 1.0 SP2, and if that doesn't help you could try installing .NET Framework 1.0 SP3 Techpreview. I find it hard to believe you don't get this issue with NAnt 0.84 though ... Gert - Original Message - From: "Madhan Retnaswamy" <[EMAI

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

2004-08-25 Thread Madhan Retnaswamy
Gert, Yes, your right I fed the response file to the vbc.exe and i got the same error message.. C:\Madhan>vbc.exe @response.txt vbc : Command line error BC2001 : file 'C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\ CFocus\Activities\TakeC' could not be found So..it is a Microsof

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

2004-08-25 Thread Anthony Brown
Thanks Dan for your 2-cents, your points are taken. Tweaking the build script is definitely easier with a text editor and/or intellisense, especially for tasks that require XML entities other than elements (CDATA is no problem though). Nantpad was designed for new users who just want to get so

Re: [Nant-users] log4net.dll version in nightly builds

2004-08-25 Thread Gert Driesen
Kevin, The version of log4net that is distributed with NAnt is a custom built version that was built from log4net cvs. We'll switch back to an officicially released version of log4net once Mono bug #62135 (http://bugzilla.ximian.com/show_bug.cgi?id=62135) is resolved. Hope this helps, Gert

[Nant-users] log4net.dll version in nightly builds

2004-08-25 Thread Kevin Williams
I know this is a silly question, which I should know the answer, but I'll ask anyway. I've got the latest log4net distribution from http://logging.apache.org/log4net/, which is 1.2 beta 8. The version is 1.2.0.30714. The log4net.dll in the /bin folder of the latest nightly build (8/20) has ve

Re: [Nant-users] Mono 1.1 vs. 2.0 Compilation

2004-08-25 Thread Gert Driesen
Hi Matthew, Did you actually build the 2.0 profile ? If not : Mono does not always seem to fallback to the 1.0 profile if you have a entry in your application configuration file. I have already submitted a bug report for this : http://bugzilla.ximian.com/show_bug.cgi?id=62913 However, can you

[Nant-users] Mono 1.1 vs. 2.0 Compilation

2004-08-25 Thread Matthew Metnetsky
I keep trying to build NAnt from the latest nightly build, but it keeps failing with messages about mono-2.0 being mis-configured. The problem is that it should be targeting mono-1.0 (latest CVS release of Mono). How do I go about forcing NAnt to think it's compiling from Mono-1.0.1-CVS? ~ Matth

RE: [Nant-users] VSS help

2004-08-25 Thread Felice Vittoria
John, Here's the documentation using the vssget task: http://nantcontrib.sourceforge.net/nightly/help/tasks/vssget.html There's examples in there that are useful. HTH, Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of john britto Sent: Tuesday, Augu

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

2004-08-25 Thread David Thielen
I'd like to suggest that all of the relevant tasks have an attribute to set their default directory. It's not good to have the same file in two places and in this case I have to place the file outside of my project. Thanks - dave -Original Message- From: Gert Driesen [mailto:[EMAIL PROTE

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

2004-08-25 Thread John Cole
I use SciTE at http://scintilla.sourceforge.net/SciTE.html (I happen to use Bruce Dodsons windows installer because it adds a shell item so I can edit any file in SciTE http://gisdeveloper.tripod.com/scite.html). I've modified the SciTEUser.properties file to recognise .build files as xml files an

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

2004-08-25 Thread Dan Pupek
I just had to add my two cents. (1) The price is outrageous, you should consider a much lower price. (2) I actually prefer VS.Net and Intellisense and so far as I can tell all of the engineers in my shop do. NantPad over complicates matters and makes it a little harder to tweak the build files.