----- Original Message ----- From: "Erik Hatcher" <[EMAIL PROTECTED]>
> ----- Original Message ----- > From: "Gordon Tyler" <[EMAIL PROTECTED]> > > > The IntelliJ IDEA integration with Ant displays a list of the targets in > the > > selected Ant build file and greys out the ones with out descriptions. It > > also has an option to filter out those targets entirely. > > It does? I'm using version 2.5.2 build 547 - and the Ant Build window does > not distinguish targets with or without descriptions for me. Is my version > out of date in this respect? I'm using a recent EAP build, 628. I think it's probably a new feature. > I'm assuming even greyed out targets can be run directly though, right? Or > does it prevent them from being runnable? Yes, you can still run greyed targets. There's a toggle button on the toolbar which hides them entirely. Actually, the filter button hides any targets which have not been checked in the Filter Targets list in the Ant Properties dialog. When you add an Ant build file to the project, it automatically initialises the Filter Targets list from the targets without descriptions. Ciao, Gordon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
