Hi Gert,

I'm using 0.85.1932.0

Sjaak 

-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 31 mei 2005 9:08
To: Sjaak Janssen (Checkit); nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Satellite assemblies of referenced projects in
solution task

Sjaak,

What version of NAnt are you using ?

Gert

----- Original Message -----
From: "Sjaak Janssen (Checkit)" <[EMAIL PROTECTED]>
To: <nant-users@lists.sourceforge.net>
Sent: Tuesday, May 31, 2005 9:05 AM
Subject: RE: [Nant-users] Satellite assemblies of referenced projects in
solution task



Hello,
Anyone out there using resources dll's in a referenced project? Mine
doesn't get copied (see explanation below).
I have about 20 of these kind of product builds and really got stuck on
this one, so any help would be appreciated very much ;)

Regards,
Sjaak


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sjaak
Janssen (Checkit)
Sent: woensdag 11 mei 2005 1:02
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] Satellite assemblies of referenced projects in
solution task

Hi,
I'm using the Nant solution task to build a VS project with references
to other projects. The other projects have satellite assemblies, with
resources for different languages. The referenced project dll is copied
to the output directory,  but the xxx.resources.dll's are not.

Example:

ProjectA's output:
bin\release\ProjectA.dll
bin\release\en\ProjectA.resources.dll
bin\release\nl\ProjectA.resources.dll

Project B's build file:
<solution configuration="release" outputdir="bin\release">
<projects>
<include name="ProjectA.csproj" />
</projects>
<referenceprojects>
<include name="..\ProjectB\ProjectB.csproj" />
</referenceprojects>
</solution>

ProjectB's output:
bin\release\ProjectA.dll
bin\release\ProjectB.dll

I would expect the resource dll's of project A to be copied as well,
this is also the behaviour of VS.Net. Also tried using assemblyfolders
referencing to the release dir, but got the same result.
Anyone experience on this one or am I missing something here?

Regards,
Sjaak


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be
the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_ids93&alloc_id281&op=ick
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
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=fad-ysdn-ostg-q22005
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
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
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to