Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » incremental project builder not compiling
incremental project builder not compiling [message #50363] Thu, 05 June 2003 14:02 Go to next message
Eclipse UserFriend
Originally posted by: andreas.rummler.tu-ilmenau.de

Hello NG,

for creating a Java Project I use my own wizard (because some jars must
be added to the classpath by default). For this wizard I used the code
from org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizard Page
and change it to fit my needs. So far project creation works fine,
however after creating a Java file it is not compiled automatically
for some reason. In the .project-file of the created project I can
see that the nature is set correctly to org.eclipse.jdt.core.javanature
and the builder is set to org.eclipse.jdt.core.javabuilder.
But somehow the builder does nothing. Can someone push me into the right
direction what might be wrong?


Best regards,


Andreas Rummler


--
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++
+ Andreas Rummler +
+ Technical University of Ilmenau, Germany (__) +
+ Department Of Electronic Circuits & Systems (oo) +
+ \/-------\ +
+ MAIL: mailto:arummler@acm.org || | \ +
+ MAIL: mailto:andreas.rummler@tu-ilmenau.de ||----|| * +
+ WEB : http://www.inf-technik.tu-ilmenau.de/~rummler ~~ ~~ +
+ PGP : http://www.inf-technik.tu-ilmenau.de/~rummler/public.pgp +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots. So far, the universe is winning."
Richard Cook
Re: incremental project builder not compiling [message #50473 is a reply to message #50363] Thu, 05 June 2003 15:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Do you have incremental building turned on?

Windows->Preferences->WorkBench, checkbox "Perform build on Resource
Modifications".

Rich
Re: incremental project builder not compiling [message #51271 is a reply to message #50473] Fri, 06 June 2003 07:45 Go to previous message
Eclipse UserFriend
Originally posted by: andreas.rummler.tu-ilmenau.de

Richard L. Kulp schrieb:

> Do you have incremental building turned on?

No, it's off. Thanks Richard, the solution is so trivial ... I simply
forgot that there's an option for that!


Andreas

--
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++
+ Andreas Rummler +
+ Technical University of Ilmenau, Germany (__) +
+ Department Of Electronic Circuits & Systems (oo) +
+ \/-------\ +
+ MAIL: mailto:arummler@acm.org || | \ +
+ MAIL: mailto:andreas.rummler@tu-ilmenau.de ||----|| * +
+ WEB : http://www.inf-technik.tu-ilmenau.de/~rummler ~~ ~~ +
+ PGP : http://www.inf-technik.tu-ilmenau.de/~rummler/public.pgp +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots. So far, the universe is winning."
Richard Cook
Previous Topic:How to implement a code editor with syntax colored
Next Topic:external jar
Goto Forum:
  


Current Time: Thu Oct 10 22:26:54 GMT 2024

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

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

Back to the top