Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » External Tools problem
External Tools problem [message #69768] Mon, 30 June 2003 01:35 Go to next message
Eclipse UserFriend
Originally posted by: yanggy.china.jinfonet.com

I've created an external tool "compile my project" by "Ant Build", I use
it to compile my project but every time I invoke this external tool,
eclipse will launch project's java builder firstly, how can I disable
launching java builder?
Re: External Tools problem [message #69788 is a reply to message #69768] Mon, 30 June 2003 03:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: yves.somewhere.com

Try this : Window > Preferences > Workbench : uncheck "perform build
automatically on resource modification".

beta yang wrote:
> I've created an external tool "compile my project" by "Ant Build", I use
> it to compile my project but every time I invoke this external tool,
> eclipse will launch project's java builder firstly, how can I disable
> launching java builder?
>
Re: External Tools problem [message #69808 is a reply to message #69788] Mon, 30 June 2003 03:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: yanggy.china.jinfonet.com

I\\\'ve trid, but no any effect, If I dont add source folders in build
path, project\\\'s java builder will not be launched, but I dont like that
mode.

Yves wrote:

> Try this : Window > Preferences > Workbench : uncheck \\\"perform build
> automatically on resource modification\\\".

> beta yang wrote:
> > I\\\'ve created an external tool \\\"compile my project\\\" by \\\"Ant
Build\\\", I use
> > it to compile my project but every time I invoke this external tool,
> > eclipse will launch project\\\'s java builder firstly, how can I disable
> > launching java builder?
> >
Re: External Tools problem [message #69826 is a reply to message #69808] Mon, 30 June 2003 04:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: yves.somewhere.com

Edit the ".project" file in the root directory of your project,
and remove this manually :

"
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
"

beta yang wrote:
> I\\\'ve trid, but no any effect, If I dont add source folders in build
> path, project\\\'s java builder will not be launched, but I dont like that
> mode.
>
> Yves wrote:
>
>
>>Try this : Window > Preferences > Workbench : uncheck \\\"perform build
>>automatically on resource modification\\\".
>
>
>>beta yang wrote:
>>
>>>I\\\'ve created an external tool \\\"compile my project\\\" by \\\"Ant
>
> Build\\\", I use
>
>>>it to compile my project but every time I invoke this external tool,
>>>eclipse will launch project\\\'s java builder firstly, how can I disable
>>>launching java builder?
>>>
>
>
>
>
>
Re: External Tools problem [message #69845 is a reply to message #69826] Mon, 30 June 2003 04:58 Go to previous message
Eclipse UserFriend
Originally posted by: yanggy.china.jinfonet.com

Great, it works well now!

Thank you very much, Yves!

Yves wrote:

> Edit the ".project" file in the root directory of your project,
> and remove this manually :

> "
> <buildCommand>
> <name>org.eclipse.jdt.core.javabuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> "

> beta yang wrote:
> > I\\\'ve trid, but no any effect, If I dont add source folders in build
> > path, project\\\'s java builder will not be launched, but I dont like that
> > mode.
> >
> > Yves wrote:
> >
> >
> >>Try this : Window > Preferences > Workbench : uncheck \\\"perform build
> >>automatically on resource modification\\\".
> >
> >
> >>beta yang wrote:
> >>
> >>>I\\\'ve created an external tool \\\"compile my project\\\" by \\\"Ant
> >
> > Build\\\", I use
> >
> >>>it to compile my project but every time I invoke this external tool,
> >>>eclipse will launch project\\\'s java builder firstly, how can I disable
> >>>launching java builder?
> >>>
> >
> >
> >
> >
> >
Previous Topic:Synchronising Classpaths
Next Topic:Could not infer bootclasspath on JDK 1.3/1.4 (Eclipse 2.1/3.0 - OS X)
Goto Forum:
  


Current Time: Fri Jul 18 11:52:58 EDT 2025

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

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

Back to the top