magistere schrieb:

> I would instead like shared assemblies to exist on a special folder.  All
> projects will reference dlls from this special shared folder and there will
> be no project references.  This will allow the nAnt build scripts to place
> generated dlls here and other build should be able to pick them up, as well
> as dependencies assigned using CruiseControl.Net can monitor changes and 
> rebuild as necessary.
> 
> I did have this special assembly folder on a shared network drive but I 
> keep getting access errors.  I moved this to a local folder and get the same
> thing but it disappear after a refresh.  Is this something to do with code
> access security, this doesn't occur when the dll is in the projects local
> bin folder.


I wanted to achive quite the same. So I setup a network folder, where I
copy all my generated assemblies using NAnt. But unfortunatly the
Dev-Envs of my developers keept locking the assemblies, so my build
faild (well, at least the copy-target).

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to