I just posted, and see where the code I'm confused about is - in AlTask.cs,
the following is used for sources:

foreach (string fileName in Sources.FileNames) {
  writer.Write (" /embed:\"{0}\"", fileName);
}

Is this correct?  Should it be this instead?

foreach (string fileName in Sources.FileNames) {
  writer.Write (" \"{0}\"", fileName);
}




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to