Bug 26044 - Unexpected full builds
Summary: Unexpected full builds
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-12 09:59 EST by Philipe Mulet CLA
Modified: 2002-11-14 09:58 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 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.