There's a typo in your buildfile. You should use

<references ... />

instead of

<reference ... />

I believe that NAnt should be detecting this and notifying user about it.
Somehow it doesn't. Gert?

Jarek
----- Original Message ----- 
From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>
To: "Jos Luis Barrera" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, March 22, 2004 4:00 PM
Subject: Re: [Nant-users] Problem with references...


> Can you re-run your buildfile with -verbose -l:logfile options and send
the
> output?
>
> Jarek
> ----- Original Message ----- 
> From: "Jos Luis Barrera" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 22, 2004 3:40 PM
> Subject: [Nant-users] Problem with references...
>
>
> > Hi all!
> >
> > I have a problem with csc nant compilation...
> > look at this
> > <csc target="library" output="${project.name}.dll" debug="false">
> > <reference failonempty="true">
> > <includes
> >
>
name="C:\workdir\WorkCardSchema\lib\WCPrototype\DataAccessLayer2\OC_Framewor
> > k.BusinessLayer.dll" />
> > <includes
> >
>
name="C:\workdir\WorkCardSchema\lib\WCPrototype\DataAccessLayer2\OC_Framewor
> > k.dll" />
> > </reference>
> > <sources>
> > <includes
> >
>
name="C:\workdir\WorkCardSchema\src\WCPrototype\DataAccessLayer2\InterviewDA
> > LC.cs" />
> > </sources>
> > </csc>
> >
> > if i execute this, i get
> > c:\workdir\WorkCardSchema\src\WCPrototype\DataAccessLayer2\Interview
> > DALC.cs(3,7): error CS0246: The type or namespace name 'OC_Framework'
> could
> > not
> > be found (are you missing a using directive or an assembly reference?)
> >
> >
> > and then if i execute this
> >
> > csc /target:library InterviewDALC.cs
> >
>
/reference:C:\workdir\WorkCardSchema\lib\WCPrototype\DataAccessLayer2\OC_Fra
> >
>
mework.dll,C:\workdir\WorkCardSchema\lib\WCPrototype\DataAccessLayer2\OC_Fra
> > mework.BusinessLayer.dll
> >
> > i compile successfuly...
> >
> > Can anybody tell me what is the problem?
> >
> > THANKS! & CHEERS!
> >
> > Jos Luis Barrera
> > Architecture Team/WorkCard
> > Development Team/Xpert OnLine
> > [www.workcard.com]
> > [www.xperttesting.com]
> > [EMAIL PROTECTED]
> > [www.Olecenter.com]
> > Alcobendas/Madrid
> > <a href='http://EuropeSwPatentFree.internautas.org/' title='I want a
> > Software Patent Free Europe! And you?'>
> > <center>EuropeSwPatentFree</center></a>
> > "By the perception of illusion, we experience reality"
> > "Every picture holds a tale, every shade tells of a thousand words"
> >
> >
> > ?+^sSXs'Su 
>
S{Nh&ZxnSjZkzǧ[6?Qzϭ"ujwBӢ<^r-^"zyz
>
bzg֦z{Z-h+-zfs)ڶ*'mig&'Ze?
>
ZzTSx%SMj{ǫb<qalSl
> .YwXSb?
> >
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to