Bugs item #735857, was opened at 2003-05-11 01:11 Message generated for change (Settings changed) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474851&aid=735857&group_id=54790
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Gert Driesen (drieseng) Summary: Incorrect path determination for many tasks Initial Comment: <p> A majority of NantContrib tasks do no propertly account for being called for another nant.build file via the <nant> tasks. (Xsd, IIS tasks).. <p> <p> When the task is run from the current nant.build it they work great. However, when called from a different nant.build file they product incorrect path since the BaseDirectory is not used to compute the path. e.g. in Xsd task, all source files (assembly, schema,..) and OutputDir are simply added to the argument line. Instead they should be added with something like this Path.GetFullPath(Path.Combine(BaseDirectory, <PATH>)) This will allow master build files which call subordinate build files to work propertly I encourage all tasks authors to ensure that this is done. <p> Thanks, Craig ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474851&aid=735857&group_id=54790 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer