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 asminfo >> >> Hi, >> >> I'm using the asminfo to g

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Ahmed, Shabana
Title: RE: [NAnt-users] NAnt & Infragistics Hi Gert,      I have been trying to send you the build log, but the emails keep bouncing off. I have even tried zipping the file and sending it. Please let me know how I can send the file. I get a System Administrator error saying:   Your message

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

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Rod Ayers
Hi, Shabana...   Which piece...there's a separate thread moving ahead on the references issue, and sounds like it will be a better resolution.   License files...I was getting errors because of the license files in the project...the very ones we using to build before we started NAnt automati

RE: [NAnt-users] [vbc] vbc : Command line error BC2012 : can't open 'C:\WebSamplesVB\bin' for writing

2006-04-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ahmed, Shabana > Sent: vrijdag 28 april 2006 21:33 > To: nant-users@lists.Sourceforge.net > Subject: [NAnt-users] [vbc] vbc : Command line error BC2012 : > can't open 'C:\WebSamplesVB\bin' for wr

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ahmed, Shabana > Sent: vrijdag 28 april 2006 20:29 > To: Gert Driesen; nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] NAnt & Infragistics > > I placed the infragistics dll's in the

[NAnt-users] [vbc] vbc : Command line error BC2012 : can't open 'C:\WebSamplesVB\bin' for writing

2006-04-28 Thread Ahmed, Shabana
Hi All,       When I try to build my application using NAnt. I get the following error.   [vbc] Compiling 8 files to 'C:\WebSamplesVB\bin'.[vbc] vbc : Command line error BC2012 : can't open 'C:\WebSamplesVB\bin' for writing      Does any body know what could be causing this? I have attached

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Ahmed, Shabana
Title: RE: [NAnt-users] NAnt & Infragistics I placed the infragistics dll's in the basedir like you suggested. But, it still does not work. From: Gert Driesen [mailto:[EMAIL PROTECTED]Sent: Fri 4/28/2006 1:59 PMTo: Ahmed, Shabana; nant-users@lists.sourceforge.netSubject: RE: [NAnt-user

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ahmed, Shabana > Sent: vrijdag 28 april 2006 18:55 > To: Gert Driesen; nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] NAnt & Infragistics > > The build file is attached please take

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Ahmed, Shabana
Title: RE: [NAnt-users] NAnt & Infragistics The build file is attached please take a look when you get a chance.   Thanks, Shabana From: Gert Driesen [mailto:[EMAIL PROTECTED]Sent: Fri 4/28/2006 11:05 AMTo: Ahmed, Shabana; nant-users@lists.sourceforge.netSubject: RE: [NAnt-users] NAnt &

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Gert Driesen
> -Original Message- > From: Ahmed, Shabana [mailto:[EMAIL PROTECTED] > Sent: vrijdag 28 april 2006 17:01 > To: Gert Driesen; nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] NAnt & Infragistics > > Hi Gert, > >I tried what you suggested but it did not help to create

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Ahmed, Shabana
Can you please go into a little bit detail as to how I could go about implementing what you suggested? Thanks for your help.   -Shabana From: Rod Ayers [mailto:[EMAIL PROTECTED]Sent: Thu 4/27/2006 5:20 PMTo: Ahmed, Shabana; nant-users@lists.sourceforge.net; nant-developers@lists.sourcef

RE: [NAnt-users] NAnt & Infragistics

2006-04-28 Thread Ahmed, Shabana
Title: RE: [NAnt-users] NAnt & Infragistics Hi Gert,      I tried what you suggested but it did not help to create a build. The infrgaistics dll's still do not get recognized for some reason.   Thanks, Shabana From: Gert Driesen [mailto:[EMAIL PROTECTED]Sent: Fri 4/28/2006 2:57 AMTo: Ah

Re: [NAnt-users] Fileset pattern groups

2006-04-28 Thread William_Martin
Brad, I don't believe you can define blocks in script.  As an alternative, you could extract your copy to a separate task and set a property for the base dir before calling it?  Something like:                 Then in your main script, wherever you want to copy the files, just set the a