I just started using this, and am already addicted.  I've had trouble trying
to use the <al> 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:
<al target="library" output="Test.dll">
  <sources>
    <includes name="*.netmodule" />
  </sources>
</al>

I've tried a few variations as well, but each time it includes those sources
as /EMBED:filename.netmodule.  What am I doing wrong?

Thanks!

Dave


-------------------------------------------------------
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