Weird Eclipse 3.0 problem with multiple projects
From: Amol (deshmua_at_ececs.uc.edu)
Date: 02/13/04
- Next message: We all love leeds: "SCITE ext editor"
- Previous message: gmcdanie: "Re: Java Decompiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 Feb 2004 10:00:50 -0800
Hi,
I'm facing a weird problem with eclipse 3.0 that started
all of a sudden after I have been using it for more than
a month with no prior problem.
Problem Description:
I have two projects, one for my EJBs and another for my
Swing GUI. In the Swing GUI, I add the jar formed by
building the EJBs as "external jars" in the build path.
I have ant integration with eclipse for my builds.
Now, both the projects get built fine with Ant. However
in the Swing GUI _some_ of the classes show multiple errors
saying some of the files from the EJB project are not found,
in the import statements and wherever referenced. The exact
same classes are found by other java files in the swing
package. So I don't understand what is wrong.
Example:
in package com.abc.swinggui I have classes AClass and BClass
both importing com.abc.ejb.EJBHomeFactory. (com.abc.ejb is a
different project)
AClass flags the import as error while BClass does not.
Furthermore, the compilation (either via project > buildall
or ant) goes fine. So why are the imports getting flagged as
error?? :(
Has anyone else come across this error before?
Regards,
~ amol
- Next message: We all love leeds: "SCITE ext editor"
- Previous message: gmcdanie: "Re: Java Decompiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]