[Nant-users] AL embedding references?

2003-01-07 Thread David Neigler
I just started using this, and am already addicted. I've had trouble trying to use the task. For now, I'm using exec and its working, but what I'm trying to do is the following: al /t:lib /out:Test.dll CSTest.netmodule VBTest.netmodule" I tried using the following, which didn't work:

[Nant-users] AL question

2003-01-07 Thread David Neigler
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.FileNam