Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 424771

Summary: Bug reading .classpath
Product: [Eclipse Project] JDT Reporter: Daniel Winterstein <daniel.winterstein>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: stephan.herrmann
Version: 4.4   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Daniel Winterstein CLA 2013-12-31 02:30:28 EST
Eclipse won't build a project, saying:

Project 'winterwell.web' is missing required library: '/middleware/solrj/httpcore-4.2.5.jar'	winterwell.web		Build path	Build Path Problem
Project 'winterwell.web' is missing required library: '/middleware/solrj/httpclient-4.2.6.jar'	winterwell.web		Build path	Build Path Problem
Project 'winterwell.web' is missing required library: '/middleware/solrj/httpmime-4.2.6.jar'	winterwell.web		Build path	Build Path Problem
The project cannot be built until build path errors are resolved	winterwell.web		Unknown	Java Problem

However none of these jars are used by that project!

Making any edit to the build-path and saving it fixes the problem. But it re-occurs the next time I start Eclipse.

Here is the .classpath:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test.dodgy"/>
	<classpathentry kind="src" path="test.utils"/>
	<classpathentry kind="src" output="bin.test" path="test"/>
	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="/middleware/jakarta/commons-fileupload-1.2.1.jar" sourcepath="/middleware/jakarta/commons-fileupload-1.2.1-sources.jar"/>
	<classpathentry kind="lib" path="/middleware/MimeUtil/dist/mime-util.jar" sourcepath="/middleware/MimeUtil/src.zip"/>
	<classpathentry exported="true" kind="lib" path="/middleware/jakarta/commons-lang.jar" sourcepath="/middleware/jakarta/commons-lang3-3.1-sources.jar"/>
	<classpathentry kind="lib" path="/middleware/java2html/java2html.jar" sourcepath="/middleware/java2html/java2html_src.zip"/>
	<classpathentry kind="lib" path="/middleware/javamail/lib/dsn.jar"/>
	<classpathentry kind="lib" path="/middleware/javamail/lib/imap.jar" sourcepath="/middleware/javamail/src.zip">
		<attributes>
			<attribute name="javadoc_location" value="file:/home/miles/code/middleware/javamail/docs/javadocs/"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="lib" path="/middleware/javamail/lib/mailapi.jar" sourcepath="/middleware/javamail/src.zip">
		<attributes>
			<attribute name="javadoc_location" value="jar:platform:/resource/middleware/javamail/docs.zip!/docs/javadocs"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="lib" path="/middleware/javamail/lib/pop3.jar"/>
	<classpathentry exported="true" kind="lib" path="/middleware/javamail/mail.jar" sourcepath="/middleware/javamail/src.zip">
		<attributes>
			<attribute name="javadoc_location" value="jar:platform:/resource/middleware/javamail/docs.zip!/docs/javadocs"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
	<classpathentry kind="lib" path="/middleware/dumbster/dumbster1.6.jar"/>
	<classpathentry kind="lib" path="/middleware/jakarta/commons-codec-1.4.jar"/>
	<classpathentry kind="lib" path="/middleware/jakarta/httpclient-cache-4.X.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/apache-mime4j-0.6.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/cssparser-0.9.5.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/htmlunit-2.8.jar" sourcepath="/middleware/htmlunit/src-main.zip"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/htmlunit-core-js-2.8.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/nekohtml-1.9.14.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/sac-1.3.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/serializer-2.7.1.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/xalan-2.7.1.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/xercesImpl-2.9.1.jar"/>
	<classpathentry kind="lib" path="/middleware/htmlunit/lib/xml-apis-1.3.04.jar"/>
	<classpathentry kind="lib" path="/middleware/log4j/log4j-1.2.15.jar"/>
	<classpathentry kind="lib" path="/middleware/jakarta/commons-io-2.X.jar"/>
	<classpathentry kind="lib" path="/middleware/jakarta/commons-collections-3.2.1.jar"/>
	<classpathentry kind="lib" path="/middleware/jetty/jetty-continuation.jar"/>
	<classpathentry kind="lib" path="/middleware/jetty/jetty-http.jar"/>
	<classpathentry kind="lib" path="/middleware/jetty/jetty-io.jar"/>
	<classpathentry kind="lib" path="/middleware/jetty/jetty-security.jar"/>
	<classpathentry kind="lib" path="/middleware/jetty/jetty-server.jar" sourcepath="/middleware/jetty/jetty-server-7.5.4.v20111024-sources.jar"/>
	<classpathentry kind="lib" path="/middleware/jetty/jetty-servlet.jar"/>
	<classpathentry kind="lib" path="/middleware/jetty/jetty-util.jar" sourcepath="/middleware/jetty/jetty-http-7.5.4.v20111024-sources.jar"/>
	<classpathentry kind="lib" path="/middleware/jetty/jetty-websocket.jar"/>
	<classpathentry combineaccessrules="false" kind="src" path="/winterwell.utils"/>
	<classpathentry kind="lib" path="/middleware/tagsoup/tagsoup.jar"/>
	<classpathentry kind="lib" path="/middleware/jakarta/commons-logging.jar"/>
	<classpathentry kind="lib" path="/middleware/servlet/servlet-api-3.0.jar" sourcepath="/middleware/servlet/servlet-api-3.0.jar"/>
	<classpathentry kind="lib" path="/middleware/jakarta/httpclient-4.X.jar"/>
	<classpathentry kind="lib" path="/middleware/jakarta/httpcore-4.X.jar"/>
	<classpathentry kind="lib" path="/middleware/jakarta/httpmime-4.X.jar"/>
	<classpathentry kind="lib" path="/middleware/javamail/lib/smtp.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>




-- Configuration Details --
Product: Eclipse 2.0.0.20130613-0530 (org.eclipse.epp.package.jee.product)
Installed Features:
 org.eclipse.jdt 3.9.0.v20130605-2000
Comment 1 Eclipse Genie CLA 2018-10-08 03:43:44 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Stephan Herrmann CLA 2018-10-08 15:28:23 EDT
@Daniel, from the details in this report we are unable to investigate. Obviously, s.o. should have asked more details back then.

I'm closing the bug, but if it is still relevant for you, and if you are in a position to answer follow-up questions, feel free to re-open.