[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:   target name=build depends=getLatest     property name=nant.settings.currentframework value=net-3.5/     solution configuration=release verbose=true   projects include

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 nant-developers@lists.sourceforge.net Sent: Thursday, May 1, 2008 12:38:00 PM Subject: RE: [nant-dev] 3.5 Framework with yesterday's CVS Code Eric,   We do

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

2008-04-17 Thread Eric Fetzer
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 nant-developers@lists.sourceforge.net Sent: Thursday, April 17

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

2008-04-17 Thread Eric Fetzer
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 nant-developers@lists.sourceforge.net Sent: Thursday, April 17, 2008 2:35:44 AM

[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: property name=nant.settings.currentframework value=net-2.0/. With the 86rc1, this builds fine. With 2/10 nightly, I get the

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

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

Re: [nant-dev] solution

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 exec and msbuild for me. Thanks Martin! Eric - Original Message From: Martin Aliger [EMAIL PROTECTED] To: Eric Fetzer [EMAIL PROTECTED]; NAnt Developers nant-developers

[nant-dev] Error using solution 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

[nant-dev] solution

2007-02-12 Thread Eric Fetzer
With VS2005, we no longer ALWAYS have csproj files with Web projects. Thus, using referenceProject 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

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 nant-developers@lists.sourceforge.net Sent

[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

[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-01 Thread Eric Fetzer
? Does it work fine on other machines ? Gert - Original Message - From: Eric Fetzer [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED]; 'NAnt Developers' nant-developers@lists.sourceforge.net Sent: Monday, January 31, 2005 3:44 PM Subject: RE: [nant-dev] Wierd Behavior from

[nant-dev] possible property::exists bug

2004-11-23 Thread Eric Fetzer
I'm running Build 0.85.1732.0. The following simple script: !--snip-- ?xml version=1.0? project name=Test default=go property name=preTarget value=do1 unless=${property::exists('preTarget')} / target name=do1 echo message=I am in ${preTarget}

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

2004-11-17 Thread Eric Fetzer
] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent: dinsdag 16 november 2004 22:05 To: NAnt Developers Subject: [nant-dev] Fwd: VB task not working Sorry for the cross posting, I didn't get any replies at NAntContribDev... Thanks, Eric Note: forwarded message

[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 ---BeginMessage--- I'm getting the

[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

Re: [nant-dev] filterchain 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: Gert Driesen [EMAIL PROTECTED] To: Eric Fetzer [EMAIL PROTECTED]; NAnt

[nant-dev] I was wrong loadtasks

2004-09-30 Thread Eric Fetzer
When I got the loadtasks 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 loadtasks 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

Re: [nant-dev] I was wrong loadtasks

2004-09-30 Thread Eric Fetzer
actually built the source distribution ... Gert - Original Message - From: Eric Fetzer [EMAIL PROTECTED] To: NAnt Developers [EMAIL PROTECTED] Sent: Thursday, September 30, 2004 5:55 PM Subject: [nant-dev] I was wrong loadtasks When I got the loadtasks to work, I had a 5/28

[nant-dev] filterchain copy issue

2004-09-30 Thread Eric Fetzer
I'm using filterchain to copy and replace a string in a NSIS install script. The problem is that filterchain 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

[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 solution 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

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

2004-05-17 Thread Eric Fetzer
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 apologies in advance. I am submitting this question to NAntDev also because I am

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

2004-05-17 Thread Eric Fetzer
the sdk from http://www.borland.com/products/downloads/download_starteam.html I could be way off base on this. Anyone using star team feel free to jump in with an informed answer. Ian Eric Fetzer wrote: Iam, I am guessing that StarTeam.dll no longer exists in the 5.4

[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

[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

Re: [nant-dev] Mail Task

2004-03-23 Thread Eric Fetzer
} / /attachments /mail Hope this helps, Gert - Original Message - From: Eric Fetzer [EMAIL PROTECTED] To: NAnt Developers [EMAIL PROTECTED] Sent: Monday, March 22, 2004 9:54 PM Subject: [nant-dev] Mail Task I am unable to get attachments to work with the mail task. Any

[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:

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

2003-10-24 Thread Eric Fetzer
. 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? - Original Message - From: Eric Fetzer [EMAIL PROTECTED] To: NAnt Developers [EMAIL PROTECTED] Sent: Friday

[nant-dev] Solution determination of build order

2003-10-06 Thread Eric Fetzer
How does solution 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: solution configuration=release projects includes name=A\A.csproj

[nant-dev] solution

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

[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

[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] Sattelite Assemblies

2003-09-26 Thread Eric Fetzer
). Any suggestions? Thanks, Eric --- Eric Fetzer [EMAIL PROTECTED] wrote: 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

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 cutting the mustard. I've

[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

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 first build has resulted

[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

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 oldpath (kind of)pointing at the previous stable build on my D drive. The problem was in the D drive itself. The D drive onmy build machine is

[nant-dev] Solution Task Question

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

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

2003-08-30 Thread Eric Fetzer
nd recompile, you simply enter the "nant" directory and run: cvs -z3 update or using Tortoise CVS - simply right click, the "CVS Update". After which you recompile nant as described above. - Original Message - *From:* Eric Fetzer <mailto:[EMAIL PROTECTED]> *To:*

RE: [nant-dev] Timeout on uploading output files in solution 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,

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

2003-08-25 Thread Eric Fetzer
y and run: cvs -z3 update or using Tortoise CVS - simply right click, the "CVS Update". After which you recompile nant as described above. - Original Message - *From:* Eric Fetzer <mailto:[EMAIL PROTECTED]> *To:* Jaroslaw Kowalski <mailto:[EMAIL PROTECTED]> *Sent

[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 solution task? I'd be happy to look at the code if someone can point the way. I'm new