Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » External builder tools
External builder tools [message #86754] Tue, 19 August 2003 19:37 Go to next message
Eclipse UserFriend
hi all,

Is there a way to determine the modified resources to pass as a
parameter to an ant based external tools builder?

eg: when a when a file changes autolaunch an ant build that generates
code from xdoclet for only the changed resource.

I know this could be done hooking into the eclipse framework etc. but it
seems to be a lot of work for a simple requirement.

thanks
Oz
Re: External builder tools [message #87895 is a reply to message #86754] Thu, 21 August 2003 14:06 Go to previous message
Eclipse UserFriend
3.0 feature:
You could set up an external tool builder that would only build for a
specified working set of changed resources.
Then within your Ant build file you could work with Uptodate to only
generate for the changed resource(s).
Even without the 3.0 feature, you can use the Uptodate task.

HTH
Darins

"Oz Kologlu" <oz_ko@hotmail.com> wrote in message
news:bhuccb$cr3$1@eclipse.org...
> hi all,
>
> Is there a way to determine the modified resources to pass as a
> parameter to an ant based external tools builder?
>
> eg: when a when a file changes autolaunch an ant build that generates
> code from xdoclet for only the changed resource.
>
> I know this could be done hooking into the eclipse framework etc. but it
> seems to be a lot of work for a simple requirement.
>
> thanks
> Oz
>
Previous Topic:Show bin directory in Package Explorer
Next Topic:Multiple projects with same source tree
Goto Forum:
  


Current Time: Tue Jul 22 16:14:42 EDT 2025

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

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

Back to the top