On Thu, May 16, 2002 at 12:49:26PM +1200, Peter Jones wrote:
>     <vbc target="library" output="${debugdir}UC.ControlLib.dll"
> debug="true">
>       <sources basedir="${sourcedir}">
>         <includes name="AssemblyInfo.vb"/>
>         <includes name="CDistributionSolution.vb"/>
>         <includes name="TextBox\UCTextbox.vb"/>
>         <includes name="ProgressDialog\FProgress.vb/>
>         <includes name="ProgressDialog\UCProgressDialog.vb/>

The two lines need to have their "quotes" closed.  This might
help you get on to the next step.

         <includes name="ProgressDialog\FProgress.vb" />
         <includes name="ProgressDialog\UCProgressDialog.vb" />

>     <vbc target="library" output="${releasedir}UC.ControlLib.dll"
> debug="false">
>       <sources basedir="${sourcedir}">
>         <includes name="AssemblyInfo.vb"/>
>         <includes name="CDistributionSolution.vb"/>
>         <includes name="TextBox\UCTextbox.vb"/>
>         <includes name="ProgressDialog\FProgress.vb/>
>         <includes name="ProgressDialog\UCProgressDialog.vb/>

Again...close quotes...

         <includes name="ProgressDialog\FProgress.vb" />
         <includes name="ProgressDialog\UCProgressDialog.vb" />


Good Luck!

Mark Hurley

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to