[NAnt-users] task running x86 tests

2015-04-29 Thread Mike Alekseev
Hello! Im trying to run some tests using NAnt task, but it fails with next error: ---"Could not load file or assembly '-assembly info-' or one of its dependencies. An attempt was made to load a program with an incorrect format." I tried to configure "appconfig" but it gave no result. Then i

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

[NAnt-users] task with security certificates

2012-02-02 Thread Khairuddin Abdullah
Hi All:   Does any of you have an example of task that uses a security certificate? I could not find any detail/sample references pertaining to element on the nant.sourceforge.net. The sample below shows the use of   task, but it does not include the element.   http://password.protected.site/

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

[NAnt-users] Task executing bath file not ending

2012-01-26 Thread Quince, Devin
I have a build script that calls several batch files without issue, but when I try and execute a batch file that calls another one in a task, the window running the task never returns to an active command prompt. The task is as follows And the batch file that is being calle

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]
... A couple of years ago I started playing with this type of approach. From: Parrish, Ken [mailto:kparr...@gomez.com] Sent: Wednesday, May 13, 2009 10:56 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] task with parameters ... Has there

[NAnt-users] task with parameters ...

2009-05-13 Thread Parrish, Ken
Has there ever been any consideration to creating a mechanism for executing the task with a set of private, local parameters (properties) which are only available inside the called task? I'm not sure exactly how the syntax would work, but the idea would be to pass, as an argument to the task,

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
2008 4:53 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] task/function to rename files with a prefix? I'm trying to grab a set of files from a directory, move it to another, and prefix all the names with a variable as I move them. My theory is to loop through each file with

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

2008-08-26 Thread Steve Kapinos
I'm trying to grab a set of files from a directory, move it to another, and prefix all the names with a variable as I move them. My theory is to loop through each file with a fornext and use a fileset to select my files. However, I can not seem to get the fileset and fornext to be happy. The doc

[NAnt-users] task of nant contrib always call x86 msbuild.exe

2008-06-23 Thread Yogendra Prasad
Hi All, I have a 64bit build machine, and in my build script I used task for building a *.csproj. I could see task always calls 32bit msbuild.exe to compile the project. Is there any way where i could configure NANT or NANT contrib config files or do some thing so that task will invoke 64bit m

[NAnt-users] task of nant contrib always call x86 msbuild.exe.

2008-06-22 Thread Yogendra Prasad
Hi All,   I have a 64bit build machine, and in my build script I used task for building a *.csproj. I could see task always calls 32bit msbuild.exe to compile the project.   Is there any way where i could configure NANT or NANT contrib config files or do some thing so that task will invoke

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
7 AM >To: nant-users@lists.sourceforge.net >Subject: [NAnt-users] task > > > >Hi, > >I've been trying to implement the task of nantcontrib in my build >script to get the latest files from my VSS source. My requirement is as below : > >Whenever I generate

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
From: [EMAIL PROTECTED] on behalf of Vinod Nair Sent: Tue 3/18/2008 9:37 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] task Hi, I've been trying to implement the task of nantcontrib in my build script to get the latest files from my VSS source. My requirement

[NAnt-users] task

2008-03-18 Thread Vinod Nair
Hi, I've been trying to implement the task of nantcontrib in my build script to get the latest files from my VSS source. My requirement is as below : Whenever I generate a build, I should get the latest of all the files from the VSS source and then generate a build. And if any single file is c

[NAnt-users] Task Namespace

2008-02-25 Thread Alexander Lippling
Hi Folks, I'm writing a custom nant task and would like to put it into its own XML namespace. Is it possible to have something like: Kind regards Alexander Lippling Developer VoicInt Telecommunications GmbH - NL Dortmund - Lindemannstrasse 78 - 44137 Dortmund - Germany | Office:

[NAnt-users] task and "Solution Build Environment" plugin for VS

2007-11-29 Thread Andres Vergara
Has anybody used the task successfully with the "Solution Build Environment" plugin for Visual Studio (http://www.workspacewhiz.com/SolutionBuildEnvironmentRea dme.html)? The task does not seem to recognize the variables defined in the .slnenv file. Anybody aware of any solutions/workarounds ?

[NAnt-users] task

2007-03-14 Thread Denyer, Antony
Is there anyway to password a zip file using the task? Thanks Antony - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT &

Re: [NAnt-users] task and references

2007-01-05 Thread Gert Driesen
Nant Users > Subject: [NAnt-users] task and references > > Hi. > > I tried out the new VS 2005 solution task, with setup like: > > > > > > > The build order was incorrect, for assemblies which had file-based > references

[NAnt-users] task and references

2007-01-05 Thread Gert Kello
Hi. I tried out the new VS 2005 solution task, with setup like: The build order was incorrect, for assemblies which had file-based references to /obj/Debug/assembly.dll The attached patches should "fix" it - but I do not know if it breaks something... -- Gert ---

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

[NAnt-users] task support for Visual Studio 2005

2006-12-28 Thread Gert Driesen
Hi, Today marks the availability of long-awaited support for Visual Studio 2005 solutions and projects in the task. Those eager to try it out can download the lastest nightly build here: http://nant.sourceforge.net/nightly/latest To allow for maximum compatibility, Martin Aliger implemented thi

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
t with less typing. Hope this helps > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Steve Valaitis > Sent: Wednesday, October 25, 2006 12:08 AM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] task not pass

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

[NAnt-users] task not passing properties.

2006-10-24 Thread Steve Valaitis
I have a buildfile(default) with the following in a target: According to the docs for , all of the current property values should be automatically passed to the build files. I assumed it would be similar to -D:prop=value, but the build files process without any change to their p

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 >

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

2006-09-27 Thread Arnette, Bill
I am building a C++ solution with task using 0.85rc4. I changed the settings of one of the projects which caused the .vcproj file for that project to be updated. But when I build, the task does not rebuild that project. It seems that the task is not using the .vcproj file as a dependency when

[NAnt-users] task with VC++ project; many resource dependencies not recognized

2006-09-11 Thread Arnette, Bill
I have a VC++ project which has several files that are compiled into the .res file. The task is not recognizing many of them as dependencies, while devenv.com does. It seems to recognize .ico files as dependencies, but not .bmp, .cur, or .rc2. So, if I touch the .ico file, the .res file recompi

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

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

2006-08-17 Thread Arnette, Bill
Create a resource only DLL C++ project (i.e. no C++ files) and solution in VS.Net 2003 . Attempt to compile it with the task. The intermediate directory (Release,Debug) will not be created if it does not already exist and the build will fail. I've added bug 1541596 for this issue. I've worked

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

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

2006-07-25 Thread Ramya Niranjan
Hello,   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:     \\hostname\sharename\foldername"/>

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

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

2006-06-02 Thread Grant.Drake
I know the documentation for this task says that the fxcop directory needs to be added to your system path - which when done works fine. However that is a rather annoying limitation, particularly for people who want to put all their tools in a relative path to the source. I can modify the task mys

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

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

2006-05-17 Thread marc
I am trying to compile and run a very simple NUnit test from within Nant, and do not succeed to do so. I have two-three questions here: 1) Why do I need to include Debian pathes to libs here to find the nunit.framework.dll ?? Is there another portable solution ?? 2) Why do I need to make a

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

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

2006-05-16 Thread Rami Abughazaleh
Hello.   I am having a problem compiling a vc++ 2003 solution with the task.   [cl] Contents of C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmpB4FF.tmp. [cl] /c /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /I "C:\Company\Solution\SOURCE\common" /I "C:\Company\Common\Processes" /I "C:\Company\Common\System" /F

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

2006-05-15 Thread Melissa Kacher
ceforge.netSubject: [NAnt-users] task - Fails on VC++ project (vcproj) Hello all, 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

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

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

2006-05-14 Thread Dipak, Ajit
Title: task - Fails on VC++ project (vcproj) Hello all, 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 [

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(

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

2006-05-09 Thread Dipak, Ajit
Hello all, 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(6) : fata

[NAnt-users] Task Available deprecated

2006-05-04 Thread Ahmed, Shabana
Hi All,      Looks like Task has been deprecated. I get an error when I build my Nant script saying Task deprecated replace with functions.     When  I replace with functions however the build fails at th

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

2006-05-04 Thread Martin Thornalley
o: nant-users@lists.sourceforge.net Subject: [NAnt-users] task: How to remove an existing installation before installing a new version?   Hi, I need a bit of help with the msi task. I've no problem to create a setup, it's working fine. Now, I've got a problem with updating the ins

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
om "Thomas Schroedter" <[EMAIL PROTECTED]>@lists.sourceforge.net Sent by: [EMAIL PROTECTED] 04/05/2006 03:28 To cc Subject [NAnt-users] task: How to remove an existing installation before installing a new version? Hi, I need a bit of help with the msi task. I'

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

2006-05-03 Thread Thomas Schroedter
Title: task: How to remove an existing installation before installing a new version? Hi, I need a bit of help with the msi task. I've no problem to create a setup, it's working fine. Now, I've got a problem with updating the installation. What I want to do is install V1.0.0, create a new V

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

[NAnt-users] task issue

2006-04-18 Thread Burgess, Michael
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 to use the task

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
Of > Nau, Michael > Sent: dinsdag 14 maart 2006 23:34 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] task & special characters > > The nant task is mangling special characters within > files names... For example: > > original file: 1Lista de

[NAnt-users] task & special characters

2006-03-14 Thread Nau, Michael
The nant task is mangling special characters within files names... For example: original file: 1Lista de recolección - Max.rpt zipped file: 1Lista de recolecci=n - Max.rpt Is there a way to set the encoding on the zip task? Thanks, -Mike Working together. For life.(sm) _

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 >

[Nant-users] task log output

2005-08-18 Thread Sandeep
Hi,   I am not getting any log output from task. I tried verbose=”true” also. Is there any issue with this task? It logs errors if the task fails but it does not say that a service started or stopped.   Regards, Sandeep  

[Nant-users] task test condition failure

2005-08-18 Thread Sandeep
Hi,   I am using failonerror="false">… in my build script. If the listFileName file is locked by other process file::is-assembly(assemblyFile) fails and gives the following error:   NAnt.Core.BuildException: D:\Abc\Xyz.build(179,9):    Function call failed.    _expressio

[Nant-users] task...

2005-08-10 Thread John Cole
Hey Jim, I came across an interesting article at http://www.codeguru.com/Csharp/.NET/net_general/visualstudionetadd-ins/artic le.php/c9663/ on how to create Windows Installer patches with WI3.0. It would be a nice feature to have (I'm using Wise to generate patches at the moment). Also, doe

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

[Nant-users] task question

2005-08-08 Thread Bill_Martin
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 dialog, or do I need to manually create the RadioButton table using the node? Cheers, Bill IMPORTANT The informat

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
d after? Tony From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shelly Midha Sent: Wednesday, May 11, 2005 6:48 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] task cannot add files to SourceSafe Importance: Low I'm getting the following error while try

[Nant-users] task cannot add files to SourceSafe

2005-05-11 Thread Shelly Midha
  I’m getting the following error while trying to add a file in vss using Nant Contrib -0.85-rc2 Add-build-package-invss:   BUILD FAILED   E:\Projects\EASS\Frameworks\BuildAndRele

[Nant-users] task

2005-04-28 Thread Giuseppe Greco
Hi all, is someone of you guys able to run the task on Linux? I always get the following error message: ** (/usr/local/share/NAnt/bin/NAnt.exe:20511): WARNING **: Could not find assembly nunit.framework, references from /home/genius/projects/thermota/build/ Thermota.Core-0.7-debug/bin/

[Nant-users] task speed-up of resx compilation

2005-04-19 Thread Gert Driesen
Hi, As a last "present" before my vacation, I've committed some changes for the task to cvs that will speed-up resx compilation dramatically (inspired by, but not really based on, a patch provided by Christian Leh). These changes have not been tested thoroughly, but they did not cause any regres

[Nant-users] task is not detecting some compile errors?

2005-03-18 Thread John Hardin
All: One of our ccnet-managed automatic builds was failing. The error message was somewhat misleading, and further investigation suggests that nant 0.85rc2 is not detecting compile errors in a task under certain circumstances. Here is an excerpt of the 's XML log, building the "CRM" subproject:

[Nant-users] task template issue

2005-03-15 Thread Whitner, Tom
Title: task template issue I have noticed that the msi databases that are created using the msi task have an illegible title on both the VerifyRepairDlg and VerifyRemoveDlg dialogs.  After chasing this down, it appears that this results from the fact that the Windows Installer cannot handle

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

[Nant-users] task hangs

2005-03-14 Thread Bill.Martin
Hi, I'm currently working on a script to perform a daily build. For convoluted reasons, I have a separate script that extracts the latest source from the VSS archive, then I use the task to run the build.bat file for the system. I do this rather than the task as the build.bat includes some pre

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

[Nant-users] task?

2005-03-10 Thread Whitner, Tom
Title: task? Has any thought been given to a task to support uploading files via http/https - the inverse of the task? Or, is there another was to accomplish this already? Thanks, Tom

[Nant-users] task issue & questions

2005-03-05 Thread Nettleton, Carlton E.
I think I found a small defect with the task or I am just not understanding how it works. We are developing documentation for a project I am working on, adding our own custom tags and created an NDoc xslt for the tags. These things all work fine when I use the GUI or the console app. When I u

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

[Nant-users] task - filesets - refid

2005-02-24 Thread Whitner, Tom
Title: task - filesets - refid I have just discovered that the filesets within the task do not seem to support the refid attribute.    When I add this attribute I get the following error:  "Validation Error: The 'refid' attribute is not declared."  Am I doing something wrong, or are they re

[Nant-users] task question

2005-02-22 Thread Arnette, Bill
Should -projecthelp display targets which are included with the task? --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype

[Nant-users] task

2005-02-17 Thread Judy Li
dear guru, I've noticed there is one built-in task under the task , I am not quite sure about the functionalities of it , would you give me any clue about it? The reason I have this query is because I have met the two strange Error message through the nightly build. The message listed below:

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 res

[Nant-users] task and resource files

2005-02-01 Thread Whitner, Tom
Title: task and resource files I am trying to compile Microsoft's new Enterprise Library offering with the NAnt task.  The project in question contains two .resx files which are embedded into the output.  When compiled with VS 2003, these embedded resources appear in their expected namespac

[Nant-users] task and working directory

2005-01-22 Thread Michel André
The working directory when running the task in nant 0.85-rc1 isn't the same as if you use the nunit-gui which means test succed in the gui but fails during build. Is there some way setting the working dir on a task or target? /M --- This SF.N

[Nant-users] Task

2005-01-11 Thread Blokhin, Oleg
Hello, Is there a way to specify the order of files to concatenate? Thanks, Oleg --- The information contained in this e-mail message, and any attachment, is confidential and for use solely by the intended recipient. If you have received this message in error, please delete this mess

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
rbose mode (NAnt.exe -verbose) to see what resx file is causing this error. Gert - Original Message - From: "Evan Levy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 16, 2004 5:06 PM Subject: [Nant-users] task fails (resgen.exe) in called bui

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

2004-12-16 Thread Evan Levy
Here's a weird one.  I had this working this way:   mainbuildfile contains:   Other buildfile contains:   This does not work when mainbuildfile is executed.  I get:   build:    [echo] 12/16/2004 10:52:29 Building assembly... [solution] Starting sol

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

2004-12-15 Thread Clayton Harbour
gt; Subject: RE: [Nant-users] task question...How to add a comment? > > > I thought I tried that, but I went and tried it again still > got an error. > > The problem is that the values get placed before the > "commit" in the cvs command line and this is

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 loo

  1   2   3   >