History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-20623
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Zhuravlev
Reporter: Colin Fleming
Votes: 3
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ant support needs a way to replicate NoBannerLogger

Created: 23 Aug 07 20:09   Updated: 15 Nov 07 16:00
Component/s: Ant Integration
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: OSX
Issue Links:
Relates
This issue relates to:
IDEADEV-11517 Ant integration: Hide empty nodes + T... Normal Open
 

Build: 7,126
Severity: Medium


 Description  « Hide
When using Ant, I always switch to the text view, I've never liked the graphical view. On the command line I always use -emacs -logger org.apache.tools.ant.NoBannerLogger, but I can't find a way to reproduce this in IDEA. If I put these options in the Execution->Command Line box my build simply stops working.

 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 24 Aug 07 18:07
Ant does not accept the second -logger option. (The first one is hardcoded by IDEA.) Option -emacs is accepted Ok.

Colin Fleming - 24 Aug 07 18:36
So is there any way I can replicate the behaviour of the NoBannerLogger?

AlexL - 31 Aug 07 01:47
IDEA should allow custom -logger option. If the Idea's own custom AntLogger is required for the graphical tree representation, then if the user specifies overrides with -logger, then IDEA should switch to Text Mode and disable the Tree/Text toggle button on the Ant Message Output tool window.

Colin Fleming - 31 Aug 07 01:53
This would be perfect for me.

Colin Fleming - 03 Oct 07 09:27
Please reconsider the decision not to fix this in Selena. It should not be a difficult fix and causes a lot of problems as detailed in IDEA-14955.

Alexander Chernikov - 03 Oct 07 17:50
We cannot do this in Selena, because the fix requires re-implementation of current output data generation. Current output structure is necessary to build output tree view (even if particular user does not use tree view). Introducing changes here is too late, since release date is in 2 weeks only.