Re: [Nant-users] Referencing all dlls in a dir with csc?

2004-01-26 Thread Ian MacLean
The references tag should work just fine with wildcards. It could be that build.bin is not being set to the value that you think it is. Of course I'm just speculating based on the information you've provided. Try setting basedir to the full path to your output directory as a test. also use the

[Nant-users] Referencing all dlls in a dir with csc?

2004-01-26 Thread Trudel, Chris
Our primary build consists of around 30 projects and I am trying to get rid of the need for explicit references to libraries for each project.  Instead what I have done is setup a folder in which all outside assemblies can be found and they get copied over to our output directory.  Assuming

[Nant-users] quick question. how does vb project referenc map to NANT reference tag?

2004-01-26 Thread Katie Gerg
I have a reference in a vb project file that looks like this,             Name = "file x"     Project = "value x"     Package = "value y"     />   How would it fit into the tag?  When I click on the reference