Bug 54420 - JavaModelException looking for ant.ui
Summary: JavaModelException looking for ant.ui
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-11 02:19 EST by Wassim Melhem CLA
Modified: 2004-05-17 09:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wassim Melhem CLA 2004-03-11 02:19:00 EST
Build: I-20040310

Maybe this is a much less severe manifestation of the AST Creation error that 
was fixed recently.

I have pde.ui and pde.core checked out from cvs.
pde.ui's classpath container references external antui.jar coming from 
external plug-in ant.ui.

I found the following exception in my log.  Not sure when it was thrown.  I'm 
hoping you guys could make out of the stack.
Note that org.eclipse.ant.ui is not a project in my workspace.  It is an 
external plug-in.

!SESSION Mar 10, 2004 21:21:42.646 --------------------------------------------
-
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -shared D:\Eclipse\eclipse\eclipse.exe -shared d1c_68 -
data D:\Eclipse\UpdatedSource\plugins -Xmx256M -vm C:\Program 
Files\Java\j2re1.4.2\bin\javaw.exe -vmargs -cp D:\Eclipse\eclipse\startup.jar 
org.eclipse.core.launcher.Main
!ENTRY org.eclipse.jdt.ui 4 10001 Mar 10, 2004 21:21:42.646
!MESSAGE Internal Error
!STACK 1
Java Model Exception: Java Model Status [org.eclipse.ant.ui does not exist.]
	at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation
(JavaModelOperation.java:735)
	at org.eclipse.jdt.internal.core.BinaryType.newTypeHierarchy
(BinaryType.java:623)
	at org.eclipse.jdt.internal.core.BinaryType.newTypeHierarchy
(BinaryType.java:642)
	at org.eclipse.jdt.internal.core.BinaryType.newTypeHierarchy
(BinaryType.java:612)
	at 
org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle.doHierarchyRef
resh(TypeHierarchyLifeCycle.java:123)
	at 
org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle.access$0
(TypeHierarchyLifeCycle.java:109)
	at 
org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle$1.run
(TypeHierarchyLifeCycle.java:97)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run
(ModalContext.java:101)
!SUBENTRY 1 org.eclipse.jdt.core 4 969 Mar 10, 2004 21:21:42.646
!MESSAGE org.eclipse.ant.ui does not exist.
Comment 1 Jerome Lanneluc CLA 2004-03-25 03:57:46 EST
Was "org.eclipse.ant.ui" a project in your workspace at one time?
Comment 2 Philipe Mulet CLA 2004-05-13 07:46:23 EDT
Wassim - can you still reproduce it on latest ? If so, then please provide 
steps.
Comment 3 Jerome Lanneluc CLA 2004-05-17 09:53:27 EDT
Please reopen if you have steps.