Hello,

 

I have ha problem building a project. We have a solution with multiple projects so I created one build file for each project and a master buildfile calling each project build file.

Some of the assembly projects have a name like <company>.Web.<Projects-name>.dll

 

It seems to be that the compiler doesn’t include these files. Can you help me with this problem?

 

    <assemblyfileset id="assemblies" basedir="${build.dir}" failonempty="true">

            <include name="System.dll" />

            <include name="System.Data.dll" />

            <include name="System.ServiceProcess.dll" />

            <include name="System.Xml.dll" />

 

            <include name="<company>.<Project>.dll" />     

           

            <include name="<company>.<Project>.dll" />

            <include name="<company>.Web.<Project>.dll" />  ß This file isn’t included

            <include name="<company>.<Project>.dll" />

            <include name="<company>.<Project>.dll" />

            <include name="<company>.<Project>.dll" />

      </assemblyfileset>

 

Thanx in advance,

 

Pieter Versteijnen

 

Reply via email to