Re: [Nant-users] VB compiler error related to interfaces

2003-06-26 Thread Ian MacLean
deborah, without seeing your build file its hard to say. However if the compiler is saying its missing the reference then it does need that reference. Thats how the compiler works - not some function of nant. Maybe because vs.net allows you to add references to projects ( as opposed to just ass

[Nant-users] VB compiler error related to interfaces

2003-06-26 Thread deborah . k . leung
I am currently getting a missing reference error when I build with my build scripts but a clean compile in my Visual Studio. My current structure looks similar to the following: Project A Public Interface A Project B Public Class B implements inplements A Project C Pub

[Nant-users] Question about reference resolution behaviour

2003-06-26 Thread Mike Roberts
Hi, I'm just starting to use the task and I'm a bit confused by its behaviour. If a project references a dll in a folder, seems to copy *all* the dlls from that folder to the build/output directory, not just the one that was referenced. In my environment, this leads to my output dirs having

[Nant-users] Problem using Solution Task

2003-06-26 Thread Eddy Chin
Sorry, My company email don't allowed receiving any attachment, so I resend my query with this email. I'm currently working with SolutionTask to build my solution file but I am having problem with it. My errors; C:\Projects\Release1\Source\TA>nant NAnt version 0.8.3 Copyright (C) 2001-2003 G

[Nant-users] VB compiler error related to interfaces

2003-06-26 Thread deborah . k . leung
I am currently getting a missing reference error when I build with my build scripts but a clean compile in my Visual Studio. My current structure looks similar to the following: Project A Public Interface A Project B Public Class B implements inplements A Project C Pub