Sure would be nice to download a trial Version.... is it my mistake or
does the download page at www.componentsource.com only gives the option
to download a help file and a ULA... Is this correct? If it is it's
hardly any information for me to make a inteligent purchase decision.

I sure would never consider buying a high priced software application
without trying it first.

Also my 0.02$ 
Shawn 



-----Original Message-----
From: Felice Vittoria [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 25, 2004 1:27 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Nant-users] RE: What is Nantpad worth?

Anthony,

Exactly what are the differences between Nantpad and Nantpad Express?
Are you going to indicate these changes on the website? 

Also .. exactly how much is "significantly lower" ? 

Felice

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Anthony
Brown
Sent: Wednesday, August 25, 2004 11:22 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] RE: What is Nantpad worth?


Thanks Dan for your 2-cents, your points are taken.  

Tweaking the build script is definitely easier with a text editor and/or
intellisense, especially for tasks that require XML entities other than
elements (CDATA is no problem though). Nantpad was designed for new
users who just want to get something up and running quickly, and for
users who want a better visual interface than XML.

Regarding the price, you may be interested to know that Nantpad Express
is due out next week which has all the functionality of the 0.5 beta and
more.  The current version of Nantpad (1.0) is a complete interface to
NAnt which is why it is priced higher than someone who requires a simple
editor would expect.  Nantpad Express will be priced significantly lower
to better serve the needs of the NAnt community.

Thanks
Anthony
---------- Original Message ----------------------------------
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Wed, 25 Aug 2004 05:36:17 -0700

>Send Nant-users mailing list submissions to
>       [EMAIL PROTECTED]
>
>To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/nant-users
>or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
>You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Nant-users digest..."
>
>
>Today's Topics:
>
>   1. Re: Problem with the latest nightly build. (Madhan Retnaswamy)
>   2. Re: Problem with the latest nightly build. (Gert Driesen)
>   3. RE: What is Nantpad worth? (Dan Pupek)
>
>--__--__--
>
>Message: 1
>Date: Tue, 24 Aug 2004 23:32:47 -0700
>From: Madhan Retnaswamy <[EMAIL PROTECTED]>
>Reply-To: Madhan Retnaswamy <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED], Felice Vittoria
<[EMAIL PROTECTED]>
>Subject: Re: [Nant-users] Problem with the latest nightly build.
>Cc: [EMAIL PROTECTED]
>
>Hi Gert/Felice,
>
>Gert, this issue is very wierd and i dont know how to reproduce this
>error. i am not sure if my earlier email reached you guys. Today i
>found out that this issue is not a microsoft issue but some thing got
>to do with Nant source code. i tried to build my solution with various
>nightly builds of NAnt and also with the latest stable release. I
>found that i dont get this error (vbc: command line error: BC2001:
>file "..." not found) with the latest stable release of NAnt (Nant
>0.84 - 2003 - 12  - 25 with net version 1.0). But with all the nightly
>builds i get the same error (vbc: command line error: BC2001: file
>"..." not found)..But the stable release still has the other issue
>(project reference issue with solution task) which you fixed in the
>latest nightly build (nant-0.85-20040817.zip). please look up this
>link to find the issue that was reported and fixed by you in the
>latest nightly build
>(http://www.mail-archive.com/[EMAIL PROTECTED]/msg04375.
html).
>Gert, could you please fix this project reference issue with the
>solution task in the latest stable release (Nant 0.84 - 2003 - 12  -
>25 with net version 1.0) which doesnt show up the vbc command line
>error and send me a copy of the executables and i think that will work
>for me. i guess there is drastic change in the source code between the
>nightly builds and the latest stable release that is causing this vbc
>command line error i guess. I guess if you can compare the source code
>between the lates stable release and the latest nightly build you can
>figure out the piece of code that is causing the vbc command line
>error BC2001.
>
>Thanks,
>
>Madhan.
>
>On Tue, 24 Aug 2004 13:40:27 -0500, Felice Vittoria
><[EMAIL PROTECTED]> wrote:
>> Madhan,
>> 
>> Thanks.  However, I don't think of myself as a great supporter of the
nant group.  I like to help when I can.
>> 
>> As for your error, I'm not using .NET 1.0 for my builds nor am I
using solution tasks .. I'm using .NET 1.1 and the DevEnv environment.
So .. my build tasks look something like this:
>> 
>> <target name="buildApps">
>>        [snip]
>>        <property name="proj.rootdir"
value="${src.dir}\Components\ECL\Applications" />
>>        <property name="proj.subdir"  value="Scheduler" />
>>        <property name="proj.name"    value="FundingApp.vbproj" />
>>        <call target="compile" />
>>        [snip]
>> </target>
>> 
>> <target name="compile">
>>        <echo message="Compiling:
${proj.rootdir}\${proj.subdir}\${proj.name}" />
>>        <exec program="C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\devenv.com"
commandline=""${proj.rootdir}\${proj.subdir}\${proj.name}" /build
${build.config}" />
>> </target>
>> 
>> Note: I used [snip] cause there's more components to build.   I'm
using this method for now.  At a later date I will be converting to use
solution tasks and *.sln files.
>> 
>> Felice
>> 
>> 
>> 
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Behalf Of Madhan
>> Retnaswamy
>> Sent: Tuesday, August 24, 2004 12:32 PM
>> To: Felice Vittoria
>> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>> Subject: Re: [Nant-users] Problem with the latest nightly build.
>> 
>> Hi Felice/Gert,
>> 
>> You guys are doing an awesome job supporting the nant group but i
know
>> we are all helpless in this issue. I am just trying to get some hint
>> on this error. Yeah  even i tried searching this error in MSDN
>> knowledge base and through out the google search. but no help...
>> Something just hit my mind now. If this is a microsoft issue with vb
>> compiler in net version 1.0, then why is that only me have this
error.
>> is there any one else in this user group have got this error and if
>> yes what other option they tried to use to get the build working.
>> 
>> Thanks,
>> 
>> Madhan.
>> 
>> On Tue, 24 Aug 2004 07:04:19 -0500, Felice Vittoria
>> <[EMAIL PROTECTED]> wrote:
>> > Madhan,
>> >
>> > I don't know of any updates to this issue.  I tried searching the
MSDN KB for "Command line error BC2001" without any luck.
>> >
>> > Felice
>> >
>> >
>> >
>> > -----Original Message-----
>> > From: [EMAIL PROTECTED]
>> > [mailto:[EMAIL PROTECTED] Behalf Of Madhan
>> > Retnaswamy
>> > Sent: Monday, August 23, 2004 5:59 PM
>> > To: Felice Vittoria; [EMAIL PROTECTED]
>> > Cc: [EMAIL PROTECTED]
>> > Subject: Re: [Nant-users] Problem with the latest nightly build.
>> >
>> > Hi Guys,
>> >
>> > Any updates on my issue??? I am wondering if there are any fixes
>> > issued by Microsoft to resolve this issue. Please let me know if
there
>> > is any solution to this problem.
>> >
>> > thanks,
>> >
>> > Madhan.
>> >
>> > On Mon, 23 Aug 2004 13:57:37 -0500, Felice Vittoria
>> > <[EMAIL PROTECTED]> wrote:
>> > > Madhan,
>> > >
>> > > The latest nightly build is nant-0.85-20040820 ... try that.
>> > >
>> > > Felice
>> > >
>> > >
>> > >
>> > > -----Original Message-----
>> > > From: [EMAIL PROTECTED]
>> > > [mailto:[EMAIL PROTECTED] Behalf Of
Madhan
>> > > Retnaswamy
>> > > Sent: Monday, August 23, 2004 1:33 PM
>> > > To: [EMAIL PROTECTED]
>> > > Cc: [EMAIL PROTECTED]
>> > > Subject: [Nant-users] Problem with the latest nightly build.
>> > >
>> > > Hello Guys!!!
>> > >
>> > > I am using the latest nightly build - nant-0.85-20040817, with
.NET
>> > > Run time version 1.0. i have both SDK 1.0 and SDK 1.1 installed
and
>> > > iam getting this error when trying to build my solution.
>> > >
>> > > [solution] vbc : Command line error BC2001 : file
>> > > 'C:\Development\VisualStudioNet\Projects\sysCFocu
>> > > s\slnCFocus\CFocus\Activities\TakeC' could not be found
>> > > [solution] Failure! (exit code = 1)
>> > > [solution] Build failed.
>> > > [solution] Project 'CFocus' failed!
>> > > [solution] Continuing build with non-dependent projects.
>> > >
>> > > "TakeC" at the end of the filepath is actually a fodler called
>> > > "TakeCalls" and there are nearly 150 source files inside that
folder.
>> > > I dont know which file inside the "TakeCalls" folder that nant is
>> > > trying to locate and dont know why it fails to find that file.
The
>> > > project builds successfully in VS.NET but fails with NAnt.
>> > >
>> > > I am not able to produce a repro for this error. So guys have any
one
>> > > here has come across a simillar error like this or any clues what
>> > > would be going wrong.
>> > >
>> > > Appreciate all your comments in this.
>> > >
>> > > Thanks,
>> > >
>> > > Madhan.
>> > >
>> > >
>> > > -------------------------------------------------------
>> > > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
>> > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
>> > > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
>> > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
>> > > _______________________________________________
>> > > Nant-users mailing list
>> > > [EMAIL PROTECTED]
>> > > https://lists.sourceforge.net/lists/listinfo/nant-users
>> > >
>> >
>> > -------------------------------------------------------
>> > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
>> > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
>> > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
>> > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
>> > _______________________________________________
>> > Nant-users mailing list
>> > [EMAIL PROTECTED]
>> > https://lists.sourceforge.net/lists/listinfo/nant-users
>> >
>> 
>> -------------------------------------------------------
>> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
>> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
>> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
>> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
>> _______________________________________________
>> Nant-users mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/nant-users
>>
>
>
>--__--__--
>
>Message: 2
>From: "Gert Driesen" <[EMAIL PROTECTED]>
>To: "Madhan Retnaswamy" <[EMAIL PROTECTED]>,
>       "Felice Vittoria" <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>
>Subject: Re: [Nant-users] Problem with the latest nightly build.
>Date: Wed, 25 Aug 2004 08:48:00 +0200
>
>Madham,
>
>Try creating a response file for vbc, containing the same information
as 
>output by NAnt in your build file.
>
>eg. :
>
>/target:library
>/nologo
>/rootnamespace:WFB.CFocus
>/optionexplicit+
>/optionstrict+
>/optioncompare:binary
>/d:DEBUG=true
>/d:TRACE=true
>/baseaddress:11000000
>/optimize-
>/debug+
>/warnaserror+
>/out:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\bin\WFB.CFocus.dll"
>/Imports:Microsoft.VisualBasic,System,System.Collections,System.Configu
ration,System.Data,System.Drawing,System.Web,System.Web.UI,System.Web.UI
.HtmlControls,System.Web.UI.WebControls,
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.DirectoryServic
es.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Web.dll"
>/r:"C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.Data.Odbc.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Excepti
onManagement\bin\WFB.CFocus.ExceptionManagement.dll"
>/r:"C:\Program Files\Common Files\Data Dynamics\ActiveReports for 
>.NET\ActiveReports.PdfExport.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Service
Agents\Dependencies\AppCommunicator\WFB.AppCommunication.BusinessRules.d
ll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Microsoft.ApplicationB
locks.ExceptionManagement.Interfaces.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\JacadaA
ccess\bin\WFB.CFocus.JacadaAccess.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Service
Agents\bin\WFB.CFocus.ServiceAgents.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CDBAcce
ss\bin\WFB.CFocus.CDBAccess.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Service
Agents\Dependencies\ServerControls\PetersDatePackage.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\DataAcc
ess\bin\WFB.CFocus.DataAccess.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\LDAPAcc
ess\bin\WFB.CFocus.LDAPAccess.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\IDSAcce
ss\bin\WFB.CFocus.IDSAccess.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Microsoft.ApplicationB
locks.ExceptionManagement.dll"
>/r:"C:\Program Files\Common Files\Data Dynamics\ActiveReports for 
>.NET\ActiveReports.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\ODSPASA
ccess\bin\WFB.CFocus.ODSPASAccess.dll"
>/r:"C:\Program Files\Microsoft Internet Explorer 
>WebControls\Microsoft.Web.UI.WebControls.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Web.Services.dl
l"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Busines
sFacade\bin\WFB.CFocus.BusinessFacade.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Xml.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
>/r:"C:\Program Files\Common Files\Data Dynamics\ActiveReports for 
>.NET\ActiveReports.Viewer.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Design.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Busines
sRules\bin\WFB.CFocus.BusinessRules.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.d
ll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Service
Agents\Dependencies\MSCacheBlock\Microsoft.ApplicationBlocks.Data.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Service
Agents\Dependencies\MSCacheBlock\Microsoft.ApplicationBlocks.Cache.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\Service
Agents\Dependencies\MSCacheBlock\Microsoft.ApplicationBlocks.MemoryMappe
dFile.dll"
>/r:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\SystemF
ramework\bin\WFB.CFocus.SystemFramework.dll"
>/r:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Configuration.I
nstall.dll"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.ucUserInformation.resources","WFB.CFocus.ucUserIn
formation.resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.ucStates.resources","WFB.CFocus.ucStates.resource
s"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.ucShowMessage.resources","WFB.CFocus.ucShowMessag
e.resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.ucHome.resources","WFB.CFocus.ucHome.resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.ucHelp.resources","WFB.CFocus.ucHelp.resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.ucCodeOfTheDay.resources","WFB.CFocus.ucCodeOfThe
Day.resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.ucAppInfo.resources","WFB.CFocus.ucAppInfo.resour
ces"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.PleaseWait.resources","WFB.CFocus.PleaseWait.reso
urces"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.NavigationSub.resources","WFB.CFocus.NavigationSu
b.resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.NavigationMain.resources","WFB.CFocus.NavigationM
ain.resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.ucNavButtons.resources","WFB.CFocus.ucNavButtons.
resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.Information.resources","WFB.CFocus.Information.re
sources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.CfocusHeader.resources","WFB.CFocus.CfocusHeader.
resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.TakeCalls2.resources","WFB.CFocus.TakeCalls2.reso
urces"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.BlankActivity.resources","WFB.CFocus.BlankActivit
y.resources"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.BasePage.resources","WFB.CFocus.BasePage.resource
s"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.StressTest.resources","WFB.CFocus.StressTest.reso
urces"
>/res:"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocu
s\obj\Debug\WFB.CFocus.PacStressTest.resources","WFB.CFocus.PacStressTes
t.resources"
>.....
>.....
>
>"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Act
ivities\TakeCalls\AccountInformation\ActionWizard\UserControls\ucDeliver
iesHow.ascx.vb"
>"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Act
ivities\TakeCalls\AccountInformation\ActionWizard\UserControls\ucCorresp
ondenceRequest.ascx.vb"
>"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Act
ivities\TakeCalls\AccountInformation\UserControls\ucServiceCallInformati
on.ascx.vb"
>"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Exc
eptions\ucDisplayError.ascx.vb"
>"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Act
ivities\TakeCalls\AccountInformation\ActionWizard\AutoNoteRequestedEvent
Args.vb"
>"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Act
ivities\TakeCalls\AccountInformation\ActionWizard\UserControls\ucFeeWaiv
erRequest.ascx.vb"
>"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Pri
ntShop\Classes\ActionRequests\StopPaymentPrintData.vb"
>"C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Ser
vices\IVRUData\Classes\Account.vb"
>
>.....
>
>and save this to, for example, response.txt, and pass this response
file on 
>to the vbc compiler :
>
>eg. vbc.exe @response.txt
>
>If that problem still presistswhen using vbc.exe (which I'm pretty sure
it 
>will), then its definitely a bug in the MS vb.net compiler.
>
>Hope this helps,
>
>Gert
>
>----- Original Message ----- 
>From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
>To: "Felice Vittoria" <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
>Sent: Tuesday, August 24, 2004 11:52 PM
>Subject: Re: [Nant-users] Problem with the latest nightly build.
>
>
>> Gert/Felice,
>>
>> The issue is very wierd and i dont know how to reproduce this in a
>> different test project and send it to you. I dont think i can send
the
>> original project (company's project) here. I also noticed another
>> interesting stuff going on in the build with both net 1.1 and net
1.0.
>> I ran the build script with both net 1.1 and net 1.0 and i compared
>> the list of files compilled by Nant with both net 1.1 and net 1.0. i
>> found that with net 1.1 all files are getting compilled and the build
>> is successful. With net 1.0 also, all files are getting compilled
>> successfully but still for whatever reason after the final file is
>> compiled, vbc still looks for files in a folder and terminates with
an
>> error that file could not be found.This is absolutely wierd!!!!. i
>> dont know why vbc in .Net 1.0 looks for files even after it
>> successfully compiles all the files in the project folder.
>>
>> Sorry Gert..i dont know how to reproduce this error. let me know if
>> you have any ideas???
>> Is it a good idea to call microsoft on this issue.
>>
>> i am also attaching the build out put for both build with net version
>> 1.1 and 1.0. their filesnames are 1-1.txt and 1-0.txt.
>>
>> Thanks,
>>
>> Madhan.
>>
>> On Tue, 24 Aug 2004 13:40:27 -0500, Felice Vittoria
>> <[EMAIL PROTECTED]> wrote:
>>> Madhan,
>>>
>>> Thanks.  However, I don't think of myself as a great supporter of
the 
>>> nant group.  I like to help when I can.
>>>
>>> As for your error, I'm not using .NET 1.0 for my builds nor am I
using 
>>> solution tasks .. I'm using .NET 1.1 and the DevEnv environment.  So
.. 
>>> my build tasks look something like this:
>>>
>>> <target name="buildApps">
>>>        [snip]
>>>        <property name="proj.rootdir" 
>>> value="${src.dir}\Components\ECL\Applications" />
>>>        <property name="proj.subdir"  value="Scheduler" />
>>>        <property name="proj.name"    value="FundingApp.vbproj" />
>>>        <call target="compile" />
>>>        [snip]
>>> </target>
>>>
>>> <target name="compile">
>>>        <echo message="Compiling: 
>>> ${proj.rootdir}\${proj.subdir}\${proj.name}" />
>>>        <exec program="C:\Program Files\Microsoft Visual Studio .NET 
>>> 2003\Common7\IDE\devenv.com" 
>>> commandline=""${proj.rootdir}\${proj.subdir}\${proj.name}" 
>>> /build ${build.config}" />
>>> </target>
>>>
>>> Note: I used [snip] cause there's more components to build.   I'm
using 
>>> this method for now.  At a later date I will be converting to use 
>>> solution tasks and *.sln files.
>>>
>>> Felice
>>>
>>>
>>>
>>> -----Original Message-----
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED] Behalf Of Madhan
>>> Retnaswamy
>>> Sent: Tuesday, August 24, 2004 12:32 PM
>>> To: Felice Vittoria
>>> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>>> Subject: Re: [Nant-users] Problem with the latest nightly build.
>>>
>>> Hi Felice/Gert,
>>>
>>> You guys are doing an awesome job supporting the nant group but i
know
>>> we are all helpless in this issue. I am just trying to get some hint
>>> on this error. Yeah  even i tried searching this error in MSDN
>>> knowledge base and through out the google search. but no help...
>>> Something just hit my mind now. If this is a microsoft issue with vb
>>> compiler in net version 1.0, then why is that only me have this
error.
>>> is there any one else in this user group have got this error and if
>>> yes what other option they tried to use to get the build working.
>>>
>>> Thanks,
>>>
>>> Madhan.
>>>
>>> On Tue, 24 Aug 2004 07:04:19 -0500, Felice Vittoria
>>> <[EMAIL PROTECTED]> wrote:
>>> > Madhan,
>>> >
>>> > I don't know of any updates to this issue.  I tried searching the
MSDN 
>>> > KB for "Command line error BC2001" without any luck.
>>> >
>>> > Felice
>>> >
>>> >
>>> >
>>> > -----Original Message-----
>>> > From: [EMAIL PROTECTED]
>>> > [mailto:[EMAIL PROTECTED] Behalf Of Madhan
>>> > Retnaswamy
>>> > Sent: Monday, August 23, 2004 5:59 PM
>>> > To: Felice Vittoria; [EMAIL PROTECTED]
>>> > Cc: [EMAIL PROTECTED]
>>> > Subject: Re: [Nant-users] Problem with the latest nightly build.
>>> >
>>> > Hi Guys,
>>> >
>>> > Any updates on my issue??? I am wondering if there are any fixes
>>> > issued by Microsoft to resolve this issue. Please let me know if
there
>>> > is any solution to this problem.
>>> >
>>> > thanks,
>>> >
>>> > Madhan.
>>> >
>>> > On Mon, 23 Aug 2004 13:57:37 -0500, Felice Vittoria
>>> > <[EMAIL PROTECTED]> wrote:
>>> > > Madhan,
>>> > >
>>> > > The latest nightly build is nant-0.85-20040820 ... try that.
>>> > >
>>> > > Felice
>>> > >
>>> > >
>>> > >
>>> > > -----Original Message-----
>>> > > From: [EMAIL PROTECTED]
>>> > > [mailto:[EMAIL PROTECTED] Behalf Of
Madhan
>>> > > Retnaswamy
>>> > > Sent: Monday, August 23, 2004 1:33 PM
>>> > > To: [EMAIL PROTECTED]
>>> > > Cc: [EMAIL PROTECTED]
>>> > > Subject: [Nant-users] Problem with the latest nightly build.
>>> > >
>>> > > Hello Guys!!!
>>> > >
>>> > > I am using the latest nightly build - nant-0.85-20040817, with
.NET
>>> > > Run time version 1.0. i have both SDK 1.0 and SDK 1.1 installed
and
>>> > > iam getting this error when trying to build my solution.
>>> > >
>>> > > [solution] vbc : Command line error BC2001 : file
>>> > > 'C:\Development\VisualStudioNet\Projects\sysCFocu
>>> > > s\slnCFocus\CFocus\Activities\TakeC' could not be found
>>> > > [solution] Failure! (exit code = 1)
>>> > > [solution] Build failed.
>>> > > [solution] Project 'CFocus' failed!
>>> > > [solution] Continuing build with non-dependent projects.
>>> > >
>>> > > "TakeC" at the end of the filepath is actually a fodler called
>>> > > "TakeCalls" and there are nearly 150 source files inside that
folder.
>>> > > I dont know which file inside the "TakeCalls" folder that nant
is
>>> > > trying to locate and dont know why it fails to find that file.
The
>>> > > project builds successfully in VS.NET but fails with NAnt.
>>> > >
>>> > > I am not able to produce a repro for this error. So guys have
any one
>>> > > here has come across a simillar error like this or any clues
what
>>> > > would be going wrong.
>>> > >
>>> > > Appreciate all your comments in this.
>>> > >
>>> > > Thanks,
>>> > >
>>> > > Madhan.
>>> > >
>>> > >
>>> > > -------------------------------------------------------
>>> > > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank

>>> > > Media
>>> > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only
$33
>>> > > Save 50% off Retail on Ink & Toner - Free Shipping and Free
Gift.
>>> > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
>>> > > _______________________________________________
>>> > > Nant-users mailing list
>>> > > [EMAIL PROTECTED]
>>> > > https://lists.sourceforge.net/lists/listinfo/nant-users
>>> > >
>>> >
>>> > -------------------------------------------------------
>>> > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
>>> > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
>>> > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
>>> > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
>>> > _______________________________________________
>>> > Nant-users mailing list
>>> > [EMAIL PROTECTED]
>>> > https://lists.sourceforge.net/lists/listinfo/nant-users
>>> >
>>>
>>> -------------------------------------------------------
>>> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
>>> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
>>> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
>>> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
>>> _______________________________________________
>>> Nant-users mailing list
>>> [EMAIL PROTECTED]
>>> https://lists.sourceforge.net/lists/listinfo/nant-users
>>>
>> 
>
>
>
>--__--__--
>
>Message: 3
>Reply-To: <[EMAIL PROTECTED]>
>From: "Dan Pupek" <[EMAIL PROTECTED]>
>To: "NAnt Users List" <[EMAIL PROTECTED]>
>Subject: RE: [Nant-users] What is Nantpad worth?
>Date: Wed, 25 Aug 2004 07:40:30 -0500
>
>This is a multi-part message in MIME format.
>
>------=_NextPart_000_0020_01C48A76.CBC50FC0
>Content-Type: text/plain;
>       charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>
>I just had to add my two cents.
>
>(1) The price is outrageous, you should consider a much lower price.
>
>(2) I actually prefer VS.Net and Intellisense and so far as I can tell
all
>of the engineers in my shop do. NantPad over complicates matters and
makes
>it a little harder to tweak the build files.
>
>Dan Pupek
>Software Engineer
>Advanced Systems Technology, Inc
>[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>(850) 475-4038
>
>
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of James
Geurts
>Sent: Tuesday, August 24, 2004 10:56 AM
>To: [EMAIL PROTECTED]
>Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
>[EMAIL PROTECTED]
>Subject: RE: [Nant-users] What is Nantpad worth?
>
>
>Open up a project with a build file in it.
>Right click the build file (from Solution Explorer)
>Select Open With...
>Highlight Html/Xml Editor
>Click Set as Default button
>Click close
>
>
>
>> While we're on the subject. I've done all my nant development in
>> TextPad.
>>
>>
>>
>> How do you get VS.Net to recognize a .build file as an xml file?
>>
>>
>
>
>
>
>
>-------------------------------------------------------
>SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
>100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
>Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
>http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
>_______________________________________________
>Nant-users mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/nant-users
>
>------=_NextPart_000_0020_01C48A76.CBC50FC0
>Content-Type: text/x-vcard;
>       name="Daniel Pupek.vcf"
>Content-Transfer-Encoding: quoted-printable
>Content-Disposition: attachment;
>       filename="Daniel Pupek.vcf"
>
>BEGIN:VCARD
>VERSION:2.1
>N:Pupek;Daniel
>FN:Daniel Pupek
>NICKNAME:Dan
>ORG:Advanced Systems Technology, Inc.;TDD
>TITLE:Software Engineer
>TEL;WORK;VOICE:(850) 475-4038
>TEL;HOME;VOICE:(850) 479-6217
>TEL;CELL;VOICE:(850) 529-0055
>TEL;HOME;FAX:(775) 924-5047
>ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America
>LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:8130 Pitman =
>Ave.=3D0D=3D0APensacola, Florida=3D0D=3D0AUnited States of America
>ADR;HOME;ENCODING=3DQUOTED-PRINTABLE:;;15 Village Green =
>Drive=3D0D=3D0AApt 209;Lawton;OK;73505;United States of Ameri=3D
>ca
>LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:15 Village Green =
>Drive=3D0D=3D0AApt 209=3D0D=3D0ALawton, OK 73505=3D0D=3D0AUnited =
>States=3D
> of America
>URL;WORK:http://danpupek.homeip.net
>ROLE:Software Engineer
>BDAY:20020603
>EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
>EMAIL;INTERNET:[EMAIL PROTECTED]
>REV:20030827T160544Z
>END:VCARD
>
>------=_NextPart_000_0020_01C48A76.CBC50FC0--
>
>
>
>
>--__--__--
>
>_______________________________________________
>Nant-users mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/nant-users
>
>
>End of Nant-users Digest
>
 
                 


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to