Hello,

I was wondering if anyone else has experienced problems with
dependencies between targets.  I am having trouble with calling an ndoc
task immediately after a vbdoc task using the depends attribute.  I also
experience the same behavior when calling one task immediately before
the other.

The error that I am receiving is a path failure:

Error reflecting against the xxx assembly:
The path is not of a legal form.

The error seems to originate from System.IO.Path.nGetFullPathHelper.

Oddly enough, I get things to work if I run one instance of nant and
call my vbdoc target, then run another instance of nant and call my ndoc
target.

I am not sure if this is vbdoc or ndoc task specific or if it something
general with nant that I am not understanding.  Any help is appreciated!

Thanks,

Al


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to