Re: [Nant-users] NAnt ECCN

2005-03-24 Thread Ian MacLean
Dejong,David P wrote: We are considering the use of NAnt in an organization that includes off-shore resources. Is there an Export Control Classification Number (ECCN) that applies to NAnt? ahh - off-shore from where ? NAnt consists of code submitted by developers all over the world. Since I d

RE: [Nant-users] does it understand the Configuration manager

2005-03-24 Thread Gert Driesen
Hi Ray,   1) Right now, we don't support this. Please submit a bug report for this, and I'll look into it asap.   2) This is a known issue, which will take a "little" longer to fix. This will probably only be fixed after the 0.85 release, unless someone else wants to step up and lead this eff

RE: [Nant-users] Issue with compiling resource files

2005-03-24 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > jeetu mahtani > Sent: vrijdag 25 maart 2005 1:53 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Issue with compiling resource files > > I have a resource files wsresource.resx tha

[Nant-users] NAnt ECCN

2005-03-24 Thread Dejong,David P
  We are considering the use of NAnt in an organization that includes off-shore resources.  Is there an Export Control Classification Number (ECCN) that applies to NAnt?   Regards,   David De Jong St. Paul Travelers Co.   ==

[Nant-users] vdproj and solution task in NAnt

2005-03-24 Thread Jeff Hoover
I have a VS 2003 solution that contains a C# project and a (setup) vdproj. I'd like to use the solution task to build both projects in the solution. I know that building vdproj projects isn't directly supported. I've noticed that there are a couple of possible routes build my vdproj from NAnt, nam

[Nant-users] does it understand the Configuration manager

2005-03-24 Thread Ray Johnson
  It doesn't appear that the tag understands the Configuration manager settings.  Is this true, or do I need to do something to tell it to use them?   FYI, the Configuration manager has info about when a given Configuration is selected to build what projects should or should not be built,

[Nant-users] Issue with compiling resource files

2005-03-24 Thread jeetu mahtani
I have a resource files wsresource.resx that I created in VS.NET 2003. To my understanding, VS.NET automatically compiles resx files to .resource and then links it to the assembly. I am trying to achieve the same through a Nant auto build. Right now my build file contains the following (snippet) (m

Re: [Nant-users] log4net configuration

2005-03-24 Thread Gary Feldman
Dan Munk wrote: I would like to keep NAnt log4net logging off, but enable it for my tasks only. I've been working with the NAnt.exe.config file and I haven't been able to enable my task logging without enabling NAnt logging. Any help would be appreciated. I don't understand the question. NAnt

RE: [Nant-users] Problems with sosget

2005-03-24 Thread Gert Driesen
Dron, Try using separate elements instead of a single "commandline" attribute. For example: Hope this helps, Gert > -Original Message- > From: [EMA

[Nant-users] Problems with sosget

2005-03-24 Thread murty dronamraju
Hi All: I am having a problem with sosget, consistently running into a "Failed to open database" error in my script. Here's what i have in my script: I can use the GUI client of SourceOffsite to login and do a get-latest using the information above. My database name has a space in it : E:\VSS\x

RE: [Nant-users] Bug in macro expansion

2005-03-24 Thread Ray Johnson
  Thanks.  I've done that (request id = 1170100).  I also suggested the possible line of code that needs to be fixed.  I tried it in a copy of the Nant source and it seemed to work.  However, i haven't tested it to see if it would affect anything else...   ray From: Gert Driesen [mailto:[E

RE: [Nant-users] Error from exec devenv task, works well from vs.net

2005-03-24 Thread Jain, Manish (GE Consumer Finance, Contractor)
:) Thanks... -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 11:09 AM To: Jain, Manish (GE Consumer Finance, Contractor); nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Error from exec devenv task, works well from vs.net > -

RE: [Nant-users] Error from exec devenv task, works well from vs.net

2005-03-24 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jain, Manish (GE Consumer Finance, Contractor) > Sent: donderdag 24 maart 2005 20:02 > To: Gert Driesen; nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] Error from exec devenv task, w

RE: [Nant-users] Error from exec devenv task, works well from vs.net

2005-03-24 Thread Jain, Manish (GE Consumer Finance, Contractor)
Thanks Gret, It solved error...but now even build is successful it shows me old binaries..its weird..even I delete binaries it picks up same old binaies ,I also tried changing code and recompiling using script..It gets same binaries..from where I don't know... Things works fine from VS.NET, probl

RE: [Nant-users] Bug in macro expansion

2005-03-24 Thread Gert Driesen
Ray,   Can you submit a bug report for this and attach a repro ?   You can submit bug report here :   http://sourceforge.net/tracker/?group_id=31650&atid=402868   Thanks !   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray JohnsonSent: donderdag 24 maart 2

[Nant-users] Compiling for multiple frameworks

2005-03-24 Thread shgerstacker
I'm very new to NAnt, so let me know if this is possible. I have a solution with 6 projects in it. 1 project is a library with shared functions in it. 2 projects are command line programs that need to run on .net 1.0 framework. 2 projects are web sites that need to run on .net 1.1 framework. 1 pr