Re: Java and .NET (no Flames Pls)

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 09/16/04


Date: Thu, 16 Sep 2004 17:14:16 +0100

Mike Newton <MNewton@discussions.microsoft.com> wrote:
> > Note that I don't mean "as you type" error detection - I mean actual
> > compilation. In Eclipse, by default it compiles the code every time you
> > hit save. If VS.NET did that, it would be a pain in the neck because it
> > would recompile a whole load of stuff which hadn't changed
>
> That's not exactly true. You can set projects to be compiled
> incrementally, and csc will only compile those tidbits that have been
> changed.
>
> Granted, this isn't the default, but it *does* exist. Check out a
> rather large library like iTextSharp, which is set to incremental build.
> The first compile is long, but subsequent compiles are very fast (and
> I have made a few minor tweaks).

Now that's interesting - where's the option for that? I can't find it
in VS.NET 2003.

(I assume it recompiles dependent files, etc - just recompiling the
files which have changed isn't enough.)

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Relevant Pages

  • Re: Which to use VB.NET or C#?
    ... > You can simply create your class libraries in a separate project and reference them. ... > You can then just recompile them if you wish. ... Also, precompiling a Web site compiles only that site, not any child sites. ... If a Web site contains a child folder that is marked as an application in IIS, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Community Starter Kit wont compile ASPNET.StarterKit.Communities.dll
    ... ASP.NET 2.0 compiles on the fly and does not ... create a DLL that is easily found. ... it would not require recompile to add events. ... do some basic updates. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Cannot find symbol java error (newbie question)
    ... //never compiles ... Ok, well, this program can be cut and pasted and it will recompile ... I missed a curly braces at the very end of my cut and ...
    (comp.lang.java.programmer)
  • kernel hacking
    ... I was making changes to 4.5 source code. ... I tried to recompile the kernel. ... it compiles well but is not able to link it. ...
    (freebsd-hackers)
  • Re: oci7 and oracle10g
    ... why not recompile the application against the new release? ... have recompiled our applications pro*c, Forms, and ReportWriter with ... Warning by default our 64 bit Oracle compiles all ...
    (comp.databases.oracle.misc)

Loading