update scripts build

This commit is contained in:
Eugenio Romano
2016-09-05 14:07:16 +02:00
parent 0ee2a1654c
commit 530ca19b1d
11 changed files with 30 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ env:
- MODULE=ng2-alfresco-upload
- MODULE=ng2-alfresco-viewer
- MODULE=ng2-alfresco-webscript
- MODULE=ng2-alfresco-tag
- MODULE=ng2-activiti-form
- MODULE=ng2-activiti-tasklist
- MODULE=ng2-activiti-processlist
@@ -79,3 +80,4 @@ cache:
- ng2-components/ng2-alfresco-upload/node_modules
- ng2-components/ng2-alfresco-viewer/node_modules
- ng2-components/ng2-alfresco-webscript/node_modules
- ng2-components/ng2-alfresco-tag/node_modules

View File

@@ -58,6 +58,7 @@ The following is a list of some of the components that you can use when building
- [Login](ng2-components/ng2-alfresco-login/README.md)
- [Upload](ng2-components/ng2-alfresco-upload/README.md)
- [Webscript viewer](ng2-components/ng2-alfresco-webscript/README.md)
- [Tag list and controls](ng2-components/ng2-alfresco-tag/README.md)
You can browse all the components at the following [page](http://devproducts.alfresco.com/).

View File

@@ -14,6 +14,7 @@ environment:
- COMPONENT_NAME: ng2-alfresco-search
- COMPONENT_NAME: ng2-alfresco-upload
- COMPONENT_NAME: ng2-alfresco-viewer
- COMPONENT_NAME: ng2-alfresco-tag
- COMPONENT_NAME: ng2-alfresco-webscript
- COMPONENT_NAME: ng2-activiti-form
- COMPONENT_NAME: ng2-activiti-tasklist

View File

@@ -43,6 +43,7 @@
- [Login](ng2-alfresco-login/README.md)
- [Upload](ng2-alfresco-upload/README.md)
- [Webscript Viewer](ng2-components/ng2-alfresco-webscript/README.md)
- [Tag list and controls](ng2-components/ng2-alfresco-tag/README.md)
## BPM components

View File

@@ -31,3 +31,6 @@
(cd ng2-alfresco-webscript; npm update;)
(cd ng2-alfresco-webscript/demo; npm update;)
(cd ng2-alfresco-tag; npm update;)
(cd ng2-alfresco-tag/demo; npm update;)

View File

@@ -13,7 +13,8 @@ for PACKAGE in \
ng2-alfresco-search \
ng2-alfresco-upload \
ng2-alfresco-viewer \
ng2-alfresco-webscript
ng2-alfresco-webscript \
ng2-alfresco-tag
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== build components : ${PACKAGE} ====="

View File

@@ -17,7 +17,8 @@ for PACKAGE in \
ng2-alfresco-search \
ng2-alfresco-upload \
ng2-alfresco-viewer \
ng2-alfresco-webscript
ng2-alfresco-webscript \
ng2-alfresco-tag
do
echo "====== Check component: ${PACKAGE} ====="
cd "$DIR/../ng2-components/${PACKAGE}"

View File

@@ -13,7 +13,8 @@ for PACKAGE in \
ng2-alfresco-search \
ng2-alfresco-upload \
ng2-alfresco-viewer \
ng2-alfresco-webscript
ng2-alfresco-webscript \
ng2-alfresco-tag
do
echo "====== clean component: ${PACKAGE} ====="
cd "$DIR/../ng2-components/${PACKAGE}"

View File

@@ -73,6 +73,14 @@ npm link
npm run typings
npm run build
#LINK TAG
echo "====== linking component: ng2-alfresco-tag ====="
cd "$DIR/../ng2-components/ng2-alfresco-tag"
npm link ng2-alfresco-core
npm link
npm run typings
npm run build
#LINK ALL THE OTHERS COMPONENTS
for PACKAGE in \
ng2-alfresco-login \
@@ -102,7 +110,8 @@ for PACKAGE in \
ng2-alfresco-search \
ng2-alfresco-upload \
ng2-alfresco-viewer \
ng2-alfresco-webscript
ng2-alfresco-webscript \
ng2-alfresco-tag
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== demo shell linking: ${PACKAGE} ====="

View File

@@ -15,7 +15,8 @@ for PACKAGE in \
ng2-alfresco-search \
ng2-alfresco-upload \
ng2-alfresco-viewer \
ng2-alfresco-webscript
ng2-alfresco-webscript \
ng2-alfresco-tag
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== PUBLISHING: ${DESTDIR} ====="

View File

@@ -25,7 +25,8 @@ for PACKAGE in \
ng2-alfresco-search \
ng2-alfresco-upload \
ng2-alfresco-viewer \
ng2-alfresco-webscript
ng2-alfresco-webscript \
ng2-alfresco-tag
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== UPDATE VERSION of ${PACKAGE} to ${VERSION} version in all the package.json ======"
@@ -43,7 +44,8 @@ for PACKAGE in \
ng2-alfresco-search \
ng2-alfresco-upload \
ng2-alfresco-viewer \
ng2-alfresco-webscript
ng2-alfresco-webscript \
ng2-alfresco-tag
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== UPDATE VERSION OF ${PACKAGE} to ${VERSION} version ======"