Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Scoped External tool builders on the Ant plugins


For background context see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=30771
https://bugs.eclipse.org/bugs/show_bug.cgi?id=25337

In the integration build that will come out later today, there is a new Build option on an external tool builder.
You can indicate that a builder only run when a resource has changed within a working set.

Since we need to make use of our own latest and greatest we have moved the org.eclipse.ant.core and org.eclipse.ant.ui plugins to use working set scoped external tool builders to build the Ant support jars. These JARs are no longer in CVS.

This has the most notable limitation that each developer / committer needs to define the "correct" working set(s).
We are working to improving this (this is just a proto-type).

In the meantime...if you have org.eclipse.ant.core or org.eclipse.ant.ui as source in your workspace you will need to define the following working sets:
        For org.eclipse.ant.core
                Name: Ant Core Extra JAR
                This working set should only include the src_ant source folder of org.eclipse.ant.core
        For org.eclipse.ant.ui
                Name: Ant UI Extra JAR
                This working set should only include the Ant Runner support source folder of org.eclipse.ant.ui


As always comments and ideas are appreciated

Thanks
Darins

Back to the top