Bug 106813 - !MESSAGE project does not exist message when closing AJ project
Summary: !MESSAGE project does not exist message when closing AJ project
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.2.1   Edit
Assignee: Sian January CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 01:37 EDT by Missing name CLA
Modified: 2005-08-12 10:01 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 Missing name CLA 2005-08-12 01:37:24 EDT
Hi,

I downloaded the latest 1.3 dev build of AJDT

when I close my aspectj project I get 3 msgs in error log
without any exception trace. 

---------------- error log content ----------------

!ENTRY org.eclipse.jdt.core 4 969 2005-08-12 17:32:47.143
!MESSAGE LearnAsjpectJ does not exist

!ENTRY org.eclipse.jdt.core 4 969 2005-08-12 17:32:47.143
!MESSAGE LearnAsjpectJ does not exist

!ENTRY org.eclipse.jdt.core 4 969 2005-08-12 17:32:47.154
!MESSAGE LearnAsjpectJ does not exist
-----------------------------------------------
Eclipse 3.1 continues to work fine

Cheers
Comment 1 Sian January CLA 2005-08-12 10:01:03 EDT
Added a check to the removeFileFromModel() method in AJCompilationUnitManager 
to check that the project is open before performing an operation on it.