joergen7 / cuneiform

Cuneiform distributed programming language
https://cuneiform-lang.org/
Apache License 2.0
232 stars 16 forks source link

Uberjar XML Entries for Cuneiform cmdline #35

Closed mackeprm closed 8 years ago

mackeprm commented 8 years ago

This pull requests adds creation of a fat jar via the maven shade execution plugin (see https://maven.apache.org/plugins/maven-shade-plugin/ ).

It also adds exclusion of the idea project files in the .gitignore file to ensure maven project handling only.

joergen7 commented 8 years ago

Very nice. Two more things:

Currently when I enter:

java -jar cuneiform-cmdline-2.0.2-SNAPSHOT.jar 
log4j:WARN No appenders could be found for logger (de.huberlin.wbi.cuneiform.core.actormodel.Actor).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

Also I'll prepare a new target branch for playing around with it, prior to ultimately pushing the change to the master branch. I'll call the target branch uberjar again. (Sorry for deleting the other one).