Bug 25499 - Need helpful message when ant core lib/jar is missing
Summary: Need helpful message when ant core lib/jar is missing
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-10-29 12:13 EST by Jared Burns CLA
Modified: 2002-10-29 15:55 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2002-10-29 12:13:53 EST
If you run Eclipse without the ant core lib/jar, we generate an error 
telling the user that an org.apache.ant class (DefaultInputHandler)
cannot be found. It would be nice if we could make the real problem
known.
Comment 1 Darin Swanson CLA 2002-10-29 15:55:55 EST
Turns out this is an artifact of self hosting.
If you launch an eclipse missing the lib jar, the error correctly reports that 
InternalAntRunner is missing.