Bugs item #735857, was opened at 2003-05-11 01:11
Message generated for change (Comment added) 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: Closed
>Resolution: Invalid
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

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2004-08-07 14:28

Message:
Logged In: YES 
user_id=707851

I encourage you to submit bug reports for issues with 
individual tasks.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=735857&group_id=54790


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to