Bug 24671 - Attaching source to JAR triggers build
Summary: Attaching source to JAR triggers build
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   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-10-10 16:16 EDT by Knut Radloff CLA
Modified: 2002-10-21 10:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.