Bugs item #1212534, was opened at 2005-06-01 10:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1212534&group_id=54790

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Szymek Madejczyk (smad)
Assigned to: Nobody/Anonymous (nobody)
Summary: invalid examples for gac-install/gac-uninstall

Initial Comment:
There is:

Installs Shared.dll and MyWeb.dll into the GAC and
specifies reference information.

<gac-install scheme-type="Opaque" scheme-id="MyID"
scheme-description="My description">
    <assemblies>
        <include name="Shared.dll" />
        <include name="MyWeb.dll" />
    </assemblies>
</gacinstall>
    
Should be:
Installs Shared.dll and MyWeb.dll into the GAC and
specifies reference information.

<gac-install>
    <reference scheme-type="Opaque" scheme-id="MyID"
scheme-description="My description"/>
    <assemblies>
        <include name="Shared.dll" />
        <include name="MyWeb.dll" />
    </assemblies>
</gacinstall>
    
and analog for gac-uninstall


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1212534&group_id=54790


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to