RE: [Nant-users] Build projects with using binary references

2005-04-21 Thread Sam Gardiner
Hi gary, Thanks for your speedy and excellent help! Problem solved. Putting the pre-compiled binaries into the outputdir worked and references are collected properly. You said Why are you dealing with this at build time instead of test time? If I understand the

Re: [Nant-users] Build projects with using binary references

2005-04-21 Thread Gary Feldman
Sam Gardiner wrote: I'm trying to use the task to build a group of projects not collected into any solution. the problem is that these projects have project references and binary references but I'd like to compile them against a known set of binaries, not what would be obtained by building the pro

[Nant-users] Build projects with using binary references

2005-04-21 Thread Sam Gardiner
hi *, I have used Nant for a while and I'm trying to do something funky and I'm tempted to write a task to do it, but it seems like an obvious thing so I thought I'd ask first. I'm trying to use the task to build a group of projects not collected into any solution. the problem is that these pr