Hi Just to give a bit of background info: Draco was intentionally designed to operate from a freshly checked out copy of the codebase. This ensures that you get the cleanest possible build - without relying on 'clean' targets in the build script to be implemented correctly.
So Ervs solution of having your build file in SCC and specifying relative paths is really the preferred solution! Mark -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erv Walter Sent: 07 November 2003 16:37 To: [EMAIL PROTECTED] Subject: RE: [Draconet-users] VSS Working Directory This has been discussed, but I don't know what the timeline will look like. In the mean time, a common solution is to put your nant script *in* VSS with your code and then have it work off of purely relative paths. From: Chuck Bryan [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 9:49 AM To: [EMAIL PROTECTED] Subject: [Draconet-users] VSS Working Directory This is probably obvious, and something that I have missed. My Nant build script looks at a directory where I normally "Get Latest" to, and perform using the source files in that directory structure. With Draco, it appears that it puts the files in a temp directory, which my Nant script does not know about. Is there a way to specify the location (for Draco) or.determine Draco's location to feed to Nant? Thanks Chuck Bryan ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
