Re: [nant-dev] RE: Solution task on Linux?

2004-05-25 Thread Martin Aliger
- there's no such thing as AssemblyFolders for Mono/Unix, we could use them on Windows though ... I am not sure what AssemblyFolders are, is this related to the private bin path we are using for library resolution currently? If not then is there a way to simulate this behavior and create

Re: [nant-dev] get-assembly-direcotry() function

2004-05-25 Thread Ian MacLean
it turns out that DirectoryInfo.ToString() returns only the name part rather than the full path on mono. And since the framework::get- functions are returning directoryInfo objects they get converted to strings using ToString(). I think we might be better off returning strings from those