prevent build/selective builds [message #24441] |
Thu, 15 May 2003 08:12  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.03257 seconds