This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257905 - Not ready to use terminal instead of output2 as IOProvider
Summary: Not ready to use terminal instead of output2 as IOProvider
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-09 09:42 UTC by Jaroslav Tulach
Modified: 2016-06-29 16:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Few ifs to make the code more robust (2.07 KB, patch)
2016-02-09 09:43 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2016-02-09 09:42:09 UTC
I was experimenting with using terminal instead of default IOProvider and when I request Terminal explicitly, the Maven code gets broken. It should be changed to be ready for IOProvider that doesn't support folding.
Comment 1 Jaroslav Tulach 2016-02-09 09:43:15 UTC
Created attachment 158433 [details]
Few ifs to make the code more robust