Re: [Nant-users] Starting process on remote machine

2004-11-02 Thread Rajbeer Dhatt
Try psexec, part of the PsTools suite from SysInternals. http://www.sysinternals.com/ntw2k/freeware/pstools.shtml On Tue, 2 Nov 2004, John Dhom wrote: Date: Tue, 2 Nov 2004 15:37:26 -0600 From: John Dhom <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Nant-users] Starting process on remote mach

RE: [Nant-users] and COM references

2004-11-02 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Castro, Edwin Gabriel (Firing Systems Engr.) > Sent: dinsdag 2 november 2004 23:22 > To: Gert Driesen; [EMAIL PROTECTED] > Subject: RE: [Nant-users] and COM references > > Hi Gert, > > I'll see

RE: [Nant-users] timeout Attribute?

2004-11-02 Thread Gert Driesen
Merril, IF the process did not start or did not finish in time, the value of the property set in the "resultproperty" attribute will be set the the string value "-1000". I'll made sure this is documented later. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECT

[Nant-users] timeout Attribute?

2004-11-02 Thread Merrill Cornish
As part of our NAnt script to run tests, we have an task that power cycles the hardware under test so we always start from a pristine state. We originally assumed that the would always succeed, but we now know it can hang indefinitely. The task's timeout attribute looks like exactly what we

RE: [NAntC-Dev] RE: [Nant-users] VB6 build dependencies

2004-11-02 Thread John Cole
Subbu, I'd be happy to get any improvments! Like most people, this evolved to a point where it works :-) It does rebuild our entire project tree each night and emails with success/failure, so we have been very happy with it. It's not what I would call 'pretty' code, but it works for us. Cou

RE: [Nant-users] and COM references

2004-11-02 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hi Gert, I'll see what I can do. I can't send our COM library, but perhaps I can create a simple one that exhibits the same behavior! This might take me a few days but I will respond with my progress! Thanks! --Edwin > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > S

RE: [Nant-users] and COM references

2004-11-02 Thread Gert Driesen
Hi Edmin, Can you provide small repro's for both issues ? Thanks ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Castro, Edwin Gabriel (Firing Systems Engr.) > Sent: dinsdag 2 november 2004 22:03 > To: Castro, Edwin Gabriel (Firing Sys

[Nant-users] MSI Task - Modify,Mode,Record

2004-11-02 Thread Roman Semenov
Hello, I'm using NAnt and NAntContrib version 0.85 built on 11/01/2004. I can build a MSI file using the script in attachment and default template that comes together with NAntContrib. No problems at all. But I would like to have a template similar to installer produced by VS.NET 2003: the same dia

[Nant-users] Starting process on remote machine

2004-11-02 Thread John Dhom
Greetings all, New to NAnt... After my build completes (fxcop, nunit, etc.) I'm building a vs.net deployment project. Next I want to install the application on a VPC (virtual pc). Is there anything in NAnt/contrib that addresses starting a process on a remote machine? Suggestions/links? Best, /j

RE: [Nant-users] and COM references

2004-11-02 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I just realized something that might be a bug. The errors I'm receiving after the TlbImp error are related to arrays in the COM interfaces not being imported as System.Array. They are imported as the particular type they're supposed to be. Unfortunately, Visual Studio imports them as System.Array a

[Nant-users] InstallUtil?

2004-11-02 Thread Byrd, Payton
Title: InstallUtil? Is there a task in either NAnt or NAntContrib for InstallUtil??  I cannot find one in the documentation. Payton Byrd Trane eBusiness QED Team Phone: 931-905-5386  Fax: 931-648-5901

[Nant-users] and COM references

2004-11-02 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I'm trying to build a solution with two C# projects. One is dependent on the other. Both projects reference a COM library. The COM library is the same in both cases. When I build the solution using the first project appears to build correctly (no errors and the output appears in the outputdir as e

[Nant-users] deploying webprojects

2004-11-02 Thread McCullough, Gary
I have a solution with 20 projects. One of the projects is a webservice project. I can successfully build the entire solution, including the webservice project, using the task with a webmaps element. However, though the webservice project builds, it isn’t deployed to the virtual directory

RE: [Nant-users] Searching list archives: Can't view the found me ssages.

2004-11-02 Thread Butler, Mark A Mr IPI Gramm Tech
Same thing happens.   I put in my search word at the top of the page and click the Search button.  On the results page I click one of the links and I get a “The page cannot be found” error.   MArk B.   -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Mon

RE: [Nant-users] Integrating NAnt with Visual Studio .NET

2004-11-02 Thread Curtis Zarger
Visual Studio/NantRunner (ref: Donal McCarthy posting of 6/24/04) Open a VS solution and include a .build file in it. This is the file that will ultimately be read by the NAntRunner installation that follows. -- NAnt tasks may be run from within Visual Studio (VS), via a VS AddIn

RE: [Nant-users] Invalid element:

2004-11-02 Thread Gert Driesen
Frank, Are you sure you've extracted the zip file correctly ? Can you verify that the NAnt.NUnit2Tasks.dll assembly is in the same directory as NAnt.exe ? Can you send me a debug log of that build (NAnt.exe -debug -logfile:debug.log -f:) ? Gert > -Original Message- > From: Bielsik, Fra

RE: [Nant-users] Solution Task fails because of License

2004-11-02 Thread Gert Driesen
Hi, I can't explain why it does work in VS.NET, but the version of the Janus.Windows.GridEX assembly in the licenses.licx file does not match the actual version of that assembly (1.0.2570.0 verus 1.0.2605.0). Apparently VS.NET ignores version differences (which is definitely not correct). When I

RE: [Nant-users] Integrating NAnt with Visual Studio .NET

2004-11-02 Thread Shari Fletcher
Title: Integrating NAnt with Visual Studio .NET I create a Build project for a class library and run the nant command as a post build event.  I also attach an nant schema so I can get intellisense with my build files as described here:    http://www.hanselman.com/blog/PermaLink.aspx?guid=10a

Re: [Nant-users] Integrating NAnt with Visual Studio .NET

2004-11-02 Thread James Geurts
There is a solution (a vs.net addin) that we use at work, right now. I have the approval to donate it to NAntContrib, if there is a desire. It would be unsupported, but the code is easy to modify. Anyway, this is sort of an overview of what it does. Our build file (located at the solution level

RE: [Nant-users] Invalid element:

2004-11-02 Thread Gert Driesen
Frank, I cannot reproduce this issue. Can you please post your build file to the list (if its not too large) ? Thanks, Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bielsik, Frank > Sent: dinsdag 2 november 2004 18:00 > To: Gert Driese

RE: [Nant-users] The encoding of vs.net project files

2004-11-02 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of red forks > Sent: dinsdag 2 november 2004 16:50 > To: [EMAIL PROTECTED] > Subject: [Nant-users] The encoding of vs.net project files > > The encoding of vs.net project files is ansi, not the xml def

RE: [Nant-users] Invalid element:

2004-11-02 Thread Bielsik, Frank
Gert, I tried NAnt 0.85 (Build 0.85.1766.0; nightly; 11/1/2004) and received the same error (Invalid element . Unknown task or datatype.) Is there anything else I could try? Thanks, Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent

[Nant-users] Integrating NAnt with Visual Studio .NET

2004-11-02 Thread Nau, Michael
Title: Integrating NAnt with Visual Studio .NET What are the various strategies for integrating nant with Visual Studio .NET? I'd like to be able to launch nant within visual studio with the build output redirected to the visual studio output pane. I've seen NAntRunner, but can’t find any do

[Nant-users] The encoding of vs.net project files

2004-11-02 Thread red forks
The encoding of vs.net project files is ansi, not the xml default encoding 'utf-8'. When vs.net project file contains native chars, the "Solution" task will fail: BUILD FAILED Error checking whether 'C:\work\PinYinConverter\PinYinConv erter.csproj' is an enterprise template project. There is an

RE: [Nant-users] VB6 build dependencies

2004-11-02 Thread John Cole
To solve my dependency order problem, I set my build file to follow a text file with the vbp paths and names (in build order). I've included a script snippet that works with the vbp.build.include file I posted earlier. Here is a quick explanation... To make everythign, the make task is called (th

Re: [Nant-users] Build problem in 0.85

2004-11-02 Thread Kevin Williams
It is not necessary to "build" NAnt before using. The instructions must either be wrong or misleading. Think about it - if NAnt can "build" itself, doesn't that mean it is already built? -- Get Firefox! http://www.spreadfirefox.com/?q=affiliates&id=26755&t=1 Kirti Krishnaswamy wrote: Hi, I a

[Nant-users] Build problem in 0.85

2004-11-02 Thread Kirti Krishnaswamy
  Hi, I am brand new to NAnt, hence pls bear with me. I downloaded the src and the bin compressed folders. I tried to build it as per instructions, but ran into a build problem. It generates a build log, but I am unable to locate it. I have cut and pasted the output below. Can anybody please h

RE: [Nant-users] Build Fails (.85)

2004-11-02 Thread Jaimie
Kevin, Thanks for the help. I will give this a shot. -Jaimie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Williams Sent: Monday, November 01, 2004 19:49 Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Build Fails (.85) Jaimie, The "Getting St

RE: [Nant-users] VB6 build dependencies

2004-11-02 Thread Crowhurst,Christian
Hi Subbu, Yeah I agree it was generous of these guys to supply the code. As to my progress on getting the build to work. My time is torn between trying to include SQL Server databases in the automated build, test and deploy cycle and getting the vb6 build to work without having to hard wire a d