cessda / cessda.cmv

Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Documentation should mention jar availability #131

Closed cessda-bitbucket-importer closed 1 year ago

cessda-bitbucket-importer commented 2 years ago

Original report on BitBucket by Carsten Thiel (GitHub: schildwaechter).


The current documentation does not mention the possibility to use the jar, this should be added including the reference to the use.

cessda-bitbucket-importer commented 2 years ago

Original comment by Matthew Morris (GitHub: matthew-morris-cessda).


[link to pull request removed](link to pull request removed)

cessda-bitbucket-importer commented 2 years ago

Original comment by Carsten Thiel (GitHub: schildwaechter).


actually, I was more thinking of executing the jar from the command line, something like

java -jar cmv.jar -p PROFILE -g GATE -f DDIFILE

cessda-bitbucket-importer commented 2 years ago

Original comment by Matthew Morris (GitHub: matthew-morris-cessda).


The JAR cannot be executed this way at the moment as it doesn’t expose a main() method.

matthew-morris-cessda commented 1 year ago

Documentation now mentions how to import the JAR into a new Java application