• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Java building not very smart?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java building not very smart?


  • Subject: Re: Java building not very smart?
  • From: David Ewing <email@hidden>
  • Date: Thu, 27 May 2004 10:35:48 -0600

On May 26, 2004, at 9:52 AM, Randall Meadows wrote:

Ok, so I have this Java project built in Xcode. I can build it with no errors (just some deprecated API use warnings); when I edit just a single file, and build again, or even when I *immediately* click Build again without touching any files, it proceeds to compile *all* the source files in the project *again*. I'll be the first to admit I'm not very Java-savvy at all, but is this behavior just the nature of the beast when it comes to Java, or is Xcode just not smart enough to know better? Or is there some way I can configure my project better to help out this situation?

This is expected behavior when Indexing is turned off. Xcode uses the index to provide build dependencies and without that information it needs to recompile all the .java source files to ensure correct builds.


Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Java building not very smart?
      • From: Christian Pekeler <email@hidden>
References: 
 >Java building not very smart? (From: Randall Meadows <email@hidden>)

  • Prev by Date: Newbie question
  • Next by Date: where is sys/types.h?
  • Previous by thread: Java building not very smart?
  • Next by thread: Re: Java building not very smart?
  • Index(es):
    • Date
    • Thread