ModelDriven / Alf-Reference-Implementation

Open-source implementation of the Action Language for fUML (Alf) specification.
30 stars 2 forks source link

Issue #76 #94

Closed abstratt closed 3 years ago

abstratt commented 4 years ago

This is work-in-progress for Issue #76, please do not merge, sharing partial progress for feedback.

abstratt commented 4 years ago

@seidewitz This is now ready for review. The only thing I didn't do yet is to generate the dist jars with their final names, I am ATM generating them using a "new-" prefix, so they do not overwrite yet the dist files you created by hand.

Oh, the other thing I didn't enable was enabling CI on Travis (as I did in my fork under my own user name) and pushing the binaries to a Maven repository like Bintray (as I did with my own projectsd) because you probably should (must?) be the one enabling Travis-CI for the ModelDriven organization on GitHub and crfeating the project on Bintray.

abstratt commented 4 years ago

@seidewitz Please see final changes just committed, which include sections for the README.md file. Also, this still does not clobber the existing archives you have been creating by hand, but instead produces the packages using a -new suffix, so you can compare them easily (once the results are deemed valid, we should change the pom.xml file to remove the use of the prefix (look for notes such as TODO-RC: remove new- prefix once validated). Please see above: https://github.com/ModelDriven/Alf-Reference-Implementation/pull/94#issuecomment-653973129).

Any further questions, please let me know.