Skip to content

ModelingValueGroup/generic-info

Repository files navigation

N.B. see below if you want to easily build the dclare stack from scratch

repository last commit master develop
1️⃣ dclare
dclareForMPS GitHub last commit
dclareForJava GitHub last commit
dclare GitHub last commit
immutable-collections GitHub last commit
mvg-json GitHub last commit
sync-proxy GitHub last commit
2️⃣ examples
ex-FlattenAndCopy GitHub last commit
ex-NiamToOO GitHub last commit
ex-EntityClassJava GitHub last commit
ex-Sudoku GitHub last commit
3️⃣ support
generic-info GitHub last commit
gradlePlugins GitHub last commit
upload-maven-package-action GitHub last commit
upload-jetbrains-plugin-action GitHub last commit
4️⃣ aux
template-java GitHub last commit
template-action GitHub last commit
modelingvalue.nl GitHub last commit
5️⃣ CDM
cdm private repo
cds-runtime private repo
cdm-generator private repo

How to easily build the dclare stack from scratch

Our dclare stack is made out of multiple github repositories. To easily build the whole stack do the following:

  • find your github token that has the authority to access the github-package-registry or make a new token if you prefer (sorry, github requires this)
  • add the following line to your ~/.gradle/gradle.properties file:
ALLREP_TOKEN=<github-token>
  • make a fresh directory somewhere that will contain all the projects
  • clone the generic-info repo in this new directory
  • cd to the new clone
  • execute ./all-projects.sh in a bash window
  • you will get a CHUI choice of options, choose '3' to run a full build
  • the script will run for a few minutes
    • it wil clone the needed projects
    • it will build them in the right order with gradle
    • ...and leave the projects build on your disk

BTW: this method will only build the develop branch.

About

just some generic info shared by many of our projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages