Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Ant View rework

The new Ant View is now in a functional, but unpolished state.

I've checked in the change to the external tools plugin's plugin.xml to 
contribute the new AntView instead of the old, so the new view will appear by 
default starting with tonight's build.

You can add and remove build files manually, run a selected target, select 
multiple targets and specify their execution order, and now search for build 
files with a given name within the workspace or a working set.

Once I have a regular expression matching algorithm (if anyone wants to 
contribute this speak up by tomorrow :-), you'll be able to search for files 
using a pattern. At this point, I'm just planning to support * and ? in the 
pattern.

I encourage folks to give the new ant view a try before next week's 
integration build so we can hammer out any bugs or usability issues.

Thanks,
- Jared


Back to the top