Re: [NAnt-users] Exec command

2008-05-06 Thread Steve Kapinos
Scott Mitchell Sent: Tuesday, May 06, 2008 12:41 PM To: Bob Archer; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Exec command Yes sorry. Unfortunately I really don't know what the problem was. I think it was the working Directory like you pointed out. But I also changed th

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
Archer [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 10:23 AM To: Scott Mitchell Subject: RE: [NAnt-users] Exec command You're not going to tell us all what the problem was? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sc

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
Sent: Tuesday, May 06, 2008 10:23 AM To: Scott Mitchell Subject: RE: [NAnt-users] Exec command You're not going to tell us all what the problem was? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Mitchell Sent: Tuesday, May 06, 20

Re: [NAnt-users] Exec command

2008-05-06 Thread Scott Mitchell
Thanks to everyone that helped me I got it working. Here is the command now that works great. Again thanks to everyone for there help. Scott Mitchell Re: [NAnt-users] Exec command Gert Driesen Tue, 06 May 2008 00:31:25 -0700 Scott: Please run NAnt in

Re: [NAnt-users] Exec command

2008-05-06 Thread Gert Driesen
m: Bob Archer Sent: Monday, May 05, 2008 11:31 PM To: Scott Mitchell ; [EMAIL PROTECTED] Subject: Re: [NAnt-users] Exec command Ideas. 1.. Set resultpropert and set failonerror to false. This way you can see what errorcode was returned and that may give you a hint. 2.. Are there an

Re: [NAnt-users] Exec command

2008-05-05 Thread Bob Archer
Have you tried setting the working directory in addition to the basedir? BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Mitchell Sent: Monday, May 05, 2008 5:43 PM To: [EMAIL PROTECTED] Subject: Re: [NAnt-users] Exec command

Re: [NAnt-users] Exec command

2008-05-05 Thread Scott Mitchell
he command does it fail. 3)Well I was going to try this, but on the Task description page for it says that this is 'deprecated'. I did try this at first but removed it because it made no difference. Thanks for the help. Thanks, Scott Mitchell Re: [NAnt-users] Exec comman

Re: [NAnt-users] Exec command

2008-05-05 Thread Bob Archer
, 2008 5:23 PM To: [EMAIL PROTECTED] Subject: Re: [NAnt-users] Exec command Hi Bob, Yes I have verbose on, here is my exact command. Like I said it gets about half way through the installer build, before it goes belly up

Re: [NAnt-users] Exec command

2008-05-05 Thread Scott Mitchell
checked. Oh yeah, and verbose is set to true, and I can see it compressing he files until all the sudden it stops. Thanks, Scott Mitchell Re: [NAnt-users] Exec command Bob Archer Mon, 05 May 2008 13:13:36 -0700 Did you try setting verbose to true to see what was happening? Perhaps

Re: [NAnt-users] Exec command

2008-05-05 Thread Bob Archer
BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Mitchell Sent: Monday, May 05, 2008 4:08 PM To: [EMAIL PROTECTED] Subject: [NAnt-users] Exec command I am having a problem with the command. (I think it is the command at least)

[NAnt-users] Exec command

2008-05-05 Thread Scott Mitchell
I am having a problem with the command. (I think it is the command at least) I have started switching our build system to use NANT for the building of our software. It is going very good, and has replaced so much of our old Perl scripts, with relative ease. The problem I have run into is b