Giter VIP home page Giter VIP logo

cm-pom's Introduction

cm-pom

Parent POM for ContentMine Java/MVN stack

ami-stack 2017-03

NOTE do not use the scripts till I have checked the branches

Currently the major effort is in ami. The build process requires 11 builds and is best done from a script.

The stack is

cm-pom
euclid
svg
html
imageanalysis
pdf2svg
svg2xml
cproject
diagramanalyzer
norma
ami

The dependencies may change but the order will be defined in the build.sh file.

Before building you should clone all these from github. Once installed status.sh should update before building. So:

# initial
git clone https://github.com/contentmine/cm-pom.git
git clone https://github.com/contentmine/euclid.git
...
git clone https://github.com/contentmine/ami.git

for subsequent builds

source status.sh

status.sh

This script checks that there are no uncomitted components or unpushed ones. Mainly used by PMR. It will issue commands of the form:


cd
cd workspace/cmdev

cd cm-pom
echo "======= CM-POM ==="
git pull
git status
git push
cd ..

cd euclid
echo "======= EUCLID ========"
git pull
git status
git push
cd ..

cd svg
echo "======= SVG ========"
git pull
git status
git push
cd ..

and all the way to AMI.

It does NOT commit or merge. AFAIK pull and push are idempotent and so can't do any harm.

To run

source status.sh

build.sh

This should be used for all builds. It starts:

#!/bin/bash

cd
cd workspace/cmdev

cd cm-pom
mvn clean install
cd ..

cd euclid
mvn clean install
cd ..

and goes through to ami.

run by

source build.sh

The output may be large for some modules. You may wish to

source build.sh > build.log

cm-pom's People

Contributors

jkbcm avatar petermr avatar tarrow avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jkbcm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.