Hey Steve,

When you say dependent, do you mean references to your the project you are
harvesting? If so, heat does not walk the dependency tree to find other
files that are required for your project. I believe this is a feature
request.

If that isn't want you mean, let me know.

Thanks,

Brian Rogers
"Intelligence removes complexity." - Me
http://blogs.msdn.com/icumove <-- NEW


On Wed, Oct 28, 2009 at 8:36 AM, Steve Baker <steve.ba...@paradigm-group.net
> wrote:

> I have setup the following ItemGroup in a wixproj and found that the
> HarvestProjects target does indeed call heat and the output that is
> generated is great. Except...
>
> It doesn't seem to include any of the dependent assemblies the main dll
> needs?
>
> Am I doing something wrong? I have had a hard time even finding a mention
> of the HarvestProjects target. If the project harvester just needs to be
> updated I'd be willing to take a look and submit a patch.
>
> <ItemGroup>
>    <HeatProject Include="..\webui\webui.vbproj">
>      <ProjectOutputGroups>Binaries;Content</ProjectOutputGroups>
>    </HeatProject>
> </ItemGroup>
>
> TIA,
>
> steve
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to