Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » java project build state
java project build state [message #159305] Tue, 18 May 2004 11:30
Eclipse UserFriend
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
Previous Topic:Variable creation
Next Topic:schemas for .classpath and .project
Goto Forum:
  


Current Time: Thu Jun 19 08:00:44 EDT 2025

Powered by FUDForum. Page generated in 0.03714 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top