Re: [nant-dev] 3.5 Framework with yesterday's CVS Code

2008-05-01 Thread Eric Fetzer
OK, thanks Gert! - Original Message From: Gert Driesen <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; NAnt Developers Sent: Thursday, May 1, 2008 12:38:00 PM Subject: RE: [nant-dev] 3.5 Framework with yesterday's CVS Code Eric,   We do not yet support .

[nant-dev] 3.5 Framework with yesterday's CVS Code

2008-05-01 Thread Eric Fetzer
It appears to be building off of the 2.0 csc.exe instead of the 3.5 csc.exe.  Here's my target:                                 Here's my output in the log: [solution] C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /uns

Re: [nant-dev] Upgrade to latest nightly build

2008-04-17 Thread Eric Fetzer
htly build from 2008-02-10, you'll get the same error as below (error is also in my log file). Thanks, Eric - Original Message From: Gert Driesen <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; NAnt Developers Sent: Thursday, April 17, 2008 2:35:44 AM Subj

Re: [nant-dev] Upgrade to latest nightly build

2008-04-17 Thread Eric Fetzer
using the NAnt nightly build from 2008-02-10, you'll get the same error as below (error is also in my log file). Thanks, Eric - Original Message From: Gert Driesen <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; NAnt Developers Sent: Thursday, April 17,

[nant-dev] Upgrade to latest nightly build

2008-04-16 Thread Eric Fetzer
I upgraded to try out the 3.5 stuff again. Well, in my build, I start with a 2.0 project build and it no longer works. Right before building this project, I set: . With the 86rc1, this builds fine. With 2/10 nightly, I get the error: System.NullReferenceException: Object referen

Re: [nant-dev] Error using task with Nightly build

2007-02-14 Thread Eric Fetzer
e 2.0 framework to a machine, it will eventually destroy the build. Any help? Thanks, Eric <>< - Original Message ---- From: Eric Fetzer <[EMAIL PROTECTED]> To: NAnt Developers Sent: Tuesday, February 13, 2007 2:45:21 PM Subject: [nant-dev] Error using task with Nightly build

[nant-dev] Error using task with Nightly build

2007-02-13 Thread Eric Fetzer
I've come across a problem with the nightly build: nant-0.86-nightly-2006-12-28 OK, when building 2003 stuff, I need to specify the target framework, that's cool. With some projects, if we forget, it compiles fine anyway against the 2.0, but crashes at runtime. That's fine too, but with one s

Re: [nant-dev]

2007-02-13 Thread Eric Fetzer
You'd have no argument with me Martin, but alas, my architect disagrees. So, for this one unfortunately, it's and msbuild for me. Thanks Martin! Eric - Original Message From: Martin Aliger <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; NAnt Deve

[nant-dev]

2007-02-12 Thread Eric Fetzer
With VS2005, we no longer ALWAYS have csproj files with Web projects. Thus, using for project references seems to no longer be an option with a solution file. In the past I've been able to allow the developers to use whatever path they wanted based on being able to use in NAnt. Is there an

Re: [nant-dev] MSBuild

2006-10-31 Thread Eric Fetzer
Yeah, I'm with you, just doing a bit of venting about MS's "come inside, make all nice, and steal steal steal" behavior. Typical of them... - Original Message From: Bevan Arps <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; NAnt Developers Sen

[nant-dev] MSBuild

2006-10-25 Thread Eric Fetzer
Does it bug anyone else that MSBuild is almost identical to NAnt with slight modifications like $( instead of ${ to access properties... I remember the manager of MSBuild coming in and acting like MS was going to play so nice with NAnt, when in reality, he was using it as a project to copy beca

[nant-dev] xmlPoke

2006-10-24 Thread Eric Fetzer
Does xmlPoke support setting innerText values? For example: // Set the value in the new config file if (targetNode.NodeType == XmlNodeType.Element) { targetNode.InnerText = newValue; } else { targetNode.Value = newValue; } I'm guessing no, because

[nant-dev] Bug In Solution Task

2005-09-06 Thread Eric Fetzer
I had a typo in my solution task pointing to a directory that existed, but the csproj file didn't exist (in this directory - copy/paste goof). NAnt .85-rc3 seems to just blow right by without reporting any problem that the file didn't exist.

Re: [nant-dev] Wierd Behavior from resgen.exe

2005-02-07 Thread Eric Fetzer
This was on a Win2K server. I fixed it by placing it on a Win2K3 server. I'm not sure what the issue was, but it's better with 2003. --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > It fails about 59 out of 60 times. The error > happens > in one of several places in

Re: [nant-dev] Wierd Behavior from resgen.exe

2005-02-01 Thread Eric Fetzer
ng the task), and see if that fails too > ? > > Does it work fine on other machines ? > > Gert > > - Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]>; "'NAnt > Dev

RE: [nant-dev] Wierd Behavior from resgen.exe

2005-01-31 Thread Eric Fetzer
executing resgen from the command > line), but I have no > solution for it. > > Perhaps someone else can step in ? > > Gert > > > -Original Message- > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On > > Behalf Of Eric Fetz

[nant-dev] possible property::exists bug

2004-11-23 Thread Eric Fetzer
I'm running Build 0.85.1732.0. The following simple script: works for passing in the argument for "preTarget", but not for using the default setting for "preTarget". Here is the output: D:\>nant -f:Test.build -D:preTarget=do1 NAnt 0.85

RE: [nant-dev] Fwd: VB task not working

2004-11-17 Thread Eric Fetzer
cified Total time: 0.4 seconds. Is he complaining that he can't find vb6.exe or some other file? Thanks, Eric --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Eric, > > I'm not really familiar with the task, but I > think that the vb6 > executable needs to be on t

[nant-dev] Fwd: VB task not working

2004-11-16 Thread Eric Fetzer
Sorry for the cross posting, I didn't get any replies at NAntContribDev... Thanks, Eric Note: forwarded message attached. __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com --- Begin Message --- I'm getting the f

[nant-dev] Fwd: NAntContrib Debugging

2004-10-25 Thread Eric Fetzer
Forwarding to NAntDev in case no one is monitoring NAntContrib. Sorry for the double post... Note: forwarded message attached. __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail --- B

Re: [nant-dev] copy issue

2004-10-01 Thread Eric Fetzer
Thanks Gert! --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Eric, > > FYI : I've now changed the filterchain > implementation to use the system's > current ANSI code page by default. > > Gert > > - Original Message - > From: "G

[nant-dev] copy issue

2004-09-30 Thread Eric Fetzer
I'm using to copy and replace a string in a NSIS install script. The problem is that seems to be putting special characters into the resultant file causing the resultant file to not be compilable. The error that the NSIS compiler gives with the resultant file (the "copy from" file compiles fine

Re: [nant-dev] I was wrong

2004-09-30 Thread Eric Fetzer
> distribution, unless you've actually built the > source distribution ... > > Gert > > - Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "NAnt Developers" > <[EMAIL PROTECTED]> > Sent: Thursday, September

[nant-dev] I was wrong

2004-09-30 Thread Eric Fetzer
When I got the to work, I had a 5/28 version of NAnt with a 9/28 version of NAntContrib. This screws me because I can't use Filterchain. I cannot get to work with the two 9/28 versions together. I've got 9/28 src install of NAnt in D:\NAnt and 9/28 NAntContrib in D:\NAntContrib. Here's a smal

Re: [nant-dev] NantContrib Starteam task error

2004-06-30 Thread Eric Fetzer
John, I'm guessing that you are using 5.4 or after of StarTeam. I looked into this, but don't have the C# skills to figure out a fix. With the 5.4 release, StarTeam renamed the interop to StarGate54.dll. With this change, the StarTeam task no longer works with NAnt. Eric --- John Ludlow <[E

[nant-dev] Reporting Services

2004-06-21 Thread Eric Fetzer
Is there anything in the works for supporting building projects created with the .NET Reporting Services add on? (http://www.winnetmag.com/SQLServer/Article/ArticleID/39333/39333.html) Thanks, Eric __ Do you Yahoo!? New and Improved Yahoo! Mail -

[nant-dev] Solution Task Build Order

2004-05-20 Thread Eric Fetzer
I just upgraded to the latest greatest (5.20) NAnt and NAntContrib and the task is not building my projects in the correct order and crashing because of this. It seems to be exactly the opposite of the order it should (i.e. If I put 2 projects in there, it will always choose the wrong one to buil

Re: [nant-dev] STCheckOut (or any ST)

2004-05-17 Thread Eric Fetzer
+, ASP, PHP, > >> ColdFusion, Delphi and others. > > > > > > which sort of implies that you need their SDK to > get the COM wrapper > > > > at : > http://www.codealloy.com/starteamsdkfaq.htm#q3 > > > > on that same page it says to download the sd

Re: [nant-dev] STCheckOut (or any ST)

2004-05-17 Thread Eric Fetzer
; but the underlyiny > COM library. Find that dll and regsvr it again. I'm > assuming is called > StarTeam.dll based on the name of the interop > library. regsvr32 won't do > anything for com wrapper assemblies. > > Ian > Eric Fetzer wrote: > > >My apo

[nant-dev] STCheckOut (or any ST)

2004-05-14 Thread Eric Fetzer
My apologies in advance. I am submitting this question to NAntDev also because I am not sure of the audience on NAntContribDev. I am running version 5.4 of StarTeam and the STCheckOut task seems to no longer work. I searched my SDK folder for the Interop dll, but it appears to have been discarde

[nant-dev] VB6 Solution Type Task - Attn: Peter

2004-04-27 Thread Eric Fetzer
Peter, Just wondering how this was going? Just realized a need in my organization for such a task. I think I could put together some resource here if it would be helpful to you. Thanks, Eric __ Do you Yahoo!? Win a $20,000 Career Makeo

Re: [nant-dev] Fwd: Re: AW: [Nant-users] Solution Task and Strong Names

2004-03-31 Thread Eric Fetzer
reates a bat file to perform the > event. You can start > a command prompt and run what's in it to debug even > further. > It's not a nant error specifically, VS would have > given you the same error. > /Nicke > > - Original Message - > From: "Eric

[nant-dev] Fwd: Re: AW: [Nant-users] Solution Task and Strong Names

2004-03-26 Thread Eric Fetzer
g to run the post event macro. The output is: [solution] Building myProject.Library [release]... [solution] Pre/post event macro $(DevEnvDir) not implemented. [solution] PostBuildEvent failed with exit code = 1 [solution] Build failed. Any help? Thanks, Eric --- Eric Fetzer <[EMAIL PROTECTED]> wr

Re: [nant-dev] Mail Task

2004-03-23 Thread Eric Fetzer
hed file for build log > details." > verbose="true" > mailhost="my.mailHost"> > > > > > > Hope this helps, > > Gert > > > - Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "NAn

[nant-dev] Mail Task

2004-03-22 Thread Eric Fetzer
I am unable to get attachments to work with the mail task. Any clues? __ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html --- This SF.Net email

Re: [nant-dev] Upgraded then Downgraded and It won't work anymore

2003-10-24 Thread Eric Fetzer
uld > be able to have as many side-by-side installation of > nant as you want. > > Also, what version of the framework are you using. > Are you using the > pre-built version of the binaries (in the > distribution), or have you > compiled your own version? > > -

[nant-dev] Upgraded then Downgraded and It won't work anymore

2003-10-24 Thread Eric Fetzer
Sorry for the long title, I was trying to be descriptive. I grabbed the latest nightly build and tried to use it. It didn't work for me, so I went back to NAnt 0.8.3 final again. Now for some reason it won't work. When I do a nant -help, I get: Unhandled Exception: System.TypeInitializationEx

[nant-dev] Solution determination of build order

2003-10-06 Thread Eric Fetzer
How does determine the build order? My build all of a sudden stopped working and I can't figure it out. I was pointing to a .sln file with 26 projects and thought it might be the .sln. So I converted to: sort of thing with the projects listed in the corr

[nant-dev]

2003-10-03 Thread Eric Fetzer
The last few days, I've run into a very strange situation. I'm doing vsscheckin's on certain dll files with my build because the developers don't want to have to build all the projects constantly (and change is big now - new app). So I have to do a vsscheckout at the beginning of the build proces

[nant-dev] nant.onfailure

2003-10-01 Thread Eric Fetzer
What happened to nant.failure becoming nant.onfailure? With the final 0.8.3 release, nant.onfailure isn't working for me (or complaining - nant.failure does though). I'll attach a test script. __ Do you Yahoo!? The New Yahoo! Shopping - with improved product searc

Re: [nant-dev] Sattelite Assemblies

2003-09-26 Thread Eric Fetzer
Sorry for the misdirection. My workaround did work. My screwup was in permissions (go figure). It was nice talking to myself... --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > Actually, I need to dig a bit further for a > workaround > in the mean time because mine isn't c

Re: [nant-dev] Sattelite Assemblies

2003-09-26 Thread Eric Fetzer
they don't work, because they aren't referenced (solution already pulled them into the main dll inappropriately). Any suggestions? Thanks, Eric --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > Are Satellite Assemblies on the horizon for the > solution task? Thanks - Eric > >

[nant-dev] Sattelite Assemblies

2003-09-26 Thread Eric Fetzer
Are Satellite Assemblies on the horizon for the solution task? Thanks - Eric __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This sf.net email is sponsored

Re: [nant-dev] TypeInitializationException

2003-09-16 Thread Eric Fetzer
OK, strangeness.  When I got the latest build, I put it on my D drive and pointed to the bin directory in my path.  Got that error and went back to the old path (kind of) pointing at the previous stable build on my D drive.  The problem was in the D drive itself.  The D drive on my build machine i

Re: [nant-dev] TypeInitializationException

2003-09-16 Thread Eric Fetzer
OK, strangeness.  When I got the latest build, I put it on my D drive and pointed to the bin directory in my path.  Got that error and went back to the old path (kind of) pointing at the previous stable build on my D drive.  The problem was in the D drive itself.  The D drive on my build machine is

[nant-dev] TypeInitializationException

2003-09-16 Thread Eric Fetzer
OK, I'm losing my mind here.  I got the latest nightly build, put it on my build machine (to see if my current problems were addressed...) and got an error.  Now I can't seem to get back to a place where NAnt works.  I've deleted the directory from the 9/16 build and pointed at the latest stable r

Re: [nant-dev] Solution Task problem

2003-09-16 Thread Eric Fetzer
Double Opps, Jean answered me.  I'll bounce back as to whether it worked or not (warning level change).  Thanks Jean!Eric Fetzer <[EMAIL PROTECTED]> wrote: Ooooppps, should have sent to NAnt Dev:   My developers just started incorporating NDoc into their projects.  My firs

[nant-dev] Solution Task problem

2003-09-16 Thread Eric Fetzer
Ooooppps, should have sent to NAnt Dev:   My developers just started incorporating NDoc into their projects.  My first build has resulted in some errors in the compile.  It looks like NAnt is looking for the *.xml file that should result before the compile is done and erroring out because it's not

[nant-dev] Solution Task Question

2003-09-08 Thread Eric Fetzer
I apologize in advance if I'm posting a question that has recently been answered.  Many posts as of late have gone many miles over my head...   Developers in my shop recently got sick of reference problems and began using project references (while I was in a meeting Friday afternoon).  This is good

Re: [nant-dev] Re: Compiling from CVS (was Problems with solution task when solution has multiple projects)

2003-08-30 Thread Eric Fetzer
3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/nant login> It will prompt you for the password, since there's no> password required, just hit enter.> > cvs z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/nant> checkout nant> It will get the newest sources and store them in> "nant&q

RE: [nant-dev] Timeout on "uploading output files" in task

2003-08-28 Thread Eric Fetzer
I was using webmap and still having this problem a few days ago.  I debugged and fixed it with the following line change in Project.cs (in NAnt.VSNet):   wdc.UploadFile(cs.FullOutputFile, cs.RelativeOutputPath + "/" + _projectSettings.OutputFile);   to: wdc.UploadFile(cs.FullOutputFile, cs.Relati

Re: [nant-dev] last suggestion - Solution task again

2003-08-27 Thread Eric Fetzer
I'll agree that it would be extremely helpful to be able to specify where to find references.  Here, each developer has their own development environment and the each build their own way.  When they check in, you never know where they referenced the .dll's.  In the same project, I've found referenc

Re: [nant-dev] Re: Compiling from CVS (was Problems with solution task when solution has multiple projects)

2003-08-25 Thread Eric Fetzer
r release build> > or> > bin\nant> for debug build.> > The output will be stored in appropriate subdirectory of the> "build" directory which will be created. Update NAnt.exe.config> there as necessary and your fresh NAnt.exe is ready to go.> > 4. Updating the sources&

[nant-dev] Re: Compiling from CVS (was Problems with solution task when solution has multiple projects)

2003-08-19 Thread Eric Fetzer
NAnt.exe is ready to go.   4. Updating the sources ===   Every time you want to get the fresh sources and recompile, you simply enter the "nant" directory and run:   cvs -z3 update   or using Tortoise CVS - simply right click, the "CVS Update".   After which

[nant-dev] Al Task fix --> Solution Task?

2003-08-14 Thread Eric Fetzer
NAnt dev,   I posted recently to the user list and realize now that it should go to the dev list.  I believe it relates to Arjen Poutsma's patch recently to the Al task.  Is it possible to get this fix added to the task?  I'd be happy to look at the code if someone can point the way.  I'm new to .

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

2003-08-01 Thread Eric Fetzer
I think it's a great idea.Ian MacLean <[EMAIL PROTECTED]> wrote: Peter,I like the idea. See what others say and then we can look at adding it. Your approach looks pretty much correct. Don't know why you can't build though.Ian>-- Part 1 -->Hi NAnters,>>I was just editing some build files and testing