----- Original Message ----- From: "Michael Allabauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 3:23 PM Subject: [Nant-users] How to set NANT on local copy = true
> Hi! > > I have a solution consisting of some Web-applications. All of them need > some librarys, which get local copies of the referenced librarys when > beeing built with Visual studio. > > How can i tell nant to do the same? When you use the <solution> task, you should get the same behaviour. Should, because there's still an issue in <solution> : not all output of referenced projects will be copied locally (eg. satellite assemblies will not be copied). I'd advise you to use a nightly build of NAnt (http://nant.sourceforge.net/nightly/builds). Gert ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
