Sorry for the misdirection.  My workaround did work. 
My screwup was in permissions (go figure).

It was nice talking to myself...


--- Eric Fetzer <[EMAIL PROTECTED]> wrote:
> Actually, I need to dig a bit further for a
> workaround
> in the mean time because mine isn't cutting the
> mustard.  I've got a web project that has one set of
> sattelite assmblies in it (5 I believe).  The output
> should end up creating a different dll for each
> language in subfolders of the bin dir.  When I build
> it with the solution task, it brings all of the
> different language resx files into the main dll
> rather
> than separating them.  As a workaround I tried to
> build with the solution file, then add:
> 
> <resgen input="D:\App\lang.de.resx"
> output="${build.dir}\de\lang.de.resources" />
> 
> <al output="${build.dir}\de\lang.de.resources.dll"
> target="lib" culture="de">
>   <sources>
>     <includes
> name="${build.dir}\de\lang.de.resources"/>
>   </sources>
> </al>
> 
> It ends up building the appropriate language dll's,
> but they don't work, because they aren't referenced
> (solution already pulled them into the main dll
> inappropriately).  Any suggestions?
> 
> Thanks,
> Eric
> 
> --- Eric Fetzer <[EMAIL PROTECTED]> wrote:
> > Are Satellite Assemblies on the horizon for the
> > solution task?  Thanks - Eric
> > 
> > __________________________________
> > Do you Yahoo!?
> > The New Yahoo! Shopping - with improved product
> > search
> > http://shopping.yahoo.com
> > 
> > 
> >
>
-------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > nant-developers mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/nant-developers
> 
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product
> search
> http://shopping.yahoo.com
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> nant-developers mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/nant-developers


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


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

Reply via email to