IBMStreams/streamsx.inet

The jar archive ships *$StreamsModel.java source files

Closed this issue · 1 comments

When I build the toolkit, the generated jar archive contains the java source files of the generated operator model classes. Jar archives should not contain java files.
This can be avoided if the java compiler is directed to generate the apt generated sources in a separate directory like src-gen.

Correction merged