Bug 24412 - consider warning the user if a project depends on a project with a different JRE".
Summary: consider warning the user if a project depends on a project with a different ...
Status: RESOLVED DUPLICATE of bug 36674
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M5   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-04 14:56 EDT by Genady Beryozkin CLA
Modified: 2003-10-30 04:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Genady Beryozkin CLA 2002-10-04 14:56:22 EDT
consider warning the user if a project depends on a project with a different 
JRE"

See bug #24205 (http://bugs.eclipse.org/bugs/show_bug.cgi?id=24205) for the 
possible consequences.
Comment 1 Adam Kiezun CLA 2002-10-08 05:23:31 EDT
asking Martin for coment
Comment 2 Martin Aeschlimann CLA 2002-10-08 06:25:50 EDT
This would be a buildpath marker that has to be created by the compiler.
But I guess its not so easy as the compiler doesn't really know what a JRE is.

Moving to to jcore
Comment 3 Philipe Mulet CLA 2002-10-08 08:40:00 EDT
We could check for entry using the same container path which does resolve to a 
distinct container. 

Yet another optional warning... but making the job of marker refresh more 
complex.

Time permitting.
Comment 4 Philipe Mulet CLA 2003-10-30 04:48:48 EST
reopen
Comment 5 Philipe Mulet CLA 2003-10-30 04:50:35 EST
closing, support was added a while ago in 3.0 stream. This behavior is 
accessible through an option on the Java compiler preferences (build path tab).

*** This bug has been marked as a duplicate of 36674 ***