Re: [NAnt-users] psexec and NAnt

2008-11-25 Thread Eric Fetzer
file. From: Melissa <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Tuesday, November 25, 2008 9:06:57 AM Subject: Re: [NAnt-users] psexec and NAnt The environment that vcvars32.bat sets up goes away as soon as the exec ca

[NAnt-users] psexec and NAnt

2008-11-24 Thread Eric Fetzer
OK, I've got some strangeness here.  So I call NAnt from a different machine using PSExec to call it.  On all but one of our apps that I build this way (close to 100 total), all's cool.  This one, however, fails from psexec where it succeeds directly from the command line.  The difference betwee

Re: [NAnt-users] Log file incomplete

2008-05-28 Thread Eric Fetzer
I invented that variable.  I have no clue how to get a hold of that information. - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Wednesday, May 28, 2008 12:13:55 PM Subject: Re: [NAnt-users] Log file incomplet

Re: [NAnt-users] Log file incomplete

2008-05-28 Thread Eric Fetzer
her <[EMAIL PROTECTED]>; Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Wednesday, May 28, 2008 11:59:14 AM Subject: RE: [NAnt-users] Log file incomplete Actually, sorry my bad. I read that too fast. Are you using the solution task? If so, perhaps you can s

Re: [NAnt-users] Log file incomplete

2008-05-28 Thread Eric Fetzer
uilds\MyProject\MyProject.csproj'.     Data at the root level is invalid. Line 1, position 1. - Original Message ---- From: Eric Fetzer <[EMAIL PROTECTED]> To: Nant Users Sent: Wednesday, May 28, 2008 11:38:33 AM Subject: [NAnt-users] Log file incomplete Sometimes when I run my bu

[NAnt-users] Log file incomplete

2008-05-28 Thread Eric Fetzer
Sometimes when I run my builds automatedly and go to get information about what caused it to fail, it doesn't show up in the build log.  So, I have to run it manually to see what the last thing NAnt said after the build file already closed.  Is there a way to get that infomation into the build l

Re: [NAnt-users] Running MSTest From NAnt

2008-03-13 Thread Eric Fetzer
from CC for a more custom solution (in house). Thanks for the response! - Original Message From: Chris Taylor <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2008 8:34:41 PM Subject: Re: [NAnt-users] Running MSTest From NAnt Here is an examp

[NAnt-users] Running MSTest From NAnt

2008-03-12 Thread Eric Fetzer
So is this just an exec call? Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs- This SF.net email is sponso

Re: [NAnt-users] MSBuild with Web Sites

2008-03-04 Thread Eric Fetzer
Ob From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent: Tuesday, March 04, 2008 12:32 PM To: Nant Users Subject: [NAnt-users] MSBuild with Web Sites I've been struggling with using MSBuild on Web Sites for some time but have never had time to bring it before an

[NAnt-users] MSBuild with Web Sites

2008-03-04 Thread Eric Fetzer
I've been struggling with using MSBuild on Web Sites for some time but have never had time to bring it before an audience. Here's what I've been up against: 1) For the web site, MSBuild creates a directory based on attributes set in the SLN "PreCompiledWeb" 2) In this directory, MSBuild puts

Re: [NAnt-users] Command line properties - Can you explainthismessage?

2008-03-03 Thread Eric Fetzer
That explains a lot. I always thought, "that message is lying" because, indeed, the property in the file DID get overwritten with my command line entry. Now that I realize the error is talking about the property statement in the file, I won't call NAnt a lier anymore. The only reason I put in

Re: [NAnt-users] 3.5 Framework Solution Build using 2.0

2008-02-29 Thread Eric Fetzer
There are LOTS of blogs and such out there. It's been stirring things up a bit. - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Brass Tilde <[EMAIL PROTECTED]>; Eric Fetzer <[EMAIL PROTECTED]>; Chris Snider <[EMAIL PROTECTED]>; Gert Driesen &l

Re: [NAnt-users] 3.5 Framework Solution Build using 2.0

2008-02-29 Thread Eric Fetzer
There are LOTS of blogs and such out there. It's been stirring things up a bit. - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Brass Tilde <[EMAIL PROTECTED]>; Eric Fetzer <[EMAIL PROTECTED]>; Chris Snider <[EMAIL PROTECTED]>; Gert Driesen &l

Re: [NAnt-users] 3.5 Framework Solution Build using 2.0

2008-02-29 Thread Eric Fetzer
ork around that you can put in your web.config, but I don't like it. - Original Message From: Chris Snider <[EMAIL PROTECTED]> To: Bob Archer <[EMAIL PROTECTED]>; Eric Fetzer <[EMAIL PROTECTED]>; Gert Driesen <[EMAIL PROTECTED]>; Nant Users Sent: Friday, Fe

Re: [NAnt-users] 3.5 Framework Solution Build using 2.0

2008-02-29 Thread Eric Fetzer
Do you expect NAnt to use MSBuild 2.0 for a VS 2005 solution/project if MSBuild 1.0 is not installed, or do we report an error? Again, error. My 2 cents. Thanks Gert, Eric - Original Message From: Gert Driesen <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users

Re: [NAnt-users] 3.5 Framework Solution Build using 2.0

2008-02-28 Thread Eric Fetzer
OK, so for now, I've sicked msbuild on my solution file and all's ok. I'll change back to the solution task when it works. - Original Message ---- From: Eric Fetzer <[EMAIL PROTECTED]> To: Nant Users Sent: Thursday, February 28, 2008 10:25:03 AM Subject: [NAnt

[NAnt-users] 3.5 Framework Solution Build using 2.0

2008-02-28 Thread Eric Fetzer
When I specify 3.5 of the framework, and NAnt tells me: [property] Target framework changed to "Microsoft .NET Framework 3.5". Then it get's into the solution and says: [solution] C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /de

Re: [NAnt-users] File::Exists with a fileset

2007-11-30 Thread Eric Fetzer
Cool, thanks Bill! - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Friday, November 30, 2007 4:47:51 AM Subject: Re: [NAnt-users] File::Exists with a fileset If you have a pre-defined fileset, you can use the

Re: [NAnt-users] File::Exists with a fileset

2007-11-29 Thread Eric Fetzer
Yep. - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Thursday, November 29, 2007 11:27:28 AM Subject: RE: [NAnt-users] File::Exists with a fileset I'm surprised a wildcard doesn't work with file::ex

Re: [NAnt-users] File::Exists with a fileset

2007-11-29 Thread Eric Fetzer
That's exactly what I did, Bob, I was just wondering if there was a cleaner way to do it. - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Thursday, November 29, 2007 11:19:23 AM Subject: RE: [NAnt-users] Fi

[NAnt-users] File::Exists with a fileset

2007-11-29 Thread Eric Fetzer
Is it possible to use File::Exists with a fileset or at least use wildcards in the place of the filename? Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. http://mobile

Re: [NAnt-users]

2007-11-06 Thread Eric Fetzer
Thanks Curtis, that worked! - Original Message From: Curtis Zarger <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Tuesday, November 6, 2007 11:27:12 AM Subject: Re: [NAnt-users] - Original Message From: Eric Fetzer <[EMAIL PROTECTED]> To: Nant

[NAnt-users]

2007-11-06 Thread Eric Fetzer
The code in the Help file for doesn't work: Build release configuration This gives the error: '}' expected Expression: ${build.configuration='release'} What is the correct syntax for this? Thanks, Eric __ Do You Yahoo!? Tired of spam? Y

[NAnt-users] Adding Reference to Crystal DLL's

2007-10-17 Thread Eric Fetzer
Does anybody have any experience doing this? I searched the archive and found that NAnt doesn't scan the GAC if it doesn't find references. So I added AssemblyReferences to the dll's directly. Well, that doesn't seem to work because they don't get thrown into the csc.exe call. Here's what I

Re: [NAnt-users] Don't go to OnSuccess or OnFailure

2007-03-13 Thread Eric Fetzer
OK, I figured it out. I just changed the value for nant.onsuccess and nant.onfailure in the target I call on entry to the NAnt file for these alternative builds and just exit when I hit those targets. - Original Message From: Eric Fetzer <[EMAIL PROTECTED]> To: Nant Users

[NAnt-users] Don't go to OnSuccess or OnFailure

2007-03-12 Thread Eric Fetzer
I'm modifying a build for a specific case scenario that I haven't used before. It starts by calling a different target and in the end (just for this target), I DON'T want to go to failure or success. Is there a way to end the build in my target? Thanks, Eric __

Re: [NAnt-users] Run regsvr32 on remote machine

2007-03-01 Thread Eric Fetzer
Yeah, we use "psexec" by sysinternals for all kinds of stuff. Pretty much the only "free" thing I've found for this purpose and it works VERY WELL... - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Phil Sayers <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.net Sent: Tues

[NAnt-users]

2007-02-12 Thread Eric Fetzer
(Build 0.86.2553.0; nightly; 12/28/2006) I'm getting an error trying to build a web solution file: Error checking whether 'D:\MyProjectNameWhichIsAReferencedProject' is an enterprise template project. Could not find file 'D:\MyBuildDir\MyProjectNameWhichIsAReferencedProject'. Pretty easy NA

Re: [NAnt-users] 1.1 and 2.0 in same build

2007-02-08 Thread Eric Fetzer
I'm trying: - Original Message From: Eric Fetzer <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Bob Archer <[EMAIL PROTECTED]>; Nant Users Sent: Thursday, February 8, 2007 10:10:51 AM Subject: Re: [NAnt-users] 1.1 and 2.0 in same build It doesn&#

Re: [NAnt-users] 1.1 and 2.0 in same build

2007-02-08 Thread Eric Fetzer
rited. - Original Message From: Eric Fetzer <[EMAIL PROTECTED]> To: Bob Archer <[EMAIL PROTECTED]>; Nant Users Sent: Thursday, February 8, 2007 10:07:01 AM Subject: Re: [NAnt-users] 1.1 and 2.0 in same build This would force me to have different build files for each. I was looki

Re: [NAnt-users] 1.1 and 2.0 in same build

2007-02-08 Thread Eric Fetzer
This would force me to have different build files for each. I was looking for something inline. For example: - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Thursday, February 8, 2007 10:02:0

Re: [NAnt-users] 1.1 and 2.0 in same build

2007-02-08 Thread Eric Fetzer
With the nightly builds you can, works like a charm! Eric <>< - Original Message From: Erich Eichinger <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Thursday, February 8, 2007 10:00:52 AM Subject: RE: [NAnt-users] 1.1 and 2.0 in same b

[NAnt-users] 1.1 and 2.0 in same build

2007-02-08 Thread Eric Fetzer
I need to be able to build both VS2005 and VS2003 built projects in the same build. In other words, how can I tell to target which framework from inside a build script? Thanks - Eric Don't get soaked. Tak

Re: [NAnt-users] Hello People

2007-01-30 Thread Eric Fetzer
Get the latest nightly build and use the task for all of your 2005 projects. It's working very nicely for us. - Original Message From: Kumar .S <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Tuesday, January 30, 2007 9:31:31 AM Subject: [NAnt-users] Hello People I am

[NAnt-users] Build Manifest

2007-01-11 Thread Eric Fetzer
Is there an easy way with NAnt to create a manifest of the files that have changed since the last build? I wrote a program with the StarTeam SDK to gather the info from StarTeam, but it seems there may be a better solution out there... Thanks, Eric <>< _

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-10 Thread Eric Fetzer
For the DSR files, the problem lies in something on the machine. If a dsr file is checked in from one machine and checked out on another, it won't compile without the GUI. We've found the culprit to be the "Typeinfocookie" setting in the dsr file. So I wrote a C# project that gathers all of

Re: [NAnt-users] building nant tasks in parallel

2006-10-25 Thread Eric Fetzer
I'd just separate it and run the build in 2 different command windows. - Original Message From: Jon W <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Wednesday, October 25, 2006 10:30:02 AM Subject: [NAnt-users] building nant tasks in parallel I have a C++ product that t

Re: [NAnt-users] Hello everyone in the group I was compiling VBP programs.

2006-10-24 Thread Eric Fetzer
If nothing's changed, it won't update the .exe. - Original Message From: Gert Driesen <[EMAIL PROTECTED]>To: Kumar .S <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.netSent: Tuesday, October 24, 2006 9:05:11 AMSubject: Re: [NAnt-users] Hello everyone in the group I was compiling VBP prog

Re: [NAnt-users] Could not load type... *.Global

2006-10-06 Thread Eric Fetzer
> > I don't know how Nant determines what version to use > by default. My > guess is there is something in the config that you > could set also. > > BOb > > > -Original Message- > From: Eric Fetzer [mailto:[EMAIL PROTECTED] > Sent: Thursday, Sept

Re: [NAnt-users] Could not load type... *.Global

2006-09-28 Thread Eric Fetzer
lso, you are including projects in the solution. > Are those projects not > already included in the solution? > > Also, if this is an .aspx app I think you need to > include a webmap > section. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:

Re: [NAnt-users] Could not load type... *.Global

2006-09-27 Thread Eric Fetzer
Note that this build machine is a Windows 2000 Server. I've tried uninstalling and reinstalling IIS to no avail. I've tried falling back the files that changed since this app was last built with NAnt successfully. I'm at wits end... Anyone? Thanks, Eric --- Eric Fetzer &l

Re: [NAnt-users] Could not load type... *.Global

2006-09-26 Thread Eric Fetzer
Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eric > Fetzer > Sent: Tuesday, September 26, 2006 11:41 AM > To: Nant Users > Subject: [NAnt-users] Could not load type... > *.Global > > The archives appear to be down, so s

Re: [NAnt-users] Could not load type... *.Global

2006-09-26 Thread Eric Fetzer
One more thing. I tried to fall back all code changes to where we were the last time the build worked. The problem is still there. The only difference is that this build machine has undergone a name change. Could this be it, and if so, how do you fix it? Thanks, Eric --- Eric Fetzer <[EM

Re: [NAnt-users] Could not load type... *.Global

2006-09-26 Thread Eric Fetzer
Something more: It looks as though the .resources files aren't being pulled into the dll (guess based on file size differences). --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > Yep. When I compile in NAnt, I end up with a 64K > dll. > In VS, I get 68K (both using Release Buil

[NAnt-users] Could not load type... *.Global

2006-09-26 Thread Eric Fetzer
The archives appear to be down, so sorry if this is a repeat... Building in VS, my application works fine. Building in NAnt, however, we get the error in the subject line when browsing to any aspx page. This error seems to be all over for all sorts of reasons, but what about in regard to NAnt?

Re: [NAnt-users] Shared Components

2006-09-14 Thread Eric Fetzer
scripts file that > has all the / tasks etc in it so I can do > global changes in one > location. Any project file can always override the > generic behaviour if it > needs to implement a target in a specific fashion. > > HTH, > > Bill > > > > -Orig

Re: [NAnt-users] Shared Components

2006-09-14 Thread Eric Fetzer
> Rod > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bob > Archer > Sent: Tuesday, September 12, 2006 11:29 AM > To: Eric Fetzer; Nant Users > Subject: Re: [NAnt-users] Shared Components > > Do you have a link t

Re: [NAnt-users] Shared Components

2006-09-14 Thread Eric Fetzer
though the important issue is to > ensure that the > versioning and building of the "common" stuff is > kept separate from the > applications that are dependant on it. But, some > people like to have the > developers and the build server run the same build > scripts. I

Re: [NAnt-users] Shared Components

2006-09-12 Thread Eric Fetzer
library/e > n-us/dnbda/html/tdlg_rm.asp > > And they list several ways of structuring a project. > But, no where do > they say which one is "best"... the basically say it > depends on your > project and circumstances. > > BOb > > > -Original Me

Re: [NAnt-users] Shared Components

2006-09-12 Thread Eric Fetzer
to go with DLL > references for internal > DLLs that are shared by multiple projects. I think > this is the way to > go, and it works for us. > > BOb > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eric &

[NAnt-users] Shared Components

2006-09-12 Thread Eric Fetzer
I'm looking for "Best Practices" for components that are shared among several applications in reference to NAnt. First of all, dll or project references. If I have dll references, I have to get all of the developers to keep these components in the same place as I keep them for the build so that t

Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-14 Thread Eric Fetzer
ontrol (a > good idea, IMHO), and are using continuous > integration tools, then you > will need to consider the location carefully (or use > appropriate > filtering) to prevent build loops. > > Regards, > Richard > > -Original Message- > From: [EMAIL P

Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-11 Thread Eric Fetzer
/> > > > > > >

Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-11 Thread Eric Fetzer
t; > > > > > > >

Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-11 Thread Eric Fetzer
our tasks are > geared to parsing that file to perform the builds. > > John > > -Original Message- > From: Eric Fetzer [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 10, 2006 5:03 PM > To: John Cole > Subject: RE: [NAnt-users] Conditional Compile based > o

[NAnt-users] Conditional Compile based on VB6 Return

2006-08-10 Thread Eric Fetzer
I'd like to do the following: Compile vb6 project if(error) { Compile vb6 project with no compatibility Compile vb6 project again with compatibility if(error) break out of task and report error } Compile next vb6 project... Does anybody know how I would do this. I know I could

[NAnt-users] Return from an call

2006-02-07 Thread Eric Fetzer
How would one go about running a program and gathering the return? I'd like to do a search in the registry and get the result into a property using regfind. Thanks, Eric __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection aro

[NAnt-users] a better way to loop through and get properties?

2006-01-31 Thread Eric Fetzer
Is there a better way to do what I'm doing? Thanks, Eric __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---

[NAnt-users] Solution task for vcproj files

2005-12-09 Thread Eric Fetzer
My setup: 2000 Server NAnt 12/2/05 nightly build I'm getting an error I absolutely don't understand: [cl] myFile.cpp [cl] d:\Build\Project\MyProject\myFile.cpp(0) : error C2059: syntax error : 'newline' [cl] d:\Build\Project\MyProject\my

RE: [NAnt-users] Solution Task with vcproj file

2005-12-07 Thread Eric Fetzer
t; does not match a project > build configuration. > > Try download a recent nightly build: > > http://nant.sourceforge.net/nightly/latest > > Gert > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > Behal

RE: [NAnt-users] Solution Task with vcproj file

2005-12-07 Thread Eric Fetzer
had Release as a configuration would get > skipped. > > I then upgraded to the nant-0.85-nightly-2005-11-13 > build and it seemed > to fix the problem. So either they broke it again > or it is a different > problem. > > Tim. > > -Original Message----- >

[NAnt-users] Solution Task with vcproj file

2005-12-06 Thread Eric Fetzer
Is there any reason why the solution task would skip a vcproj file? It doesn't tell it's even doing so unless I only have one vcproj file in the fileset. I'm using the nightly build from 12/2/05. Here's the output: compileProject: [solution] Starting solution build. [solution] Included proje

[Nant-users] string::trim

2005-10-27 Thread Eric Fetzer
I'm trying to remove spaces from a string and use it as a property. Any clue why the following won't work: My Return: D:\Test>nant -f:test.build NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) Copyright (C) 2001-2005 Gerry Shaw http:

RE: [Nant-users] Xpath guru needed...

2005-10-20 Thread Eric Fetzer
Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > Behalf Of Kedziora, > > > Rebecca > > Sent: Thursday, October 20, 2005 3:36 PM > > To: nant-users@lists.sourceforge.net > > Subject: RE: [Nant-users] Xpath guru nee

Re: [Nant-users] Xpath guru needed...

2005-10-20 Thread Eric Fetzer
/Wix/Product/[EMAIL PROTECTED]'431EB16A']/@Version --- "Kedziora, Rebecca" <[EMAIL PROTECTED]> wrote: > Anyone, > > Trying to use the xmlpeek to retrieve the value of > an attribute. > > I am trying to get the Version: > > > > xmlns="http://schemas.microsoft.com/wix/2003/01/wi";> > >

[Nant-users] vb6 task

2005-07-19 Thread Eric Fetzer
If compiling via the command line and I used: COMMAND_CONDITION=1 Would I use: Conditionals="1" In the VB6 task? Thanks, Eric __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---

[Nant-users] Insert File in Another File

2005-05-11 Thread Eric Fetzer
Is there a way with NAnt to insert the entire contents of one file into another file (non-xml)? What I'm doing now is creating a header file and trailer file, using echo to append on to the header file what I need to insert, and then put the two together with concat. Does anybody know of a more g

[Nant-users] Input from file

2005-04-19 Thread Eric Fetzer
I'm trying to do something fairly simple that I've never had need to do. I'd like to get a line from a text file. It's a one line file and I need that line (not an xml file). Is there already a task to do that, or do I use script; and if script, how do I place that info in a property... Thanks,

[Nant-users] Project References

2005-01-28 Thread Eric Fetzer
I have been having trouble trying to get Project References to work with the Solution Task. I'm running version "NAnt 0.85 (Build 0.85.1732.0; net-1.0.win32; nightly; 9/28/2004". We just changed all of our references to Project vs. DLL references. The projects build via VS.Net (with a master sol

RE: [Nant-users] VB6 build dependencies

2004-11-03 Thread Eric Fetzer
Me also Christian! I think our developers would find this quite helpful. Thanks, Eric --- Subbu Balakrishnan <[EMAIL PROTECTED]> wrote: > Hi Christian > > Your app is more than welcome to come roost in my > hard drive! We use our > product installer to create our COM+ Application for > regress

RE: [Nant-users] VB6 build dependencies

2004-10-21 Thread Eric Fetzer
ntrib to compile > fully lately :-) > > John Cole > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Eric Fetzer > Sent: Thursday, October 21, 2004 2:00 PM > To: Crowhurst,Christian; > [EMAIL PROTECTED] > Subject: Re: [N

Re: [Nant-users] VB6 build dependencies

2004-10-21 Thread Eric Fetzer
BTW, if you or anyone here is having trouble automating the compilation of *.dsr files after they've changed, we seem to have a solution. It seems that the typeinfocookie setting in the dsr file is machine dependant, and thus, when it gets modified and checked in, the typeinfocookie is changed bas

Re: [Nant-users] VB6 build dependencies

2004-10-21 Thread Eric Fetzer
Christian, Sorry it took me so long to track this down, but it's been a while. A guy who I believe was named Peter, sent me the following code. It's supposed to be like a task but for VB6. I don't have the C# skills to debug it and such. Maybe you or one of the folks talking about vb6 here do

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Eric Fetzer
l" > /> > > HTH, > Felice > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Michael > Joseph > Sent: Wednesday, September 29, 2004 10:13 AM > To: [EMAIL PROTECTED]; Eric Fetzer > Subject: RE: [Nant-users] NantContrib [lo

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Eric Fetzer
> > Are you sure you also used the 9/28 build of > NAntContrib ? > > Gert > ----- Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "Nant Users" <[EMAIL PROTECTED]> > Sent: Tuesday, September 28, 2004 8:35 PM > Sub

[Nant-users] NantContrib [loadtasks]

2004-09-28 Thread Eric Fetzer
I am getting the following error trying to use NAnt and NAnt Contrib from the 9/28 build: D:\Build>nant -f:Build.build NAnt 0.85 (Build 0.85.1732.0; net-1.0.win32; nightly; 9/28/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net [loadtasks] Failure scanning "D:\Nant\bin\NAnt.Con

[Nant-users] Filterchain and Wildcards

2004-09-22 Thread Eric Fetzer
Is it possible to use Filterchain with wildcards? For example: Thanks, Eric __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail ---

Re: [Nant-users] Task for creating a Windows share?

2004-08-19 Thread Eric Fetzer
To me this is more deploy in nature than build. At this point I use NSIS for deployment and NAnt for builds. With NSIS, I am able to do many things to the machines I am deploying to that I couldn't with NAnt (assure processes are shut down, modify permissions, create services...). I only run NAn

Re: [Nant-users] Is This Valid?

2004-07-15 Thread Eric Fetzer
Felice, Not sure if this is the best or only way, but this is how I would do it: --- Felice Vittoria <[EMAIL PROTECTED]> wrote: > Hello, > > Is something like this valid with the latest nightly > build of Nant ( 0.85-20040711 )? > > > > > > > > >

Re: [Nant-users] stcheckout task failing

2004-07-14 Thread Eric Fetzer
The interop dll is being renamed with each version of StarTeam that gets put out. I haven't been able to get it to function. I've heard the same complaints from folks using versions down to 5.1. I'm not savy enough with C# to fix it (I tried). I've resorted to using the exec command with stcmd.

Re: [Nant-users] Reading XML file and replacing text

2004-07-09 Thread Eric Fetzer
I've already written it if you want a copy. Here's the header of what it does: // // This program will open an xml master settings file that contains information to // set settings in all of the config files that are environmentally dependant. // The master file contains: // 1) Where to get

Re: [Nant-users] Solution Task and Strong Names

2004-05-28 Thread Eric Fetzer
Gert, I'm guessing that Paul is working with version 0.84 or prior. I too have this issue with 0.84 but with the nightly builds, it works for: but not: Eric --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Paul, > > This should indeed have been fixed. Can you send me > a small repro for th

RE: [Nant-users] Config Files?

2004-04-12 Thread Eric Fetzer
modify the config file as they > seem fit. Currently > I'm using XMLNotepad for that just to make it easier > to read then > opening the XML file in Notepad. > > If you'd post your code, I'll give it a look-see and > see what I can do > with it. > > Thank

Re: [Nant-users] Survey: Where Do You Place .build Files?

2004-04-09 Thread Eric Fetzer
I house mine in the parent folder of the app. In other words: D:\Program Files\MyApp All of our projects exist in a subfolder of this folder such as: D:\Program Files\MyApp\Project1 --- Brian Beaudet <[EMAIL PROTECTED]> wrote: > I'm interested in hearing where other's stick their > .build fi

Re: [Nant-users] Config Files?

2004-04-08 Thread Eric Fetzer
I deploy to several different environments with settings in my app.config as well as web.config files that vary (such as paths to a file share or database connection string). So I wrote a C# program that based on an XPath (mapping in the xml file), substitutes the appropriate value. I call this f

[Nant-users] VB6 Task

2004-04-01 Thread Eric Fetzer
Does the Solution task support VB6 projects? Thanks, Eric __ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ --- This SF.Net email is sponsored by: IBM

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

2004-03-26 Thread Eric Fetzer
code = 1 [solution] Build failed. Any help? Thanks, Eric --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > Florian, > > If I did that, it wouldn't compile for the > developers > here (who use Visual Studio), only the daily build. > The key file exists in the same p

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

2004-03-26 Thread Eric Fetzer
_ > Albat + Wirsam Software-Vertriebs AG > > > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftrag von Eric Fetzer > Gesendet: Freitag, 26. Marz 2004 00:21 > An: Nant Users > Betreff: [Nant-users] So

[Nant-users] Solution Task and Strong Names

2004-03-25 Thread Eric Fetzer
I am getting the following error trying to build a new project with the solution task: [compile] error CS1548: Cryptographic failure while signing assembly 'd:\myproject\myDll.dll' -- 'Error reading key file '..\..\myproject.myDll.snk' -- The system cannot find the file specified. ' Does solution

RE: [Nant-users] app.config --> project.exe.config

2004-01-02 Thread Eric Fetzer
but the build in project > detection code works quite well. > > Thanks, > Erick > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > Behalf Of > > Eric Fetzer > > Sent: Thursday, November 13, 2003 10:29 AM >

[Nant-users] app.config --> project.exe.config

2003-11-13 Thread Eric Fetzer
Does NAnt have a way to handle the renaming and deployment of project config files during the build process? I've been hardcoding copies in a build file I use for staging, but naturally, don't like this solution. Thanks - Eric __ Do you Yahoo!? Protect your identi

[Nant-users] Don't use DTD's in config files

2003-11-11 Thread Eric Fetzer
If anyone has been monkeying around (like I have) trying to use Entities in config files to avoid having to change system dependant info based on machine (i.e. Keep the info in a file on the system that gets imported by a DTD External Entity), I've found out why this doesn't work. Here's what the

Re: Re: [Nant-users] asminfo Task

2003-10-30 Thread Eric Fetzer
e > autogenerated assembly > attributes and one with the fixed attributes. > > Hope this helps, > > Gert > > - Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]>; "Nant > Use

Fwd: Re: [Nant-users] asminfo Task

2003-10-29 Thread Eric Fetzer
o you get any error message ? > > Can you execute NAnt using the -verbose option and > send me the output ? > > What version of NAnt are you using, btw ? > > Gert > > - Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "

Re: [Nant-users] asminfo Task

2003-10-29 Thread Eric Fetzer
t; Gert > > ----- Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "Nant Users" <[EMAIL PROTECTED]> > Sent: Wednesday, October 29, 2003 9:31 PM > Subject: [Nant-users] asminfo Task > > > > I am unable to get

[Nant-users] asminfo Task

2003-10-29 Thread Eric Fetzer
I am unable to get asminfo to update the version in my AssemblyInfo.cs file. It updates the VersionInfo.txt file but never goes into the asminfo task (put echo's in there to trace him). Here's my script. Any help? ___

[Nant-users] task

2003-10-07 Thread Eric Fetzer
Is there a way to copy files to a specific directory using fileset rather than copying relatively under that directory. In other words: If he finds C:\MyOtherApp\project\lib\bin\myDll.dll, he'll put it directly in C:\MyApp rather than in C:\MyApp\project\lib\bin\my

RE: [Nant-users] Mirror task?

2003-10-07 Thread Eric Fetzer
Wasn't someone working on a task to gather info regarding "Build Action" (i.e. Build Action = "content") from the project file and build a fileset based on that? --- Erv Walter <[EMAIL PROTECTED]> wrote: > I really like the idea of a mirror task (see > RoboCopy.exe (command line tool) for an exam

[Nant-users] Nested Build

2003-09-18 Thread Eric Fetzer
Here's what I've got:   Main build file (conceptually - it's coded, but doesn't necessarily work for failures) - Gets latest from VSS, starts a log of the build, calls two child build files, stages release on specific system being released to, closes logfile, e-mails team onfailure or myself onsucc

Fwd: [Nant-users] fileset question

2003-09-18 Thread Eric Fetzer
Here's a demo you can unzip to your C drive and run C:\MyDir\nant -f:TestFileSet.build   Note: forwarded message attached. Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software--- Begin Message --- From what I would assess, if I run the following task from C:\myDir:      

  1   2   >