Michael,

The <csc> task will create satellite assemblies for all localized resources
(eg. MyForm.en-US.resx) that you pass using the <resources> child element.

For example:

<csc output="HelloWorld.dll" target ="winexe">
    <sources>
        <include name="**/*.cs" />
    </sources>
    <resources prefix="HelloWorld" dynamicprefix="true">
        <include name="**/*.resx" />
    </resources>
</csc>

Hope this helps,

Gert

----- Original Message ----- 
From: "Michael Dang" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>;
<nant-users@lists.sourceforge.net>
Sent: Monday, January 17, 2005 5:34 PM
Subject: RE: [Nant-users] Creating satellite assemblies - ideas please!


> Hi Gert,
>
> Would you post an example of how to create satellite assemblies with
> Nant v0.85 using the CSC task?  I looked at the documentation for the
> CSC task but nothing is clearly evident and we really can't use the
> solution task on my project.
>
> regards,
>
> mike
>
> --- Gert Driesen <[EMAIL PROTECTED]> wrote:
>
> > Michael,
> >
> > I'd suggest using NAnt 0.85, as we now create satellite assemblies
> > automatically (when using compiler tasks or <solution>).
> >
> > Gert
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of
> > > Michael Dang
> > > Sent: vrijdag 14 januari 2005 0:11
> > > To: nant-users@lists.sourceforge.net
> > > Subject: [Nant-users] Creating satellite assemblies - ideas
> > please!
> > >
> > > Hi All,
> > >
> > > Anyone have any examples, best practices, or know how to build
> > > satellite assemblies using Nant?  We are using NANT v.84.
> > >
> > > thanks
> > >
> > > md
> > >
> > >
> > > =====
> > > Michael Dang
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
> > >
> > >
> > > -------------------------------------------------------
> > > The SF.Net email is sponsored by: Beat the post-holiday blues
> > > Get a FREE limited edition SourceForge.net t-shirt from
> > ThinkGeek.
> > > It's fun and FREE -- well,
> > almost....http://www.thinkgeek.com/sfshirt
> > > _______________________________________________
> > > Nant-users mailing list
> > > Nant-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/nant-users
> > >
> > >
> >
> >
>
>
> =====
> Michael Dang
>
>
>
> __________________________________
> Do you Yahoo!?
> The all-new My Yahoo! - What will yours do?
> http://my.yahoo.com
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
>
>


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to