Dear all,
May be make the syntax of gac-(un)install 
Either
        <assembly name="${XXX}"/>
Or 
        <include name="${XXX}"/>
for both?

Currently it seems to me (may be I am wrong), a bit unlogical:


  <gac-uninstall>
  <assemblies>
        <assembly name="${XXX}"/>
  </assemblies>
  </gac-uninstall>
  
  <gac-install>
  <assemblies>
        <include name="${XXX}"/>
  </assemblies>
  </gac-install>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to