Bug 26044

Summary: Unexpected full builds
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2002-11-12 09:59:58 EST
v_282

With latest builder, full builds occur as soon as a project is added (even 
unrelated other projects get fooled).

Classpath jar file D:/jdk1.4.1/jre/lib/rt.jar != Classpath jar file 
D:/eclipse/workspaces/dev2.0/plugins/Crap/jdk1.4.1/jre/lib/rt.jar
Clearing last state : State for Crap (#0 @ Tue Nov 12 13:46:35 CET 2002)
FULL build
About to compile src/A.java
Comment 1 Kent Johnson CLA 2002-11-12 11:38:00 EST
External vs. project relative jar file test was incorrect.
Comment 2 Philipe Mulet CLA 2002-11-13 11:23:41 EST
I am still seeing problems:

Classpath jar file 
D:/eclipse/workspaces/dev2.0/plugins/org.apache.xerces/xmlParserAPIs.jar != 
Classpath jar file 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core/eclipse/workspaces/dev
2.0/plugins/org.apache.xerces/xmlParserAPIs.jar
Clearing last state : State for org.eclipse.jdt.core (#0 @ Wed Nov 13 15:27:30 
CET 2002)
FULL build
About to compile antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java
About to compile 
batch/org/eclipse/jdt/internal/compiler/batch/ClasspathDirectory.java
Comment 3 Philipe Mulet CLA 2002-11-13 11:34:11 EST
Exiting and restarting makes it occur again, slightly different:

Successfully read state for org.eclipse.jdt.core
Classpath jar file 
D:/eclipse/workspaces/dev2.0/plugins/org.apache.xerces/xmlParserAPIs.jar != 
Classpath jar file 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core/xmlParserAPIs.jar
Clearing last state : State for org.eclipse.jdt.core (#1 @ Wed Nov 13 17:28:14 
CET 2002)
FULL build
About to compile antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java
About to compile 
batch/org/eclipse/jdt/internal/compiler/batch/ClasspathDirectory.java
About to compile batch/org/eclipse/jdt/internal/compiler/batch/ClasspathJar.java
Comment 4 Kent Johnson CLA 2002-11-13 15:33:20 EST
Need to use workspace relative paths for binary folders & jar files.
Comment 5 David Audel CLA 2002-11-14 09:58:37 EST
Verified.