Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » disable java builder
disable java builder [message #139459] Thu, 05 February 2004 15:56 Go to next message
Eclipse UserFriend
Originally posted by: me.andresmarch.com

My project must be a java project to get all the help navigating classes,
but:

The only problem I have not been able to resolve is eclipse's build
process. I want to only use Ant because the eclipse java build is limited
and problematic. I cannot figure out how to disable it. It requires me to
have an output folder. And until you change a preference, it constantly
builds you project. However, the main issue is it calls the java builder
even when you just want to run ANT. Is there a way to stop this?

Maybe I'm just not setting up my project correctly to use the java
builder. But I have no control over that anyway. I want to only use ANT
anyway because of build dependancies. I tried adding an ANT as an external
builder but I still cannot delete the java builder. Help!!!!!!!?!?!?!!!
Re: disable java builder [message #139531 is a reply to message #139459] Thu, 05 February 2004 16:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

Try to experiment with '.project'.

Note: I did not advise you to do this :)

Sam Mesh - http://openrules.com
Life is very short, and there's no time,
For coding and testing, my friend.
Re: disable java builder [message #139575 is a reply to message #139459] Thu, 05 February 2004 17:54 Go to previous messageGo to next message
Eclipse UserFriend
There is support for this in the 3.0 stream.
Right click on your project, select Builders and uncheck the Java Builder.
This disables this builder.
Then you can create your own builder that executes your Ant build (and set
the responsive level of your builder using the Build Options page for your
builder).

HTH
Darins

"Andres" <me@andresmarch.com> wrote in message
news:bvuall$isl$1@eclipse.org...
> My project must be a java project to get all the help navigating classes,
> but:
>
> The only problem I have not been able to resolve is eclipse's build
> process. I want to only use Ant because the eclipse java build is limited
> and problematic. I cannot figure out how to disable it. It requires me to
> have an output folder. And until you change a preference, it constantly
> builds you project. However, the main issue is it calls the java builder
> even when you just want to run ANT. Is there a way to stop this?
>
> Maybe I'm just not setting up my project correctly to use the java
> builder. But I have no control over that anyway. I want to only use ANT
> anyway because of build dependancies. I tried adding an ANT as an external
> builder but I still cannot delete the java builder. Help!!!!!!!?!?!?!!!
>
Re: disable java builder [message #139586 is a reply to message #139575] Thu, 05 February 2004 19:51 Go to previous message
Eclipse UserFriend
Originally posted by: me.andresmarch.com

That sounds great, thanks

Darin Swanson wrote:

> There is support for this in the 3.0 stream.
> Right click on your project, select Builders and uncheck the Java Builder.
> This disables this builder.
> Then you can create your own builder that executes your Ant build (and set
> the responsive level of your builder using the Build Options page for your
> builder).

> HTH
> Darins

> "Andres" <me@andresmarch.com> wrote in message
> news:bvuall$isl$1@eclipse.org...
> > My project must be a java project to get all the help navigating classes,
> > but:
> >
> > The only problem I have not been able to resolve is eclipse's build
> > process. I want to only use Ant because the eclipse java build is limited
> > and problematic. I cannot figure out how to disable it. It requires me to
> > have an output folder. And until you change a preference, it constantly
> > builds you project. However, the main issue is it calls the java builder
> > even when you just want to run ANT. Is there a way to stop this?
> >
> > Maybe I'm just not setting up my project correctly to use the java
> > builder. But I have no control over that anyway. I want to only use ANT
> > anyway because of build dependancies. I tried adding an ANT as an external
> > builder but I still cannot delete the java builder. Help!!!!!!!?!?!?!!!
> >
Previous Topic:More control over Problem/Task window
Next Topic:Input redirection in Windows Eclipse
Goto Forum:
  


Current Time: Tue Jul 15 19:49:20 EDT 2025

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

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

Back to the top