[nant-dev] VBC

2002-05-16 Thread Peter Jones
When compiling: I get: [vbc] Compiling 1 files to Y:\build\latest\debug\UC.Interfaces.dll /imports: Y:\build\latest\src\UCInterfaces\AssemblyInfo.vb(16) : error BC30002: Type 'CLSC ompliant' is not defined.

RE: [nant-dev] Possible bug calling the same target more than once

2002-05-16 Thread Browning, Don
Title: RE: [nant-dev] Possible bug calling the same target more than once That's a good point, targets really aren't subroutines, but shouldn't there be a way to call a reusable chunk of build code from within a given target.  Does Ant have anything like a subroutine task? I'm not sure b/c t

Re: [nant-dev] Possible bug calling the same target more than once

2002-05-16 Thread Brad Wilson
Browning, Don wrote: > [...] the first time I run the target everything executes fine, but the > second time I call that same target, nothing happens. I believe this to be by design. I ran into this too, but didn't send an e-mail, for the simple reason that I decided I was using NAnt in a way th

[nant-dev] Possible bug calling the same target more than once

2002-05-16 Thread Browning, Don
Title: Possible bug calling the same target more than once I think I've hit a possible bug in nant, but before I dive in the source, I want to see if anyone else has hit this, and if there is currently a workaround.  It seems that if I use the task to run a target, the first time I run the ta