Re: [NAnt-users] Compiling VB6 Web Project

2007-01-05 Thread Richard Gavel
We had a similar issue due to a lot of VB6 webclass projects. I was forced to write a NAnt custom task that would invoke a WinBatch script that performed the necessary GUI interactions with the VB6 IDE. Further, since I use CruiseControl and a service does not have access to the console, I had to c

Re: [NAnt-users] Nested foreach

2007-01-05 Thread Bob Archer
Yes, thanks... I found my problem. I had a close tag on my opening foreach tag like and didn't notice it right away. BOb From: Nguyen, Daniel [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2007 7:12 PM To: Bob Archer; nant-users@lists.sourceforge.

Re: [NAnt-users] Nested foreach

2007-01-05 Thread Nguyen, Daniel
Yes, it is. Here's one of the examples that we used. (Sorry for all the spaces. Cut-and-paste got it all screwed up) :-(

[NAnt-users] Nested foreach

2007-01-05 Thread Bob Archer
Is it possible to have nested foreach loops? Nant doesn't seem to like it? BOb - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [NAnt-users] task and references

2007-01-05 Thread Gert Driesen
Gert, Can you also send me a repro ? I'll look at your patch (and possible breakages) asap. Gert (Gert overflow) > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Gert Kello > Sent: vrijdag 5 januari 2007 19:55 > To: Nant Users > Subject:

[NAnt-users] task and references

2007-01-05 Thread Gert Kello
Hi. I tried out the new VS 2005 solution task, with setup like: The build order was incorrect, for assemblies which had file-based references to /obj/Debug/assembly.dll The attached patches should "fix" it - but I do not know if it breaks something... -- Gert ---