RE: [NAnt-users] NAnt & Infragistics

2006-04-27 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ahmed, Shabana > Sent: donderdag 27 april 2006 23:13 > To: nant-users@lists.sourceforge.net; > nant-developers@lists.sourceforge.net > Subject: [NAnt-users] NAnt & Infragistics > > Hi All, > >

[NAnt-users] Nant & web references

2006-04-27 Thread ARQUIA - David Bravo
Hi,   Anyone know how to include in the project's build file a web reference? Thank's for all.   Regards   David

Re: [NAnt-users] (no subject)

2006-04-27 Thread Giscard Biamby
It looks like in your compilation step the .dll gets compiled to C:\WebGrid\WebGridDynamic\bin\WebGrid_Advanced_Dynamic_Column_Templates_2005V1_VB.dll, but in your "copy" target, you are trying to copy from c:\webgrid\build to c:\webgrid\webdynamic\bin\. Did you mean to copy C:\WebGrid\WebGridDy

RE: [NAnt-users] NAnt & Infragistics

2006-04-27 Thread Rod Ayers
I had to install Infragistics on the Build System.  Another problem I had was the license file...the one that existed was "acceptable".  I fixed that problem by echoing a null line to each occurrence of the license file so it would be empty ("0" length).  That fix I finally tracked down on t

[NAnt-users] NAnt & Infragistics

2006-04-27 Thread Ahmed, Shabana
Hi All,     I am trying to automate the build process for a project that uses quite  few Infragistics Controls. When runa build I get numerous errors thrown by the VB  Compiler. I have attached the verbose for the sample project.     Please let me know if any of you have had similar issues tiri

[NAnt-users] files are compiled but zero dll's get copied to folder specified.

2006-04-27 Thread Ahmed, Shabana
Please read the email below: From: Ahmed, ShabanaSent: Thu 4/27/2006 4:08 PMTo: nant-users@lists.sourceforge.netSubject: Hi All,      I am trying to automate a small project. Attached is the nant script for the build as well as the verbose generated when trying to execute the build. For

[NAnt-users] (no subject)

2006-04-27 Thread Ahmed, Shabana
Hi All,    I am trying to automate a small project. Attached is the nant script for the build as well as the verbose generated when trying to execute the build. For some reason, the zero dll's are copied to the specified folder. Any help or suggestions will be greatly appreciated. Thanks,Shaban

[NAnt-users] Fileset pattern groups

2006-04-27 Thread Brad Schick
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 a nant file, give that group an ID

RE: [NAnt-users] Building VB6 project group

2006-04-27 Thread Foster, Richard - PAL
Giscard, I would agree 100% that the mechanism you describe is what *should* happen. In fact, Our current solution does something almost identical... only it uses gnu make (instead of NNnt), plus a couple of custom utilities. As I'm sure you will appreciate, the output from make is less web-presen

Re: [NAnt-users] MailLogger credentials

2006-04-27 Thread si
Hi, We've just run into the same problem as Jason had...any chance his code can be implemented please? Happy to test a nightly :) cheers si > Ok, I just wrote it myself. Could someone please add this to the > official code? I verified that it compiles with .NET 1.1 AND works. If > I can inte