opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
https://opensourcecobol.github.io/opensourcecobol4j/
GNU General Public License v3.0
74 stars 34 forks source link

About `-single-jar` option #519

Open tsh-hashimoto opened 3 weeks ago

tsh-hashimoto commented 3 weeks ago

Hello. cobj --help says about -single-jar that "Create [JAR file name].jar and remove class files". But, when I ran cobj -single-jar=HELLO HELLO.cbl, what generated was not HELLO.jar but HELLO. Is this behavior as you expected?

tsh-hashimoto commented 3 weeks ago

cobj -single-jar=HELLO.jar HELLO.cbl can create HELLO.jar.

tsh-hashimoto commented 2 weeks ago

I labeled bug to this issue. (I can't be sure, this is probably a bug)

tsh-hashimoto commented 2 weeks ago

mention to @yutaro-sakamoto Please keep this issue in your mind (it's low priority).