Bug 24671

Summary: Attaching source to JAR triggers build
Product: [Eclipse Project] JDT Reporter: Knut Radloff <knut_radloff>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Knut Radloff CLA 2002-10-10 16:16:30 EDT
build 20021009

I have the plugin org.eclipse.swt imported in my workspace. For some reason 
there was no source attached to it so I went to the properties of the swt.jar 
to attach the source jar manually. When I closed the properties dialog a build 
was started, apparently of all projects that have org.eclipse.swt on their 
classpath.
Autobuild was enabled.
Comment 1 Philipe Mulet CLA 2002-10-15 17:17:34 EDT
The .classpath file is modified, however the builder should not see a real 
change in there.
Comment 2 Kent Johnson CLA 2002-10-16 17:24:18 EDT
Tried to reproduce... a build happened but nothing was recompiled since the jar 
file did not change.

Knut: Did your build take a long time? Can you reproduce it with the builder 
trace enabled?
Comment 3 Knut Radloff CLA 2002-10-17 14:13:33 EDT
I'm pretty certain that it triggered an actual build. If I recall correctly it 
recompiled stuff, taking a few minutes. I can't reproduce the problem though. 
Comment 4 Kent Johnson CLA 2002-10-21 10:49:15 EDT
Tried to reproduce but could not. Reopen if you find repeatable steps.