Gert,

Sorry to bother you too much!!!.

I tried to develop a sample application with real long file path names
and lot of subfolders to mimic my actual project. but the test project
got built successfully with NAnt. so even i dont know how to reproduce
this error (vbc Command line error BC2001).

i browsed the Sourceforge web site to see if any one else has reported
the same error and i found one. here is the link to that posting...

https://sourceforge.net/tracker/?func=detail&atid=402868&aid=926125&group_id=31650

This is exaclty the same error which i have got and the explanation
looks like it is because of too many files being fed to the vbc
compiler at a time especially too many resource files being fed to the
vbc compiler.

i was telling you that my build is working fine with the nant stable
release 0.84. I noticed that in the nightly builds all the resource
files are being compiled and dumped into the obj/<configuration>
folder and with the stable release this is not happening, in the sense
i am guessing that the resource files not getting compiled. i dont see
any resource file dump in the obj/<configuration> folder when building
with nant 0.84.

I just want to pass on this information to you and just wanted to know
if this gives you any hint about what the actual issue would be and if
this is still a microsoft issue, then i think i have to wait till my
company moves forward to migrate to .net 1.1.

Thanks for your help,

Madhan.

On Wed, 25 Aug 2004 23:04:12 +0200, Gert Driesen
<[EMAIL PROTECTED]> wrote:
> Madhan,
> 
> The build log you attached does not really help us much further.
> 
> As you've already found out for yourself, this is really a vbc issue, and
> I'm afraid there's not much we can do about that ... Can't you just move the
> solution to a higher directory level (eg. from
> "c:\development\visualstudionet\projects\syscfocus\slncfocus" to
> "c:\slncfocus") as a workaround ?
> 
> I really encourage you to create a sample solution that would allow me to
> reproduce this issue, and you can use it to bring this issue to the
> attention of MS ...
> 
> Gert
> 
> 
> 
> ----- Original Message -----
> From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
> To: "Gert Driesen" <[EMAIL PROTECTED]>; "Castro, Edwin Gabriel (Firing
> Systems Engr.)" <[EMAIL PROTECTED]>
> Cc: "Felice Vittoria" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Wednesday, August 25, 2004 10:47 PM
> Subject: Re: [Nant-users] Problem with the latest nightly build.
> 
> > Gert/ Edwin,
> >
> > It will take us some time to move to net-1.1. So i need to fix this
> > build with net-1.0 only as of now. I tried installing .net 1.0 SP2,
> > but no use. still getting the same error. And looks like net 1.0 SP3
> > will be available for download only in September. And I am prety sure
> > that the latest stable release of nant (Nant 0.84 - 2003 - 12  - 25)
> > is working perfectly fine and it does not throw this vbc: compiler
> > error. I tried to build my solution agian with this stable release and
> > the build was successful. I am attachig the build out put using nant
> > 0.84 with net 1.0. Looks to me like nant 0.84 is prety stable with net
> > 1.0. the only issue which is not resolved in that release is the issue
> > with the project references not being picked up.  So guys let me know
> > if there is anything you can do to get the project reference issue fix
> > in the stable release (nant 0.84) and i can give a shot with it.
> > Really appreciate your support.
> >
> > Thanks,
> >
> > Madhan.
> >
> > On Wed, 25 Aug 2004 13:31:03 -0500, Castro, Edwin Gabriel (Firing
> > Systems Engr.) <[EMAIL PROTECTED]> wrote:
> >> Hi Madhan,
> >>
> >> I bet if you took your concern to Microsoft they'd tell you to upgrade
> >> to .NET Framework 1.1. I'm also willing to bet that most people using
> >> NAnt with VB.NET have also upgraded to .NET Framework 1.1. That said,
> >> you could try Microsoft and see if they'll give you a special fix for
> >> the vbc compiler... I wouldn't hold my breath though...
> >>
> >> --
> >> Edwin G. Castro
> >> Firing Systems Engineer
> >> [EMAIL PROTECTED]
> >>
> >>
> >> -----Original Message-----
> >> From: [EMAIL PROTECTED]
> >> [mailto:[EMAIL PROTECTED] On Behalf Of Madhan
> >> Retnaswamy
> >> Sent: Wednesday, August 25, 2004 9:42 AM
> >> To: Gert Driesen
> >> Cc: Felice Vittoria; [EMAIL PROTECTED]
> >> Subject: Re: [Nant-users] Problem with the latest nightly build.
> >>
> >> Gert,
> >> Yes, your right!!!!
> >> I fed the response file to the vbc.exe and i got the same error
> >> message..
> >>
> >> C:\Madhan>vbc.exe @response.txt
> >> vbc : Command line error BC2001 : file
> >> 'C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\
> >> CFocus\Activities\TakeC' could not be found
> >>
> >> So..it is a Microsoft Bug!!!!!!  AHHHAAA......
> >>
> >> Any ways i am still wondering why this error is not showing up with the
> >> stable release of Nant 0.84 - 2003 - 12  - 25 with net version 1.0. and
> >> if other people out there using .net 1.0, what are they doing with this
> >> bug.
> >>
> >> Thanks for confirming this bug. so what should be my next step...
> >> Should i contact Microsoft for a hot fix. please suggest me a direction
> >> to proceed on this issue..
> >>
> >> Thanks,
> >>
> >> Madhan.
> >>
> >> On Wed, 25 Aug 2004 08:48:00 +0200, Gert Driesen
> >> <[EMAIL PROTECTED]> wrote:
> >> > Madham,
> >> >
> >> > Try creating a response file for vbc, containing the same information
> >> > as output by NAnt in your build 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

Reply via email to