opensourcecobol / opensourcecobol4j

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

can give libcobj maven #195

Open longtong99 opened 1 year ago

longtong99 commented 1 year ago

the java file have many dependencies on jp.osscons.opensourcecobol.libcobj,but i don't fint it in https://mvnrepository.com/,can you tell me it's maven dependency

yutaro-sakamoto commented 1 year ago

Since opensource COBOL 4J does not currently use Maven to build the package jp.osscons.opensourcecobol.libcobj, no information about jp.osscons.opensourcecobol.libcobj is available in https://mvnrepository.com/ . We will consider that we use Maven or Gradle to manage Java files of jp.osscons.opensourcecobol.libcobj and publish it as a Maven package. See #37.

longtong99 commented 1 year ago

ok ,thanks,the generate java file only can use in jdk17,can it support jdk 8

yutaro-sakamoto commented 1 year ago

I executed tests with JDK8 and the result is unsuccessful.. Indeed, I need to fix some problems to support JDK8. https://github.com/yutaro-sakamoto/opensourcecobol4j/actions/runs/5711534644/job/15473328921

I will post a new issue and start investigations in order to support JDK8.

yutaro-sakamoto commented 1 year ago

I post a new issue #196

yutaro-sakamoto commented 11 months ago

I released libcobj maven in GitHub Packages. I will relase it in https://mvnrepository.com/ later