Re: [NAnt-users] Nantcontrib doesn't work when calledfromCruiseControl

2008-01-03 Thread Henning Eiben
Juan Carlos Becerra Irene wrote: > Thank you BOb > > It is working now, I'm running the service with a user with proper > network permissions and also using UNC paths. The UNC-paths should do the trick, because as long as you're not logged in your drives will not be mapped! :) -- ... ERROR:

[NAnt-users] zip-task check for new files

2007-05-22 Thread Henning Eiben
check whether the files in the zip-file are already up-to-date. I believe that at least the jar-task of ant ca do something like that. So that the zip-file does not get a new timestamp each time the target is executed. Is something similar planned for the zip-task of nant? --=20 =2E.. The UART's

Re: [NAnt-users] version/build/deploy environment

2006-08-16 Thread Henning Eiben
magistere schrieb: > I would instead like shared assemblies to exist on a special folder. All > projects will reference dlls from this special shared folder and there will > be no project references. This will allow the nAnt build scripts to place > generated dlls here and other build should be

Re: [NAnt-users] Silent tasks?

2006-07-16 Thread Henning Eiben
Gary Feldman schrieb: >> Is there a way to silence tasks? If not, I would like to request the >> feature to be added... I really don't care to see 3 screens full of >> entries :-) A "silent" attribute could be added, or >> verbose="" extended to an enum where the default is the current >> verbosi

Re: [NAnt-users] using asminfo

2006-04-28 Thread Henning Eiben
Gert Driesen schrieb: >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Henning Eiben >> Sent: woensdag 19 april 2006 7:38 >> To: nant-users@lists.sourceforge.net >> Subject: [NAnt-users] using asminf

Re: [NAnt-users] Fileset pattern groups

2006-04-28 Thread Henning Eiben
Brad Schick schrieb: > I'd like to apply the same set of and file patterns > to multiple copy tasks. It looks like I can define multiple > instances and have each include the same , but I'd rather > not move data to external files. > > Is there any way to define a group of and rules > within

[NAnt-users] using asminfo

2006-04-22 Thread Henning Eiben
Hi, I'm using the asminfo to generate an AssemblyInfo.cs for my project, if it doesn't already exists. But how do I get the file added to my project using NAnt? I thought of using the xmlpoke task to add an entry to the csproj file, but xmlpoke can only replace entries not add an entry (at least

Re: [NAnt-users] Return from an call

2006-02-09 Thread Henning Eiben
Eric Fetzer schrieb: > 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. You could do something like where the output is written to a file, and as far as i recall there should be a

Re: [NAnt-users] AUTO generate NAnt build file

2006-02-08 Thread Henning Eiben
Ranjith chevanan schrieb: >I am actually trying to AUTO generate the NAnt build file. All my > projects are developed using .NET. I know NAnt takes care of > dependencies within a project. > > Please tell me a way so that i can automatically configure the > external dependencies in the build

[NAnt-users] XSLT for VSS-Hsitory

2006-01-29 Thread Henning Eiben
Hi, has anyone already created a XSLT for a history-log created by the vss tasks from the conrtibution-package? The XML is almost unreadable, and I figured if someone already did something, why reinvent the wheel :) --- This SF.net email is sp

Re: [NAnt-users] MailLogger stopped working...

2006-01-29 Thread Henning Eiben
Bob Archer schrieb: > Ok, > > > > FYI: I found the problem. IT pushed an upgrade the McAfee Enterprise > which was blocking port 25. I added nant.exe to the exceptions list and > viola, back in business. > I kinda have the same problem. But in my case I can't add nant to the white-list :( But

Re: [NAnt-users] SVN tasks

2006-01-26 Thread Henning Eiben
Simon Thorogood schrieb: > Hi - can anybody point me to a good online resource with samples of using the > nantcontrib svn, svn-checkout etc. tasks to implement a continuous build > using a subversion repository. > > The nantcontrib docs on this subject are rather brief. Well, I used (for quic

Re: [NAnt-users] Mail-Task

2005-12-19 Thread Henning Eiben
On Mon, Dec 19, 2005 at 01:52:50PM - Bill Martin wrote: > Date: Mon, Dec 19, 2005 at 01:52:50PM - > From: Bill Martin <[EMAIL PROTECTED]> > To: To Henning Eiben > Subject: RE: [NAnt-users] Mail-Task > > Haven't tried it myself, but can you specify i

[NAnt-users] Mail-Task

2005-12-19 Thread Henning Eiben
Hi, I'm trying to send notification emails, whenever I did a new build using the mail-task in Nant. Unfortunatly I'm not using the standard SMTP-port 25 but 587. How can I get the mail-task in NAnt to use this port? --- This SF.net email is