Hi,

I have an ant task that compiles 2 dll, the second needs the first.

Here is the requires section I put in the "<csc ..>" task

<references basedir="${DIR_NUNIT}">
        <includes name="nunit.framework.dll"/>
</references>
<references basedir="${DIR_BUILD_BASE}">
        <includes name="DLL1.dll"/>
        <includes name="DLL2.dll"/>
</references>

Now the NUNIT dll works as it is is needed by the first one and both the
remaining dlls are in DIR_BUILD_BASE. DLL1 is the one that is missing
according to csc.

Any ideas?

Thanks

Yoram



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to