Bugs item #1212534, was opened at 2005-06-01 10:31
Message generated for change (Settings changed) made by drieseng
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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Szymek Madejczyk (smad)
>Assigned to: Gert Driesen (drieseng)
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


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

>Comment By: Gert Driesen (drieseng)
Date: 2005-06-02 17:36

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.

Thanks for the report !

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

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