CodeWriter output redirected to System.out · Issue #387 · javaee/metro-jax-ws (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Description
WsImport.run(String[] args)
{
[...]
CodeWriter cw = new WSCodeWriter(options.sourceDir, options);
if (options.verbose)
cw = new ProgressCodeWriter(cw, System.out); // Should be
global output stream
[...]
}
Environment
Operating System: All
Platform: All
Affected Versions
[2.1]