Hi,

I am not able to get my build working. This is my Build Script snap shot.

<property name="Assemblydirectory"
value="C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\ServiceAgents\Dependencies\MSExceptionBlock"
/>
        
<solution configuration="debug" verbose="true" includevsfolders="false">               
 
<projects>
<include name="${base.dir}\${SystemFramework}\${SystemFramework.Project}" />
<include name="${base.dir\${ExceptionManagement\${ExceptionManagement.Project}"
/>
<include name="${base.dir}\${DataAccess}\${DataAccess.Project}" />
</projects>

<assemblyfolders>
<include name="${Assemblydirectory}" />
</assemblyfolders>

</solution>

The Build Script is not able to reference the dlls in the assembly
forlder. It breaks at my DataAccess Project where i am referencing the
Exception Management project which in turn refrences two exception
blocks dlls in the assembly folders. if i modify my DataAccess Project
file(.vbproj file) and give a direct refrence to these dlls and then
run the build, it works fine...Could any one tell me whats wrong in my
assembly folder task.

PS: Merrill, i tried giving the directory name in the assembly folder
task but still not working...

This is my error report.........

````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\DataAccess\ActionRequests\Pa
c2000\AddressChangeRequestData.vb(181) : error BC30007: Reference
required to assembly 'Microsoft.Ap
plicationBlocks.ExceptionManagement' containing the base class
'Microsoft.ApplicationBlocks.Exceptio
nManagement.BaseApplicationException'. Add one to your project.

                                Throw
ExceptionHandler.NewEmptyDatasetException("The table (tblAddre
ssChangeRequests) has no data.")
                                     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to