java project build state [message #159305] |
Tue, 18 May 2004 11:30 |
Eclipse User |
|
|
|
Originally posted by: cwilkenloh.ezgov.com
Help-
A little history...we've developed an incremental builder that runs
immediately after the java builder. Since our builder requires some
information from the results of the java builder, we obtain a reference
to the IJavaProject, and extract the needed info. Everything works fine
when running in the full platform (all standard Eclipse plugins enabled.)
We've also defined a platform runtime application (IPlatformRunnable)
in order to invoke a headless build for a project. This also works,
except our builder is not able to get any type hierarchy information
from the java model.
The one obvious difference I see is that the call to
JavaProject.hasBuildState() returns "false" in this situation, and true
in the former.
What are we doing wrong? We're developing this builder on Eclipse 2.1.3
(Win32).
-chris
|
|
|
Powered by
FUDForum. Page generated in 0.03714 seconds