Bug 77179 - Build configurator error when renaming packages
Summary: Build configurator error when renaming packages
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.2.0 M1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.2.0 M2   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-28 08:13 EDT by Sian January CLA
Modified: 2004-11-03 12:39 EST (History)
0 users

See Also:


Attachments
PNG image showing the error dialog (27.34 KB, image/png)
2004-10-28 08:14 EDT, Sian January CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sian January CLA 2004-10-28 08:13:25 EDT
I have a Java project in my workspace that has previously been an AspectJ 
project.  I needed to rename some packages.  For each rename I got a dialog 
box pop up with various errors from the build configurator.  (Image 
attached).  

This doesn't happen if the project is still an AspectJ project.  Perhaps when 
the AspectJ nature is removed the build configurator needs to be updated so 
that it's not listening for events related to that project any more.
Comment 1 Sian January CLA 2004-10-28 08:14:23 EDT
Created attachment 15437 [details]
PNG image showing the error dialog

Image showing the error dialog that pops up.
Comment 2 Matt Chapman CLA 2004-11-03 12:39:31 EST
Now fixed. We still need the listener as it operates at the workbench level, but
we now handle this case where a project doesn't have a build configuration.