Bugs item #926125, was opened at 2004-03-30 16:44 Message generated for change (Comment added) made by henning333 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=926125&group_id=31650
Category: other Group: 0.85 Status: Open Resolution: None Priority: 5 Submitted By: Jon Henning (henning333) Assigned to: Nobody/Anonymous (nobody) Summary: Too many resources Initial Comment: I am experiencing a problem with the compilation of a project that contains hundreds of reports. It appears that the problem is with the vbc.exe for 1.0 of the framework only allows approx. 10847 characters for the input file passed into it. This appears to work in 1.1 of the framework. I know that this is not your issue, it is Microsofts, but I was wondering if there was an easy way to from the solution task level to stop the resource files from being compiled? I'm using nant-0.85-20040328. I get this error with 1.0 when the commands.txt contains more than 10847 characters vbc.exe @"c:\commands.txt" vbc : Command line error BC2001 : file 'c:\myproject\Source\Web\Reports\Sa' could not be found Any advice on this would be much appreciated, Jon ---------------------------------------------------------------------- >Comment By: Jon Henning (henning333) Date: 2004-04-08 19:26 Message: Logged In: YES user_id=1006610 It appears that by default vs.net creates an empty resx file for every aspx page. These are now getting recompiled every time since they are compiled to a different temp folder, thus causing the build process to be a lot longer than earlier versions of nant. For this reason it would be nice to turn it off in addition to the one I mentioned about too many parameters being passed to the vbc.exe example /res:"C:\DOCUME~1\MYUSER~1\LOCALS~1 \Temp\hwae_qwr\MyCompany.Reports.web\ReportParamCtl.as cx.resources","MyCompany.Reports.Web.ReportParamCtl.resour ces" ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2004-04-08 19:02 Message: Logged In: YES user_id=707851 Not sure I understand what you're trying to achieve here ... Why do you have that many resource files in your projects if you don't need them ? ---------------------------------------------------------------------- Comment By: Jon Henning (henning333) Date: 2004-04-02 14:14 Message: Logged In: YES user_id=1006610 I would like the ability to specify by solution or project to not automatically compile the resource files (via an attribute or excludes element). In my particular case we only have a single project (out of 10) that needs its resource files compiled. ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2004-04-02 05:12 Message: Logged In: YES user_id=707851 What exactly would you want us to do here ? Not include the resources in the assembly at all ?? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=926125&group_id=31650 ------------------------------------------------------- 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-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers