Re: [NAnt-users] task with security certificates

2012-02-02 Thread Dominik Guder
Hi, since certificates is a fileset, I think it should be something like: http://password.protected.site/index.html"; dest="secure/index.html"> hth Dominik -- The answer to the great question of life, the universe and everything is 42 (Dougl

Re: [NAnt-users] Task executing bath file not ending

2012-01-26 Thread Dominik Guder
Am 26.01.2012 20:30, schrieb Quince, Devin: > > > > > > And the batch file that is being called by chaininstalls.bat file is this > > cd c:\DLS > > java -Dfelix.config.properties=file:conf/config.properties > -Dtroppus.http.jetty.resource.base="c:/DLS" > -Dlogback.configurationFile="c:/DLS/con

Re: [NAnt-users] task with parameters ...

2009-05-15 Thread Richard Brown (GMail)
; Bob Archer ; Gert Driesen ; Parrish, Ken ; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] task with parameters ... Hi all, I think this would be a great addition to the core functionality of NAnt. I had previously done something similar, but it was a bit hacky:

Re: [NAnt-users] task with parameters ...

2009-05-14 Thread Duncan Godwin
users@lists.sourceforge.net Sent: Wednesday, May 13, 2009 7:00 PM Subject: Re: [NAnt-users] task with parameters ... I have wondered the same thing. If this were added, I would suggest an approach similar to XSLT. An XSLT like approach would look something

Re: [NAnt-users] task with parameters ...

2009-05-13 Thread Bjerstedt, Tony [Audatex - Americas]
Wednesday, May 13, 2009 2:36 PM To: Gert Driesen; Bjerstedt, Tony [Audatex - Americas]; 'Parrish, Ken'; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] task with parameters ... Would it be better to create a function or a task that you can pass stuff to, rather than havin

Re: [NAnt-users] task with parameters ...

2009-05-13 Thread Bob Archer
datex - Americas]'; 'Parrish, Ken'; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] task with parameters ... Hi Ken, Tony, This is definitely something that I've considered as well. Can one of you work out a proposal that can be discussed on the list? Gert From:

Re: [NAnt-users] task with parameters ...

2009-05-13 Thread Gert Driesen
nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] task with parameters ... I have wondered the same thing. If this were added, I would suggest an approach similar to XSLT. An XSLT like approach would look something

Re: [NAnt-users] task with parameters ...

2009-05-13 Thread Bjerstedt, Tony [Audatex - Americas]
I have wondered the same thing. If this were added, I would suggest an approach similar to XSLT. An XSLT like approach would look something like: ... and

Re: [NAnt-users] task/function to rename files with a prefix?

2008-08-26 Thread William_Martin
Steve Kapinos Sent: 26 August 2008 16:20 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] task/function to rename files with a prefix? I got there via this m

Re: [NAnt-users] task/function to rename files with a prefix?

2008-08-26 Thread Steve Kapinos
I got there via this method What was confusing me a bit was, the example below worked with the prop

Re: [NAnt-users] task

2008-03-19 Thread Bob Archer
From: Vinod Nair [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 2:10 AM To: Bob Archer Cc: nant-users@lists.sourceforge.net Subject: Re: RE: [NAnt-users] task Hi Bob, Can you please help me with the sample of tag that performs this task of listing locked files? Thanks, Vinod. O

Re: [NAnt-users] task

2008-03-18 Thread Vinod Nair
Hi Bob, Can you please help me with the sample of tag that performs this task of listing locked files? Thanks, Vinod. On Tue, 18 Mar 2008 Bob Archer wrote : >Your probably going to need to use the exec tag to run VSS. I assume there is >a command that will list locked files. If there is a lo

Re: [NAnt-users] task

2008-03-18 Thread Phil Sayers
ld, and break anyone else who performs a checkout on that "forced checkin" -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bob Archer Sent: Tuesday, March 18, 2008 10:29 AM To: Vinod Nair; nant-users@lists.sourceforge.net Subject: Re: [

Re: [NAnt-users] task

2008-03-18 Thread Bob Archer
Your probably going to need to use the exec tag to run VSS. I assume there is a command that will list locked files. If there is a locked file you can fail the build. However, why would you do this? Usually you just build with the most recently commited files? BOb

Re: [NAnt-users] task and references

2007-01-05 Thread Gert Driesen
Gert, Can you also send me a repro ? I'll look at your patch (and possible breakages) asap. Gert (Gert overflow) > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Gert Kello > Sent: vrijdag 5 januari 2007 19:55 > To: Nant Users > Subject:

Re: [NAnt-users] task support for Visual Studio 2005

2007-01-01 Thread Mike Roberts
Excellent news! Any idea when you'll have a new 'non nightly' release that this will be included in? Mike On 28/12/06, Gert Driesen <[EMAIL PROTECTED]> wrote: > Hi, > > Today marks the availability of long-awaited support for Visual Studio 2005 > solutions and projects in the task. > > Those ea

Re: [NAnt-users] task not passing properties.

2006-10-26 Thread Steve Valaitis
Thanks guys, your suggestions did the trick. >-Original Message- >From: Guy Metz [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 25, 2006 8:20 AM >To: Steve Valaitis; nant-users@lists.sourceforge.net >Subject: RE: [NAnt-users] task not passing properties. > >Ar

Re: [NAnt-users] task not passing properties.

2006-10-25 Thread Guy Metz
Are the properties that you are trying to reset defined in your common include file? If they are then the value would by default be reset to the value in the include. We have a similar situation where we want the properties to have one value by default in all of the component builds but be able to

Re: [NAnt-users] task not passing properties.

2006-10-24 Thread Arnette, Bill
Title: RE: [NAnt-users] task not passing properties. I don't know if your common include is the problem or not, but you could condition the setting of the properties in the common include file using the @unless attribute with the property::exists functionto only define them in the

Re: [NAnt-users] task: no recompile if .vcproj changes

2006-09-27 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Arnette, Bill > Sent: woensdag 27 september 2006 18:36 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] task: no recompile if .vcproj changes > > I am building a C++ solutio

Re: [NAnt-users] task: Resource-only DLL project fails to build if intermediate directory does not exist.

2006-08-17 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Arnette, Bill > Sent: donderdag 17 augustus 2006 16:32 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] task: Resource-only DLL project fails > to build if intermediate direc

Re: [NAnt-users] task does not redirect URL's

2006-07-26 Thread Gary Feldman
Ramya Niranjan wrote: > I am trying to use the mail task to send a particular network share > link into a RTF file so that users could click on this link to > naviagte to the correct location. But the out always goes as a normal > text file. This is what I am trying: > > > > > /> >

Re: [NAnt-users] task - specifying a path to fxcopcmd.exe

2006-06-02 Thread Grant.Drake
Thanks very much Jonathon, this did the job for me... Regards, Grant. -Original Message- From: Evans, Jonathan (2) [mailto:[EMAIL PROTECTED] Sent: 02 June 2006 12:01 To: Drake, Grant: IT (LDN); nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] task

Re: [NAnt-users] task on GNU/Debian Linux Mono platform

2006-05-17 Thread marc
Gary Feldman wrote: marc wrote: 3) Does there exist an XML Schema or RelaxNG schema I can use to verify that my XML syntax in the nant build file is OK ?? I can answer this off the top of my head. In your NAnt installation tree, there's a schema subdirectory that contains the NAnt .xsd

Re: [NAnt-users] task on GNU/Debian Linux Mono platform

2006-05-17 Thread Gary Feldman
marc wrote: 3) Does there exist an XML Schema or RelaxNG schema I can use to verify that my XML syntax in the nant build file is OK ?? I can answer this off the top of my head. In your NAnt installation tree, there's a schema subdirectory that contains the NAnt .xsd for that version. Al

RE: [NAnt-users] task - Fails on VC++ project (vcproj)

2006-05-16 Thread Dipak, Ajit
: [NAnt-users] task - Fails on VC++ project (vcproj)   >Is there some setting or property I need to set in order for the cl.exe to pick up the predefined headers?   No, not a property, an environment variable. You need to set INCLUDE. I find vcvars32.bat to be useful for gett

RE: [NAnt-users] task - Fails on VC++ project (vcproj)

2006-05-15 Thread Melissa Kacher
  >Is there some setting or property I need to set in order for the cl.exe to pick up the predefined headers?   No, not a property, an environment variable. You need to set INCLUDE. I find vcvars32.bat to be useful for getting INLUDE, LIB, and PATH out of the way in one call with little ef

Re: [NAnt-users] task causes fatal error C1083: Cannot open include file

2006-05-14 Thread Gert Driesen
Rami,   Can you send me a (small) repro for this issue ?   Thanks!   Gert - Original Message - From: Rami Abughazaleh To: nant-users@lists.sourceforge.net Sent: Tuesday, May 02, 2006 1:47 AM Subject: [NAnt-users] task causes fatal error C1083: Cannot open incl

Re: [NAnt-users] task - Fails on VC++ project (vcproj)

2006-05-09 Thread Gary Feldman
Dipak, Ajit wrote: I'm attempting to use the task with a solution that has 6 C# projects (*.csproj) and 1 Managed C++ project (*.vcproj). Note that the solution file compiles without issue in the VS.NET 2003 IDE. The NAnt build however, produces [cl] c:\mybuilds\src\MyProjects\MyClass.cpp(

RE: [NAnt-users] task: How to remove an existing installation before installing a new version?

2006-05-04 Thread Martin Thornalley
Title: task: How to remove an existing installation before installing a new version? I’m not exactly sure how to do this with the MSI task but in the past when I’ve created installers using Wise for Windows Installer I had to make a call to the RemoveExistingProducts Action.  I presume thi

RE: [NAnt-users] task issue

2006-05-04 Thread Burgess, Michael
/2006 11:26 To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] task issue My nant (.85rc3) complains about the deployment projects too, but it doesn't actually stop compiling or anything like that. It's a warning, and it just skips them. Reminding you that one day, it m

RE: [NAnt-users] task issue

2006-05-04 Thread Karl Palsson
anks, Mike. From: [EMAIL PROTECTED] on behalf of Burgess, Michael Sent: Tue 18/04/2006 21:19 To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] task issue Hi - thanks for the reply. I've just tried the latest nightly build of NAnt and it&#

RE: [NAnt-users] task issue

2006-05-04 Thread Burgess, Michael
. From: [EMAIL PROTECTED] on behalf of Burgess, Michael Sent: Tue 18/04/2006 21:19 To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] task issue Hi - thanks for the reply. I've just tried the latest nightly build of NAnt and it's still the same unfortunat

Re: [NAnt-users] task: How to remove an existing installation before installing a new version?

2006-05-04 Thread William_Martin
Thomas, I'm not sure if there is an easier way, but as you (presumably) know the GUID of your application, you could try the following.  I haven't tried it myself, but I think it should work: Add a search to your script to check the registry for HKLM\Software\Microsoft\Windows\CurrentVersion\Uni

RE: [NAnt-users] task issue

2006-04-18 Thread Burgess, Michael
or for DevEnv. Cheers, Mike. From: [EMAIL PROTECTED] on behalf of Gary Feldman Sent: Tue 18/04/2006 19:04 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] task issue Burgess, Michael wrote: > Hi there. I'm putting together my first attempt at

Re: [NAnt-users] task issue

2006-04-18 Thread Gary Feldman
Burgess, Michael wrote: Hi there. I’m putting together my first attempt at a CI system and NAnt build script to replace the VBscript at present. I’ve got one question regarding compilation. Our mail solution is compiled at present using the ‘devenv’ exec at the command line. If I try t

RE: [NAnt-users] task & special characters

2006-03-17 Thread Gert Driesen
if they work for you. Gert > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: woensdag 15 maart 2006 7:02 > To: 'Nau, Michael'; 'nant-users@lists.sourceforge.net' > Subject: RE: [NAnt-users] task & special characters >

RE: [NAnt-users] task & special characters

2006-03-14 Thread Gert Driesen
Michael, I'm looking into this and it's working almost completely, but I might have stumbled onto an issue in #ziplib: http://community.sharpdevelop.net/forums/thread/6008.aspx Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Nau, Michael

Re: [Nant-users] task test condition failure

2005-08-18 Thread Troy Laurin
On 8/19/05, Sandeep <[EMAIL PROTECTED]> wrote: > I would like to ignore the error in task (generated by test condition) > if the file is locked. I tried adding failonerror="false" but it still > breaks the build. > > Can you please tell me how to make build successful even if some files being >

Re: [Nant-users] task question

2005-08-10 Thread Jim Geurts
I think you'll have to manually create the RadioButton table.On 8/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I know this is a NAnt contrib task, but there doesn't appear to be a contrib users group so I'll try here. Is there any way in the task of directly creating radio buttons for a d

RE: [Nant-users] task cannot add files to SourceSafe

2005-05-11 Thread Selke, Anthony
From: Shelly Midha [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 7:37 AM To: Selke, Anthony; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] task cannot add files to SourceSafe Importance: Low Thanks for your response Tony, After searching on Google, I found that it'

RE: [Nant-users] task cannot add files to SourceSafe

2005-05-11 Thread Shelly Midha
- From: Selke, Anthony [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 5:02 PM To: Shelly Midha; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] task cannot add files to SourceSafe I'm going to go out on a limb here and suggest that the problem lies somewhere near line 1

RE: [Nant-users] task cannot add files to SourceSafe

2005-05-11 Thread Selke, Anthony
I'm going to go out on a limb here and suggest that the problem lies somewhere near line 142, column 6 of your "buildcenter.build" Nant file. :-) Can you share that piece of your build file (along with a reasonable number of lines/blocks before and after? Tony ___

Re: [Nant-users] task hangs

2005-03-15 Thread Gary Feldman
>From: <[EMAIL PROTECTED]> >Sent: Monday, March 14, 2005 10:08 AM >The problem I have, is that if my main build script fails, it seems to hang >the task. Is there a known problem with shelling to batch files >which fire off NAnt? If not I'll try to create a repro for it to submit, >but I thoug

Re: [Nant-users] task?

2005-03-10 Thread Chris Taylor
There is an FTP task available. I don't know how stable it is, but its available by googling for nant ftp task. I know I read on the roadmap that FTP capability is going to be built into the core in the future. but don't have a timeline. I look forward to it. =) On Thu, 10 Mar 2005 10:27:56

RE: [Nant-users] task - filesets - refid

2005-02-26 Thread Gert Driesen
Hi Tom,   This is now fixed in cvs.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whitner, TomSent: donderdag 24 februari 2005 17:56To: nant-users@lists.sourceforge.netSubject: [Nant-users] task - filesets - refid I have just discovered that the

RE: [Nant-users] task and resource files

2005-02-01 Thread Gert Driesen
Tom,   This issue is now fixed in CVS. I'll upload a new nightly build soon.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whitner, TomSent: dinsdag 1 februari 2005 20:05To: nant-users@lists.sourceforge.netSubject: [Nant-users] task and resource fil

RE: [Nant-users] task question...How to add a comment?

2004-12-16 Thread Morris, Jason
tool for version control. [cvs] For CVS updates and additional information, see [cvs] the CVSNT home page at http://www.cvsnt.org/ BUILD FAILED - 0 non-fatal error(s), 14 warning(s) >-Original Message- >From: Troy Laurin [mailto:[EMAIL PROTECTED] >Sent: Su

Re: [Nant-users] task fails (resgen.exe) in called buildfile (targeting framework 1.0)

2004-12-16 Thread Gert Driesen
Evan, You probably have a resx file that has been created/updated by VS.NET 2003. On your system, NAnt is probably running on .NET 1.1 and if you don't explicitly set the target framework to .NET 1.0, NAnt will use the .NET 1.1 resgen tool to compile your resx files. You can run NAnt in verbose m

RE: [Nant-users] task question...How to add a comment?

2004-12-15 Thread Clayton Harbour
tem (CVS) is a tool > for version control. > [cvs] For CVS updates and additional information, see > [cvs] the CVSNT home page at http://www.cvsnt.org/ > > BUILD FAILED - 0 non-fatal error(s), 14 warning(s) > > >-Original Message- > >From:

RE: [Nant-users] task question...How to add a comment?

2004-12-14 Thread Clayton Harbour
> -Original Message- > From: Morris, Jason [mailto:[EMAIL PROTECTED] > Sent: December 14, 2004 12:26 PM > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] task question...How to add a comment? > > > Thanks...I will try that. > > Is there a particular rea

RE: [Nant-users] task question...How to add a comment?

2004-12-14 Thread Morris, Jason
That worked...thanks! >-Original Message- >From: Clayton Harbour [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 14, 2004 8:47 AM >To: Morris, Jason; [EMAIL PROTECTED] >Subject: RE: [Nant-users] task question...How to add a comment? > >Hi Jason, > &g

RE: [Nant-users] task question...How to add a comment?

2004-12-14 Thread Morris, Jason
Thanks...I will try that. Is there a particular reason why there isn't a specific task? >-Original Message- >From: Clayton Harbour [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 14, 2004 8:47 AM >To: Morris, Jason; [EMAIL PROTECTED] >Subject: RE: [Nant-users]

RE: [Nant-users] task

2004-11-30 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Giuseppe Greco > Sent: woensdag 1 december 2004 8:09 > To: Gert Driesen > Cc: [EMAIL PROTECTED] > Subject: [Nant-users] task > > Hi Gert, > > I've looked at this deeply and stated the problem w

Re: [Nant-users] task & nunit categories

2004-11-30 Thread Gert Driesen
Hi Michael, This is not yet possible, but its definitely something that we should add ... Unless you have time to work on this ;-) Gert - Original Message - From: "Nau, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 30, 2004 4:43 PM Subject: [Nant-users] t

RE: [Nant-users] task: setting the called project's basedir

2004-11-23 Thread Evan Levy
Turns out if I explicitly prepend project::get-base-directory() to all of the paths in the project file called with the task, it executes correctly.  Without this, it tries to use the calling script's basedir as it's own.   e From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Nant-users] task: setting the called project's basedir

2004-11-23 Thread Shawn Haigh
Try using configurations…  Giuseppe Greco has a great write-up here:   http://developer.agamura.com/technotes/building-projects-with-nant/index.html   Shawn Haigh   From: Evan Levy [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 1:39 PM To: [EMAIL PROTECTED] Subje

RE: [Nant-users] task & post build events

2004-11-22 Thread Melissa Kacher (Temporary)
You should reference the $(ProjectDir) macro (for your source location) and the $(OutDir) macro (for your destination location), in all VS projects. This will work in any project no matter what the current working directory is, or what the output directory is. -Original Message- From: [E

RE: [Nant-users] task & post build events

2004-11-22 Thread Gert Driesen
Hi Michael, Can you submit a bug report for this and attach a small repro to it ? Thanks ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Nau, Michael > Sent: maandag 22 november 2004 21:45 > To: [EMAIL PROTECTED] > Subject: [Nant-users

Re: [Nant-users] task requires mergemod.dll

2004-11-19 Thread Roman Semenov
either. Roman - Original Message - From: <[EMAIL PROTECTED]> To: "John Cole" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, November 19, 2004 2:35 PM Subject: RE: [Nant-users] task requires mergemod.dll Roman, Rather than including the Mergemod.dll w/

RE: [Nant-users] task requires mergemod.dll

2004-11-19 Thread jim
Roman, Rather than including the Mergemod.dll w/ NantContrib, or registering the file. I think the correct way is to just update the docs to say that the platform sdk is required for the msi/msm tasks. Jim > Mergemod.dll is also included in the Platform SDK for WindowsXP SP2 > (version > 2x of

RE: [Nant-users] task requires mergemod.dll

2004-11-19 Thread John Cole
Mergemod.dll is also included in the Platform SDK for WindowsXP SP2 (version 2x of the dll), and with Orca in the PSDK (version 3x of the dll). John Cole -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roman Semenov Sent: Friday, November 19, 2004 8:31 AM

RE: [Nant-users] task ignores 1 project out of 20

2004-09-29 Thread Brandon Lonac
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 9:39 AM To: Brandon Lonac; [EMAIL PROTECTED] Subject: Re: [Nant-users] task ignores 1 project out of 20 Brandon, I don't know if it applies in your case, but the the "Build" check box checked for that project i

Re: [Nant-users] task ignores 1 project out of 20

2004-09-29 Thread Merrill Cornish
Brandon, I don't know if it applies in your case, but the the "Build" check box checked for that project in your solution configuration? Merrill --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in y

Re: [Nant-users] task ignores 1 project out of 20

2004-09-29 Thread Thibaut Barrère
Hi Brandon, please give more details : - are you using the latest nightly build ? - what kind of project (c++, c#, web, other ?) make the build fail ? - does it build properly under vs.net ? regards, Thibaut - Original Message - From: Brandon Lonac <[EMAIL PROTECTED]> Date: Wed, 29 Sep 2

RE: [Nant-users] task ignores 1 project out of 20

2004-09-29 Thread Brandon Lonac
2004 8:16 AM To: Brandon Lonac; [EMAIL PROTECTED] Subject: RE: [Nant-users] task ignores 1 project out of 20 Hi Brandon, A couple of routine questions: - What version of NAnt are you running? Have you tried a nightly build? - Can we see some output from your build, or a snippet from your Nant build

RE: [Nant-users] task ignores 1 project out of 20

2004-09-29 Thread Michael Joseph
Hi Brandon, A couple of routine questions: - What version of NAnt are you running? Have you tried a nightly build? - Can we see some output from your build, or a snippet from your Nant build file? - Do you get any more information if you turn on verbosity (ie. nant -v) ? Thanks michael _

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
D] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Gomes Sent: Tuesday, September 21, 2004 1:16 PM To: Dennison, Oran; [EMAIL PROTECTED] Subject: RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't Oran, It isn't necessarily an issue with the license files. Even

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Dennison, Oran
You can verify the correct reference name is being used with Reflector too. Oran -Original Message- From: Robert Gomes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 12:16 PM To: Dennison, Oran; [EMAIL PROTECTED] Subject: RE: [Nant-users] task produces assemblies that cra

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Robert Gomes
n, Oran [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:57 PM To: Robert Gomes; [EMAIL PROTECTED] Subject: RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't Robert, I ran into an issue with license files too a couple weeks ago and solved it by installing th

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Dennison, Oran
sourceforge.net/mailarchive/forum.php?thread_id=5550904&forum_id= 9544 Hope this helps, Oran -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Gomes Sent: Tuesday, September 21, 2004 11:03 AM To: Gert Driesen; [EMAIL PROTECTED] Subject: RE:

Re: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Gert Driesen
AIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 9:03 PM Subject: RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't Gert, Ran against the nightly for NAnt/NAntcontrib 0.85. It appeared to bomb out attempting to compile the final assembly (the

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Robert Gomes
er P: 508-748-2121 F: 508-748-2707 E: [EMAIL PROTECTED] -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 2:12 PM To: Robert Gomes; [EMAIL PROTECTED] Subject: Re: [Nant-users] task produces assemblies that crash -- vs.net doesn't Robert,

RE: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Felice Vittoria
Robert, Have you tried the latest build of nant (0.85) ? Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Gomes Sent: Tuesday, September 21, 2004 12:58 PM To: [EMAIL PROTECTED] Subject: [Nant-users] task produces assemblies that crash -- vs.ne

Re: [Nant-users] task produces assemblies that crash -- vs.net doesn't

2004-09-21 Thread Gert Driesen
Robert, Would it be an option for you to upgrade to a recent nightly build (http://nant.sourceforge.net/nightly/builds) as a first step ? If you can still reproduce the issue using the nightly builds, then I suggest creating a bug report and attaching a small repro to it. Gert - Original Me

Re: [Nant-users] task.

2004-09-17 Thread Madhan Retnaswamy
Thanks James, I will look into those links and see if i can generate a msi file for my solution. I am kind of interested with converting the .vdproj to xml build scripts for generating the msi. is there any sample for this that you can throw? that would be helpful. Thanks, Madhan. On Fri, 17 Se

Re: [Nant-users] task.

2004-09-17 Thread James Geurts
Hey Madhan, Sample build files are located here: http://nant.sourceforge.net/wiki/index.php/samples%20for%20install%20tasks There is a FAQ located here: http://nant.sourceforge.net/wiki/index.php/MSITask Task documentation is located here: http://nantcontrib.sourceforge.net/nightly/help/tasks/msi

Re: [Nant-users] Task fail property

2004-09-14 Thread Gert Driesen
- Original Message - From: "James Geurts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 5:10 PM Subject: [Nant-users] Task fail property > Hey all, > > Is there a property that gets set when a task fails? I see the > nant.onfailure property, but I am cur

Re: [Nant-users] task does not release component

2004-08-26 Thread Ian MacLean
Edwin, Are you running a recent nightly build ? A bug with component locking was fixed recently. Ian Castro, Edwin Gabriel (Firing Systems Engr.) wrote: Please let me know if this is not the correct place to post this. I'm using to unregister a number of components. I noticed that when you try to

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

2004-08-19 Thread Curtis Zarger
et share. Curt Zarger -Original Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:20 AM To: Gert Driesen; Johnson, Russell D.; [EMAIL PROTECTED] Subject: Re: [Nant-users] Task for creating a Windows share? To me this is more deploy in nature than

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] Task for creating a Windows share?

2004-08-15 Thread Martin Gainty
Title: Task for creating a Windows share? exec cmd.exe with argumentsNET SHARE sharename  sharename=drive:path [/USERS:number | /UNLIMITED]   [/REMARK:"text"]   [/CACHE:Manual | Automatic | No ]  sharename [/USERS:num

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

2004-08-14 Thread Gert Driesen
Hi Russell, This is not something that's available right now, but feel free to propose an implementation for it. Gert - Original Message - From: "Johnson, Russell D." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 12, 2004 8:17 PM Subject: [Nant-users] Task for creati

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

2004-08-14 Thread Troy Laurin
Johnson, Russell D. wrote: Does nant contain any functionality for creating a share and assigning permissions on it? I've looked through the nant and nantcontrib tasks, but don't see a (for example) task. Thanks in advance. One way to do this would be to use the task and execute 'net use' Eg:

RE: [Nant-users] task and conditional compilation

2004-08-03 Thread Gifford, Noel
Steve, Are you sure that both the Release and Debug versions are being built from scratch? I created a solution similar to yours, built it with "Debug", and discovered that when I built it with "Release" it didn't actually build. The "Release" version says that the project is up-to-date. I disco

RE: [Nant-users] task using

2004-07-26 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Thank you! That did it. -- Edwin G. Castro Firing Systems Engineer [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Troy Laurin > Sent: Monday, July 26, 2004 5:42 PM > To: Nant-Users > Subject: RE: [Na

RE: [Nant-users] task using

2004-07-26 Thread Troy Laurin
> > - Original Message - > > From: "Castro, Edwin Gabriel (Firing Systems Engr.)" > <[EMAIL PROTECTED]> > > To: "Nant-Users" <[EMAIL PROTECTED]> > > Sent: Saturday, July 24, 2004 1:50 AM > > Subject: [Nant-users] task using > > > > > > I'm trying to do the following: > > > > > > >

RE: [Nant-users] task using

2004-07-26 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
newest nightly still doesn't work for me. -- Edwin G. Castro Firing Systems Engineer [EMAIL PROTECTED] > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 9:29 PM > To: Castro, Edwin Gabriel (Firing Systems Engr.); Nant-

Re: [Nant-users] task using

2004-07-23 Thread Gert Driesen
Edwin, What version of NAnt are you using ? The was only aded recently, before a few weeks the elements was named . Gert - Original Message - From: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> To: "Nant-Users" <[EMAIL PROTECTED]> Sent: Saturday, July 24, 2004 1:50

Re: [Nant-users] Task Oddness

2004-07-11 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Malcolm MacLucas" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, July 11, 2004 12:36 PM Subject: Re

Re: [Nant-users] Task Oddness

2004-07-11 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Malcolm MacLucas" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, July 11, 2004 12:36 PM Subject: Re: [Nant-users]

Re: [Nant-users] Task Oddness

2004-07-11 Thread Ian MacLean
Malcolm MacLucas wrote: --- Gert Driesen <[EMAIL PROTECTED]> wrote: - Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 10:20 PM Subject: Re: [Nant-users] Task Oddness Can you provide mo

Re: [Nant-users] Task Oddness

2004-07-10 Thread Malcolm MacLucas
--- Gert Driesen <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Malcolm MacLucas" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 09, 2004 10:20 PM > Subject: Re: [Nant-users] Task Oddness > > > &

Re: [Nant-users] Task Oddness

2004-07-09 Thread Gert Driesen
- Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 10:20 PM Subject: Re: [Nant-users] Task Oddness > I've been using the nant-0.85-20040525 build with some success, and for the > most p

Re: [Nant-users] Task Oddness

2004-07-09 Thread Malcolm MacLucas
I've been using the nant-0.85-20040525 build with some success, and for the most part the tag works there. the current build nant-0.85-20040707 didn't like the space in my "Program Files" directory. Are there any plans on putting out a new "stable build"? I've never been able to get the "stable

Re: [Nant-users] Task Oddness

2004-07-08 Thread Gert Driesen
Merrill, Can you try using the latest nightly build (http://nant.sourceforge.net/nightly/builds) ? There have been tons of fixes to the task since the 0.84 release. Thanks, Gert - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July

Re: [Nant-users] task - tlbimp.exe - Fatal error - CLR error: 8007000b The program will terminate

2004-06-20 Thread SHYAM VANKA
Hello Martin, Thanks, but when we compile the code through .NET IDE or if I use devenv.exe to compile the solution file, I do not get any compile errors. I have been asked to automate the build process so I am trying to use the task, but it seems to error out every time I run it? Thanks

Re: [Nant-users] task - tlbimp.exe - Fatal error - CLR error: 8007000b The program will terminate

2004-06-17 Thread Martin Gainty
HRESULT COR_E_BADIMAGEFORMAT, which has the value 0x8007000B so if you Rebuild your DLLs and point your reference to them you should be good to go- Here is the relevant text. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystembadimageformatexceptionclasstopic.asp

RE: [Nant-users] task, no rebuild option?

2004-06-11 Thread Bob Archer
11:26 AM To: Bob Archer; [EMAIL PROTECTED] Subject: RE: [Nant-users] task, no rebuild option?   Yes, I also ended up creating a target "clean" to do that.  But do you think that there will be more development on this front, including support for building individual projects, etc.?

RE: [Nant-users] task, no rebuild option?

2004-06-11 Thread Jiho Han
Han; [EMAIL PROTECTED]Subject: RE: [Nant-users] task, no rebuild option? Personally, I do a delete all, then a get from PVCS, then a build. I feel it is safer. Also, this way obsolete files are removed also.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

  1   2   >