Re: Integrated compiler and javaparser functionality
Jesse Glick <[email protected]> Wed, 18 Feb 2004 13:56:09 -0500
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
Petr Kuzel wrote: >>> Is it impossible to redirect the output of Ant and present it's >>> messages in a table? >> >> Currently, though I am thinking of adding an API that would permit >> it, especially as there may be other uses for it as well. > > Does the API allow to disable standard textual output for selected > target (compile) and replace it by table based one? I don't know, I haven't made the API yet! Probably. Note that there are potentially grave performance issues associated with piping large amounts of output into a table; certainly TreeTableView is not equipped to handle this. Maybe JTable is, with care. -J. -- Jesse Glick <mailto:[email protected]> x22801 NetBeans, Open APIs <http://www.netbeans.org/>