CodeWriter output redirected to System.out · Issue #387 · javaee/metro-jax-ws (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

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.

@glassfishrobot

Description

@glassfishrobot

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]