Hi Brian,

I am using

Nant - 0.85-20040619
NantContrib - 0.84

Do i need to update to a more recent nightly build?????

Thanks and appreciate your response!!!

Madhan.


On Tue, 03 Aug 2004 15:12:40 +0800, Brian Yeo <[EMAIL PROTECTED]> wrote:
> 
> Madhan,
> 
> Can you check the version of NAnt that you are using? I used these versions:
> 
> nant-0.85-20040707.zip
> nantcontrib-0.85-20040524.zip
> 
> The sample that I have email you works fine.
> 
> Regards,
> Brian Yeo
> 
> >From: Madhan Retnaswamy <[EMAIL PROTECTED]>
> >To: Brian Yeo <[EMAIL PROTECTED]>
> >Subject: Re:
> >Date: Mon, 2 Aug 2004 14:07:44 -0700
> >
> >Hi Brian,
> >
> >Thanks for your reply. i tried your option but it still didnt work.
> >here is my build file..
> >
> ><property name="AssemblyDirectory"
> >value="C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\ServiceAgents\Dependencies\MSExceptionBlock"
> >/>
> >
> ><solution
> >solutionfile="C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\slnCFocus.sln"
> >configuration="debug" verbose="true">
> >
> ><assemblyfolders>
> ><include name="${AssemblyDirectory}" />
> ></assemblyfolders>
> >
> ><webmap>
> >       <map url="http://localhost/CFocus/CFocus.vbproj";
> >path="C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\CFocus.vbproj"
> >/>
> ></webmap>
> ></solution>
> >
> >I get the same error message again...here it is...
> >
> >
> >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.")
> >
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> >Could you please let me know whats going wrong???
> >
> >Thanks and appreciate your help in this.
> >
> >Madhan.
> >
> >
> >
> >
> >
> >
> >On Mon, 02 Aug 2004 15:14:50 +0800, Brian Yeo <[EMAIL PROTECTED]>
> >wrote:
> > > Hi Madhan,
> > >
> > > <solution configuration="${release.state}"
> > >
> >solutionfile="${drive}\${src.path.business}\TA.TMS.Business\TA.TMS.Business.sln"
> > >
> >outputdir="${drive}\${src.path.business}\TA.TMS.Business\bin\${release.state}"
> > > failonerror="${failonerr}">
> > >                <assemblyfolders>
> > >                        <include name="${src.bin.blocks}" />
> > >                        <include name="${drive}\DotNet\bin\csla" />
> > >                </assemblyfolders>
> > >                <webmap>
> > >                    <map
> > > url="http://localhost/TA/TMS/TMSBusinessServer/TMSBusinessServer.csproj";
> > > path="C:\DotNet\PTA\Business\TMSBusinessServer\TMSBusinessServer.csproj"
> >/>
> > >                </webmap>
> > >                <resources dynamixprefix="true" prefix="TA.TMS.Business">
> > >                        <include name="*.resx" />
> > >                </resources>
> > >        </solution>
> > >
> > > have you tried the above?. I am not sure whether it will work for you
> >but
> > > .....
> > >
> > > Regards,
> > > Brian Yeo
> > >
> > > _________________________________________________________________
> > > Find love today with ninemsn personals. Click here:
> > > http://ninemsn.match.com?referrer=hotmailtagline
> > >
> > >
> 
> _________________________________________________________________
> Find love today with ninemsn personals. Click here:
> http://ninemsn.match.com?referrer=hotmailtagline
> 
>


-------------------------------------------------------
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