Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » prevent build/selective builds
prevent build/selective builds [message #24441] Thu, 15 May 2003 08:12 Go to next message
Eclipse UserFriend
Originally posted by: benjamin.walther.sunrise.net

Hi,

Can you prevent do a full clean and build when you change project
properties, e.g. add a jar library?

Can I build just a package tree and not the whole project?


Thanks for help

Ben
Re: prevent build/selective builds [message #25070 is a reply to message #24441] Thu, 15 May 2003 14:13 Go to previous message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

Ben,

No. If you add a jar to the build path, you may change the definition
of a class. For example, if a1.jar contains com.example.A is put on the
classpath before a2.jar, which also contains com.example.A, you can
potentially change the definition of A.

The incremental builder (which normally runs when you save a file) only
builds what needs to be built, but full builds work on projects.

jkca

Ben wrote:
> Hi,
>
> Can you prevent do a full clean and build when you change project
> properties, e.g. add a jar library?
>
> Can I build just a package tree and not the whole project?
>
>
> Thanks for help
>
> Ben
>
Previous Topic:unavailable local variables when debugging
Next Topic:Import JBuilder 5/6 to Eclipse
Goto Forum:
  


Current Time: Mon May 12 16:38:52 EDT 2025

Powered by FUDForum. Page generated in 0.03257 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top