Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » is there such a thing?
is there such a thing? [message #293937] Wed, 02 November 2005 11:08 Go to next message
Eclipse UserFriend
Originally posted by: kolbb.us.ibm.com

I'm using IBM Rational Software Development Platform Version 6.0.1 and I
have an Ant script I use to build.

I was wondering if there is something in Ant similar to
eclipse.refreshLocal that would "clean" a project (i.e. discard all build
problems and build states and rebuild the project from scratch)? Perhaps
something like eclipse.cleanLocal? Does anyone know?
Re: is there such a thing? [message #293948 is a reply to message #293937] Wed, 02 November 2005 15:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

Yes, there is such an Ant task included with Eclipse. It's
eclipse.incrementalBuild. Example:

<eclipse.incrementalBuild project="MyProject" kind="clean"/>
--


Branden wrote:
> I'm using IBM Rational Software Development Platform Version 6.0.1 and I
> have an Ant script I use to build.
> I was wondering if there is something in Ant similar to
> eclipse.refreshLocal that would "clean" a project (i.e. discard all
> build problems and build states and rebuild the project from scratch)?
> Perhaps something like eclipse.cleanLocal? Does anyone know?
>
>
Re: is there such a thing? [message #293966 is a reply to message #293948] Thu, 03 November 2005 04:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: neil.integility.com

Is there any documentation available that describes all of the Eclipse Ant
tasks available? I can only find docs on eclipse.fetch and
eclipse.buildScript in the help.

Thanks
Neil
Re: is there such a thing? [message #293993 is a reply to message #293948] Thu, 03 November 2005 09:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kolbb.us.ibm.com

Thank you very much!! This looks like what I wanted! I will give it a try!
Re: is there such a thing? [message #294315 is a reply to message #293966] Wed, 09 November 2005 11:41 Go to previous message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

Search in Eclipse help for "eclipse.refreshLocal", and you will see the
documentation page that describes all of the available ant tasks
(refresh, build, convert path). Admittedly the documentation is a bit thin.
--

Neil Bartlett wrote:
> Is there any documentation available that describes all of the Eclipse
> Ant tasks available? I can only find docs on eclipse.fetch and
> eclipse.buildScript in the help.
>
> Thanks
> Neil
>
Previous Topic:CVS Formatting Enforcement
Next Topic:Old plugin auto deletion
Goto Forum:
  


Current Time: Fri Apr 25 19:06:14 EDT 2025

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

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

Back to the top