camptocamp / c2cgeoportal

c2cgeoportal application
http://geomapfish.org
Other
64 stars 46 forks source link

Install project from scratch #1787

Closed kalbermattenm closed 8 years ago

kalbermattenm commented 8 years ago

I just reinstalled our 1.6 branch (from the sitn_c2cgeoportal project) from scratch on my computer. We are using c2cgeoportal 1.6.6

The build command crashed after a while complaining that reset_password was missing from the config (see error hereunder)

In my vars_sitn.yaml file, I just added reset_password: "" and now the build is working...

I just have a question regarding this:

Finally, do I miss something here ? Is it defined somewhere in my project and I forgot to remove it ?

Thanks !

INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn 
.build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --get-config 
.build/config.yaml enable_wms_errors admin_email infolica_path lidar_http lidar_https 
ora_geone_address_string shapepath projects_web_url ora_acno tile_date_file 
sqlalchemy_oracle.url data_csv_dir neophyte_images is_intranet lubis_url logoNE 
crdppf_wms_url mapserv_url sld_local_url intranet_las_code reportThemes oracle_geos
spms_nebotta1 raster_classification filter_layers sqlalchemy.url schema parentschema
enable_admin_interface pyramid_closure node_modules_path closure_library_path
default_locale_name servers layers available_locale_names cache admin_interface
functionalities external_themes_url raster shortener hide_capabilities use_security_metadata
mapserverproxy tinyowsproxy print_url tiles_url checker check_collector default_max_age
jsbuild package srid reset_password
ERROR the variable 'reset_password' don't exists.
CONST_Makefile:427 : la recette pour la cible « .build/config-michael.timestamp » a échouée
make: *** [.build/config-michael.timestamp] Erreur 1
ochriste commented 8 years ago

mmm, no, thats an old variable that should not be used anymore but maybe you are still referencing it somewhere in your config files or templates files ? (viewer.js ?)

do a "grep -rn reset_password ." and see where that variable is used and remove it.

I just reinstalled our 1.6 branch (from the sitn_c2cgeoportal project) from scratch on my computer. We are using c2cgeoportal 1.6.6

The build command crashed after a while complaining that |reset_password| was missing from the config (see error hereunder)

In my |vars_sitn.yaml| file, I just added |reset_password: ""| and now the build is working...

I just have a question regarding this:

  • Is that a new variable we have to define ?
  • I could not find anything in the |c2cgeoportal/scaffolds/update/CONST_Makefile_tmpl| regarding this variable, where should / is this defined ?
  • There is nothing about it in `c2cgeoportal/scaffolds/update/CONST_CHANGELOG.txt_tmpl' either ?

Finally, do I miss something here ? Is it defined somewhere in my project and I forgot to remove it ?

Thanks !

INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --get-config .build/config.yaml enable_wms_errors admin_email infolica_path lidar_http lidar_https ora_geone_address_string shapepath projects_web_url ora_acno tile_date_file sqlalchemy_oracle.url data_csv_dir neophyte_images is_intranet lubis_url logoNE crdppf_wms_url mapserv_url sld_local_url intranet_las_code reportThemes oracle_geos spms_nebotta1 raster_classification filter_layers sqlalchemy.url schema parentschema enable_admin_interface pyramid_closure node_modules_path closure_library_path default_locale_name servers layers available_locale_names cache admin_interface functionalities external_themes_url raster shortener hide_capabilities use_security_metadata mapserverproxy tinyowsproxy print_url tiles_url checker check_collector default_max_age jsbuild package srid reset_password ERROR the variable 'reset_password' don't exists. CONST_Makefile:427 : la recette pour la cible « .build/config-michael.timestamp » a échouée make: *\ [.build/config-michael.timestamp] Erreur 1

— Reply to this email directly or view it on GitHub https://github.com/camptocamp/c2cgeoportal/issues/1787.

Camptocamp SA Oliver Christen PSE A, EPFL CH-1015 Lausanne

www.camptocamp.com

+41 21 619 10 23 (direct) +41 21 619 10 10 (centrale) +41 21 619 10 00 (fax)


L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus

kalbermattenm commented 8 years ago

Hmmm... It is actually defined here (branch 1.6 of c2cgeoportal): https://github.com/camptocamp/c2cgeoportal/blob/1.6/c2cgeoportal/scaffolds/update/CONST_Makefile_tmpl#L294

Thanks for the command @ochriste ;-)

ochriste commented 8 years ago

ah sorry, I got confused with another variable reset_password is still used it should be defined in your CONST_Makefile if thats not the case, your CONST_Makefile is simply not up to date

I just reinstalled our 1.6 branch (from the sitn_c2cgeoportal project) from scratch on my computer. We are using c2cgeoportal 1.6.6

The build command crashed after a while complaining that |reset_password| was missing from the config (see error hereunder)

In my |vars_sitn.yaml| file, I just added |reset_password: ""| and now the build is working...

I just have a question regarding this:

  • Is that a new variable we have to define ?
  • I could not find anything in the |c2cgeoportal/scaffolds/update/CONST_Makefile_tmpl| regarding this variable, where should / is this defined ?
  • There is nothing about it in `c2cgeoportal/scaffolds/update/CONST_CHANGELOG.txt_tmpl' either ?

Finally, do I miss something here ? Is it defined somewhere in my project and I forgot to remove it ?

Thanks !

INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --get-config .build/config.yaml enable_wms_errors admin_email infolica_path lidar_http lidar_https ora_geone_address_string shapepath projects_web_url ora_acno tile_date_file sqlalchemy_oracle.url data_csv_dir neophyte_images is_intranet lubis_url logoNE crdppf_wms_url mapserv_url sld_local_url intranet_las_code reportThemes oracle_geos spms_nebotta1 raster_classification filter_layers sqlalchemy.url schema parentschema enable_admin_interface pyramid_closure node_modules_path closure_library_path default_locale_name servers layers available_locale_names cache admin_interface functionalities external_themes_url raster shortener hide_capabilities use_security_metadata mapserverproxy tinyowsproxy print_url tiles_url checker check_collector default_max_age jsbuild package srid reset_password ERROR the variable 'reset_password' don't exists. CONST_Makefile:427 : la recette pour la cible « .build/config-michael.timestamp » a échouée make: *\ [.build/config-michael.timestamp] Erreur 1

— Reply to this email directly or view it on GitHub https://github.com/camptocamp/c2cgeoportal/issues/1787.

Camptocamp SA Oliver Christen PSE A, EPFL CH-1015 Lausanne

www.camptocamp.com

+41 21 619 10 23 (direct) +41 21 619 10 10 (centrale) +41 21 619 10 00 (fax)


L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus

kalbermattenm commented 8 years ago

It is defined, but that means that it has to be set in the CONST_vars.yaml file, right ?

And that is not the case in branch 1.6: https://github.com/camptocamp/c2cgeoportal/blob/1.6/c2cgeoportal/scaffolds/update/CONST_vars.yaml_tmpl

ochriste commented 8 years ago

can you give me the full log of your build please ?

kalbermattenm commented 8 years ago

Here you are... :

$ make -f michael.mk build
CONST_Makefile:762: avertissement : surchargement de la recette pour la cible « apache/mapcache.xml »
CONST_Makefile:759: avertissement : ancienne recette ignorée pour la cible « apache/mapcache.xml »
.build/venv/Scripts/pip install --trusted-host pypi.camptocamp.net wheels/psycopg2-2.5.5-cp27-none-win32.whl wheels/Shapely-1.5.7-cp27-none-win32.whl -r CONST_dev-requirements.txt JSTools 'c2c.cssmin>=0.7dev6'
Requirement already satisfied (use --upgrade to upgrade): psycopg2==2.5.5 from file:///C:/git_projects/sitn_c2cgeoportal/wheels/psycopg2-2.5.5-cp27-none-win32.whl in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): Shapely==1.5.7 from file:///C:/git_projects/sitn_c2cgeoportal/wheels/Shapely-1.5.7-cp27-none-win32.whl in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): JSTools in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): c2c.cssmin>=0.7dev6 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): flake8 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from -r CONST_dev-requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): pep8-naming in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from -r CONST_dev-requirements.txt (line 3))
Collecting c2c.template>=1.2.dev (from -r CONST_dev-requirements.txt (line 4))
  Downloading http://pypi.camptocamp.net/pypi/c2c.template/c2c.template-1.2.0.dev2.tar.gz
Collecting c2c.versions==1.0.0 (from -r CONST_dev-requirements.txt (line 5))
Requirement already satisfied (use --upgrade to upgrade): pyramid>=1.6.dev from https://github.com/Pylons/pyramid/archive/1e02bbfc0df09259bf207112acf019c8dba44a90.zip#egg=pyramid>=1.6.dev in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from -r CONST_dev-requirements.txt (line 6))
Collecting pyramid-debugtoolbar (from -r CONST_dev-requirements.txt (line 7))
Requirement already satisfied (use --upgrade to upgrade): cssmin in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from c2c.cssmin>=0.7dev6)
Requirement already satisfied (use --upgrade to upgrade): mccabe<0.4,>=0.2.1 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from flake8->-r CONST_dev-requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): pep8!=1.6.0,!=1.6.1,!=1.6.2,>=1.5.7 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from flake8->-r CONST_dev-requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): pyflakes<1.1,>=0.8.1 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from flake8->-r CONST_dev-requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): bottle in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from c2c.template>=1.2.dev->-r CONST_dev-requirements.txt (line 4))
Requirement already satisfied (use --upgrade to upgrade): Jinja2 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from c2c.template>=1.2.dev->-r CONST_dev-requirements.txt (line 4))
Requirement already satisfied (use --upgrade to upgrade): Mako in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from c2c.template>=1.2.dev->-r CONST_dev-requirements.txt (line 4))
Requirement already satisfied (use --upgrade to upgrade): PyYAML in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from c2c.template>=1.2.dev->-r CONST_dev-requirements.txt (line 4))
Requirement already satisfied (use --upgrade to upgrade): setuptools in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid>=1.6.dev->-r CONST_dev-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): WebOb>=1.3.1 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid>=1.6.dev->-r CONST_dev-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): repoze.lru>=0.4 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid>=1.6.dev->-r CONST_dev-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): zope.interface>=3.8.0 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid>=1.6.dev->-r CONST_dev-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): zope.deprecation>=3.5.0 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid>=1.6.dev->-r CONST_dev-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): venusian>=1.0a3 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid>=1.6.dev->-r CONST_dev-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): translationstring>=0.4 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid>=1.6.dev->-r CONST_dev-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): PasteDeploy>=1.5.0 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid>=1.6.dev->-r CONST_dev-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): pyramid-mako>=0.3.1 in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid-debugtoolbar->-r CONST_dev-requirements.txt (line 7))
Requirement already satisfied (use --upgrade to upgrade): Pygments in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from pyramid-debugtoolbar->-r CONST_dev-requirements.txt (line 7))
Requirement already satisfied (use --upgrade to upgrade): markupsafe in c:\git_projects\sitn_c2cgeoportal\.build\venv\lib\site-packages (from Jinja2->c2c.template>=1.2.dev->-r CONST_dev-requirements.txt (line 4))
Building wheels for collected packages: c2c.template
  Running setup.py bdist_wheel for c2c.template
  Stored in directory: C:\Users\kalbermattenm\AppData\Local\pip\Cache\wheels\6f\48\6c\c033a0387d2eeb37e6aa5633b4f4d69998d4e1551bd3b67bad
Successfully built c2c.template
Installing collected packages: c2c.template, c2c.versions, pyramid-debugtoolbar
Successfully installed c2c.template-1.2.0.dev2 c2c.versions-1.0.0 pyramid-debugtoolbar-2.4.2
touch .build/dev-requirements.timestamp
mkdir -p .build/
touch .build/node_modules.timestamp
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files jsbuild/app.cfg.mako
git submodule update --init
Sous-module 'sitn/static/lib/cgxp' (https://github.com/camptocamp/cgxp.git) enregistré pour le chemin 'sitn/static/lib/cgxp'
Clonage dans 'sitn/static/lib/cgxp'...
remote: Counting objects: 23002, done.
remote: Total 23002 (delta 0), reused 0 (delta 0), pack-reused 23002
Réception d'objets: 100% (23002/23002), 18.02 MiB | 1.96 MiB/s, fait.
Résolution des deltas: 100% (10057/10057), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'sitn/static/lib/cgxp' : '9d6cf83da89a1155b96f31adcf6167c7bbe385c4' extrait
if [ -e .git/modules/sitn/static/lib/cgxp/modules/openlayers/HEAD ]; then touch .git/modules/sitn/static/lib/cgxp/modules/openlayers/HEAD; else git submodule foreach git submodule update --init; fi
Entrée dans 'sitn/static/lib/cgxp'
Sous-module 'core/tests/lib/jasmine' (https://github.com/pivotal/jasmine.git) enregistré pour le chemin 'core/tests/lib/jasmine'
Sous-module 'dygraphs/dygraphs/dygraphs' (https://github.com/danvk/dygraphs.git) enregistré pour le chemin 'dygraphs/dygraphs/dygraphs'
Sous-module 'geoext' (https://github.com/geoext/geoext.git) enregistré pour le chemin 'geoext'
Sous-module 'gxp' (https://github.com/boundlessgeo/gxp.git) enregistré pour le chemin 'gxp'
Sous-module 'openlayers' (https://github.com/openlayers/openlayers.git) enregistré pour le chemin 'openlayers'
Sous-module 'openlayers.addins/DynamicMeasure' (https://github.com/jorix/OL-DynamicMeasure.git) enregistré pour le chemin 'openlayers.addins/DynamicMeasure'
Sous-module 'openlayers.addins/URLCompressed' (https://github.com/sbrunner/OpenLayers-URLCompressed.git) enregistré pour le chemin 'openlayers.addins/URLCompressed'
Sous-module 'proj4js/proj4js' (https://github.com/proj4js/proj4js.git) enregistré pour le chemin 'proj4js/proj4js'
Sous-module 'styler' (https://github.com/georchestra/styler.git) enregistré pour le chemin 'styler'
Clonage dans 'core/tests/lib/jasmine'...
remote: Counting objects: 12667, done.
remote: Total 12667 (delta 0), reused 0 (delta 0), pack-reused 12667
Réception d'objets: 100% (12667/12667), 6.86 MiB | 1.94 MiB/s, fait.
Résolution des deltas: 100% (8218/8218), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'core/tests/lib/jasmine' : 'e173cd1c9dbd1ec829d03c29d1c8528982c289f4' extrait
Clonage dans 'dygraphs/dygraphs/dygraphs'...
remote: Counting objects: 12254, done.
remote: Total 12254 (delta 0), reused 0 (delta 0), pack-reused 12253
Réception d'objets: 100% (12254/12254), 17.42 MiB | 2.11 MiB/s, fait.
Résolution des deltas: 100% (8324/8324), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'dygraphs/dygraphs/dygraphs' : '615a5c1fb9b97579ee967731c60c753802a72304' extrait
Clonage dans 'geoext'...
remote: Counting objects: 9648, done.
remote: Total 9648 (delta 0), reused 0 (delta 0), pack-reused 9648
Réception d'objets: 100% (9648/9648), 2.06 MiB | 1.83 MiB/s, fait.
Résolution des deltas: 100% (4548/4548), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'geoext' : '3cef598639370265b47ab5bb2fca8c60b17ce7e9' extrait
Clonage dans 'gxp'...
remote: Counting objects: 18589, done.
remote: Total 18589 (delta 0), reused 0 (delta 0), pack-reused 18589
Réception d'objets: 100% (18589/18589), 12.45 MiB | 2.05 MiB/s, fait.
Résolution des deltas: 100% (12271/12271), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'gxp' : '32c5cd38dc87634a6bdeef0e5a6a48d5fa03e9e3' extrait
Clonage dans 'openlayers'...
remote: Counting objects: 55705, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 55705 (delta 0), reused 0 (delta 0), pack-reused 55703
Réception d'objets: 100% (55705/55705), 12.83 MiB | 1.99 MiB/s, fait.
Résolution des deltas: 100% (42615/42615), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'openlayers' : '13cb006c271ca72c1c8b6fa47a19153fb73c0669' extrait
Clonage dans 'openlayers.addins/DynamicMeasure'...
remote: Counting objects: 538, done.
remote: Total 538 (delta 0), reused 0 (delta 0), pack-reused 538
Réception d'objets: 100% (538/538), 149.28 KiB | 0 bytes/s, fait.
Résolution des deltas: 100% (216/216), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'openlayers.addins/DynamicMeasure' : 'f73bcd921dcb9d69f3f4b2131218287844d9d37b' extrait
Clonage dans 'openlayers.addins/URLCompressed'...
remote: Counting objects: 102, done.
remote: Total 102 (delta 0), reused 0 (delta 0), pack-reused 102
Réception d'objets: 100% (102/102), 16.86 KiB | 0 bytes/s, fait.
Résolution des deltas: 100% (19/19), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'openlayers.addins/URLCompressed' : '5f7ae26a69cfc05e363b785d8b9fca450f7eb73c' extrait
Clonage dans 'proj4js/proj4js'...
remote: Counting objects: 2945, done.
remote: Total 2945 (delta 0), reused 0 (delta 0), pack-reused 2945
Réception d'objets: 100% (2945/2945), 3.28 MiB | 1.65 MiB/s, fait.
Résolution des deltas: 100% (1653/1653), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'proj4js/proj4js' : 'c2db72addbe34ac8ba530fb03fc56a3d10c52d18' extrait
Clonage dans 'styler'...
remote: Counting objects: 799, done.
remote: Total 799 (delta 0), reused 0 (delta 0), pack-reused 799
Réception d'objets: 100% (799/799), 185.49 KiB | 0 bytes/s, fait.
Résolution des deltas: 100% (371/371), fait.
Vérification de la connectivité... fait.
Chemin de sous-module 'styler' : '3c7a4cbb5d8539b200807e6624d180cd413dec76' extrait
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j app.js -o sitn/static/build
Writing to sitn/static/build\app.js (5163 KB)
Done:
sitn/static/build\app.js
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j edit.js -o sitn/static/build
Writing to sitn/static/build\edit.js (3643 KB)
Done:
sitn/static/build\edit.js
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j routing.js -o sitn/static/build
Writing to sitn/static/build\routing.js (3001 KB)
Done:
sitn/static/build\routing.js
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j api.js -o sitn/static/build
Writing to sitn/static/build\api.js (1486 KB)
Done:
sitn/static/build\api.js
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j xapi.js -o sitn/static/build
Writing to sitn/static/build\xapi.js (3777 KB)
Done:
sitn/static/build\xapi.js
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j app_neophytes.js -o sitn/static/build
Writing to sitn/static/build\app_neophytes.js (72 KB)
Done:
sitn/static/build\app_neophytes.js
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j air.js -o sitn/static/build
Writing to sitn/static/build\air.js (1886 KB)
Done:
sitn/static/build\air.js
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j lang-fr.js -o sitn/static/build
Writing to sitn/static/build\lang-fr.js (120 KB)
Done:
sitn/static/build\lang-fr.js
mkdir -p sitn/static/build/
.build/venv/Scripts/jsbuild jsbuild/app.cfg -u -j api-lang-fr.js -o sitn/static/build
Writing to sitn/static/build\api-lang-fr.js (63 KB)
Done:
sitn/static/build\api-lang-fr.js
.build/venv/Scripts/c2c-cssmin  sitn/static/build/app.css sitn/static/lib/cgxp/ext/Ext/resources/css/ext-all.css sitn/static/lib/cgxp/ext/Ext/resources/css/xtheme-gray.css sitn/static/lib/cgxp/openlayers/theme/default/style.css sitn/static/lib/cgxp/geoext/resources/css/popup.css sitn/static/lib/cgxp/geoext/resources/css/gxtheme-gray.css sitn/static/lib/cgxp/geoext.ux/ux/Measure/resources/css/measure.css sitn/static/lib/cgxp/sandbox/FeatureEditing/resources/css/feature-editing.css sitn/static/lib/cgxp/styler/theme/css/styler.css sitn/static/lib/cgxp/gxp/src/theme/all.css sitn/static/lib/cgxp/core/src/theme/all.css sitn/static/lib/cgxp/ext.ux/ColorPicker/ressources/colorpicker.css sitn/static/lib/cgxp/ext/Ext/examples/ux/css/Spinner.css sitn/static/css/proj.css sitn/static/css/proj-map.css sitn/static/css/proj-widgets.css
Merging sitn/static/lib/cgxp/ext/Ext/resources/css/ext-all.css, sitn/static/lib/cgxp/ext/Ext/resources/css/xtheme-gray.css, sitn/static/lib/cgxp/openlayers/theme/default/style.css, sitn/static/lib/cgxp/geoext/resources/css/popup.css, sitn/static/lib/cgxp/geoext/resources/css/gxtheme-gray.css, sitn/static/lib/cgxp/geoext.ux/ux/Measure/resources/css/measure.css, sitn/static/lib/cgxp/sandbox/FeatureEditing/resources/css/feature-editing.css, sitn/static/lib/cgxp/styler/theme/css/styler.css, sitn/static/lib/cgxp/gxp/src/theme/all.css, sitn/static/lib/cgxp/core/src/theme/all.css, sitn/static/lib/cgxp/ext.ux/ColorPicker/ressources/colorpicker.css, sitn/static/lib/cgxp/ext/Ext/examples/ux/css/Spinner.css, sitn/static/css/proj.css, sitn/static/css/proj-map.css, sitn/static/css/proj-widgets.css to sitn/static/build/app.css
.build/venv/Scripts/c2c-cssmin  sitn/static/build/api.css sitn/static/lib/cgxp/openlayers/theme/default/style.css sitn/static/css/proj-map.css
Merging sitn/static/lib/cgxp/openlayers/theme/default/style.css, sitn/static/css/proj-map.css to sitn/static/build/api.css
.build/venv/Scripts/c2c-cssmin  sitn/static/build/xapi.css sitn/static/lib/cgxp/core/src/theme/reset.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/editor.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/pivotgrid.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/menu.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/panel.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/grid.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/debug.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/qtips.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/dd.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/form.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/resizable.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/toolbar.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/slider.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/combo.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/layout.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/dialog.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/core.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/button.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/progress.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/tabs.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/box.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/borders.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/date-picker.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/tree.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/window.css sitn/static/lib/cgxp/ext/Ext/resources/css/visual/list-view.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/editor.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/pivotgrid.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/menu.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/panel.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/grid.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/debug.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/qtips.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/dd.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/form.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/resizable.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/toolbar.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/panel-reset.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/slider.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/combo.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/layout.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/dialog.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/core.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/button.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/progress.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/tabs.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/box.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/borders.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/date-picker.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/tree.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/window.css sitn/static/lib/cgxp/ext/Ext/resources/css/structure/list-view.css sitn/static/lib/cgxp/ext/Ext/resources/css/xtheme-gray.css sitn/static/lib/cgxp/openlayers/theme/default/style.css sitn/static/lib/cgxp/geoext/resources/css/gxtheme-gray.css sitn/static/lib/cgxp/geoext.ux/ux/Measure/resources/css/measure.css sitn/static/lib/cgxp/gxp/src/theme/all.css sitn/static/lib/cgxp/core/src/theme/all.css sitn/static/css/proj-map.css sitn/static/css/proj-widgets.css
Merging sitn/static/lib/cgxp/core/src/theme/reset.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/editor.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/pivotgrid.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/menu.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/panel.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/grid.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/debug.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/qtips.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/dd.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/form.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/resizable.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/toolbar.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/slider.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/combo.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/layout.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/dialog.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/core.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/button.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/progress.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/tabs.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/box.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/borders.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/date-picker.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/tree.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/window.css, sitn/static/lib/cgxp/ext/Ext/resources/css/visual/list-view.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/editor.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/pivotgrid.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/menu.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/panel.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/grid.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/debug.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/qtips.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/dd.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/form.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/resizable.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/toolbar.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/panel-reset.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/slider.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/combo.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/layout.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/dialog.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/core.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/button.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/progress.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/tabs.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/box.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/borders.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/date-picker.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/tree.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/window.css, sitn/static/lib/cgxp/ext/Ext/resources/css/structure/list-view.css, sitn/static/lib/cgxp/ext/Ext/resources/css/xtheme-gray.css, sitn/static/lib/cgxp/openlayers/theme/default/style.css, sitn/static/lib/cgxp/geoext/resources/css/gxtheme-gray.css, sitn/static/lib/cgxp/geoext.ux/ux/Measure/resources/css/measure.css, sitn/static/lib/cgxp/gxp/src/theme/all.css, sitn/static/lib/cgxp/core/src/theme/all.css, sitn/static/css/proj-map.css, sitn/static/css/proj-widgets.css to sitn/static/build/xapi.css
.build/venv/Scripts/jsbuild jsbuild/mobile.cfg -u -j openlayers-mobile.js -o sitn/static/mobile/
Writing to sitn/static/mobile/openlayers-mobile.js (1401 KB)
Done:
sitn/static/mobile/openlayers-mobile.js
rm -rf sitn/static/mobile/build
rm -rf sitn/static/mobile/archive
cd sitn/static/mobile && sencha app build production
Sencha Cmd v4.0.1.45
[WRN] Failed to download remote catalog : Error downloading http://cdn.sencha.com/cmd/packages/catalog.json
[INF]
[INF] init-plugin:
[INF]
[INF] cmd-root-plugin.init-properties:
[INF]
[INF] init-properties:
[INF]
[INF] init-sencha-command:
[INF]
[INF] init:
[INF]
[INF] app-build-impl:
[INF]
[INF] -before-init-local:
[INF]
[INF] -init-local:
[INF]
[INF] -after-init-local:
[INF]
[INF] init-local:
[INF]
[INF] find-cmd-in-path:
[INF]
[INF] find-cmd-in-environment:
[INF]
[INF] find-cmd-in-shell:
[INF]
[INF] init-cmd:
[INF]      [echo] Using Sencha Cmd from C:\Sencha\bin\Sencha\Cmd\4.0.1.45 for C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build.xml
[INF]
[INF] -before-init:
[INF]
[INF] -init:
[INF] Initializing Sencha Cmd ant environment
[INF] Adding antlib taskdef for com/sencha/command/compass/ant/antlib.xml
[INF]
[INF] -after-init:
[INF]
[INF] -before-init-defaults:
[INF]
[INF] -init-defaults:
[INF]
[INF] -after-init-defaults:
[INF]
[INF] -init-compiler:
[INF]
[INF] init:
[INF]
[INF] -before-build:
[INF]
[INF] refresh:
[INF]
[INF] -before-refresh:
[INF]
[INF] -init:
[INF]
[INF] -init-compiler:
[INF]
[INF] -detect-app-build-properties:
[INF] Loading app json manifest...
[INF] Loading classpath entry C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\touch\src
[INF] Loading classpath entry C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\app.js
[INF] Loading classpath entry C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\app
[INF] Loading classpath entry C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\temp\production\App\sencha-compiler\app
[INF] Loading classpath entry C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\temp\production\App\sencha-compiler\app
[INF] Concatenating output to file C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/temp/production/App/sencha-compiler/cmd-packages.js
[INF] Adding external reference : @full-page => @overrides
[INF] Loading classpath entry C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\temp\production\App\sencha-compiler\cmd-packages.js
[INF] Adding external reference : Ext.util.Observable => C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/temp/production/App/sencha-compiler/cmd-packages.js
[INF]
[INF] -refresh-app:
[INF] Appending concatenated output to file C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/bootstrap.js
[INF] Appending concatenated output to file C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/bootstrap.js
[INF] Appending concatenated output to file C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/bootstrap.js
[INF] Appending concatenated output to file C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/bootstrap.js
[INF] Appending concatenated output to file C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/bootstrap.js
[INF] Appending content to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/bootstrap.json
[INF]
[INF] -refresh:
[INF]
[INF] -after-refresh:
[INF]
[INF] resolve:
[INF]
[INF] js:
[INF]
[INF] -before-js:
[INF]
[INF] -init:
[INF]
[INF] -init-compiler:
[INF]
[INF] -detect-app-build-properties:
[INF]
[INF] -compile-js:
[INF] Concatenating output to file C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/production/App/app.js
[INF]
[INF] -js:
[INF]
[INF] -after-js:
[INF]
[INF] resources:
[INF]
[INF] -before-resources:
[INF]
[INF] -before-inherit-resources:
[INF]
[INF] -before-copy-resources:
[INF]
[INF] -init:
[INF]
[INF] -init-compiler:
[INF]
[INF] -resources:
[INF] merging resources into C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\resources
[INF] merged 0 resources into C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\resources
[INF] merging resources into C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App
[INF] merged 19 resources into C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App
[INF]
[INF] -after-copy-resources:
[INF]
[INF] -after-inherit-resources:
[INF]
[INF] -after-resources:
[INF]
[INF] sass:
[INF]
[INF] -before-sass:
[INF]
[INF] -compass-compile-theme-package:
[INF]
[INF] -compass-compile-theme-folders:
[INF]
[INF] -compass-compile-sass-dir:
[INF] executing compass using system installed ruby runtime
directory ../css/
   create ../css/app.css
[INF]
[INF] -compass-compile:
[INF]
[INF] -sass:
[INF]
[INF] -after-sass:
[INF]
[INF] slice:
[INF]
[INF] -before-slice:
[INF]
[INF] -slice-images:
[INF]
[INF] -slice:
[INF]
[INF] -after-slice:
[INF]
[INF] page:
[INF]
[INF] -before-page:
[INF]
[INF] -init:
[INF]
[INF] -init-compiler:
[INF]
[INF] -copy-app-resources:
[INF] Copying page resources to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App
[INF] copying C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\libs\GeolocateControl.js to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\libs\GeolocateControl.js
[INF] compressing C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\libs\GeolocateControl.js
[INF] copying C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\libs\MobileMeasure.js to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\libs\MobileMeasure.js
[INF] compressing C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\libs\MobileMeasure.js
[INF] compressing C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\app.js
[INF] copying C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\resources\css\app.css to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\resources\css\app.css
[INF] compressing C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\resources\css\app.css
[INF]
[INF] -generate-deltas:
[INF] Generating file deltas to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/production/App/deltas
[INF]
[INF] -detect-app-build-properties:
[INF]
[INF] -build-standalone-json-manifest:
[INF]
[INF] -build-output-page:
[INF]
[INF] -build-output-microload-page:
[INF] Writing content to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/production/App/app.json
[INF] Writing content to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/production/App/microloader.js
[INF] Appending content to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/production/App/microloader.js
[INF] Building output markup to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/production/App/index.html
[INF]    [delete] Deleting: C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile\build\production\App\microloader.js
[INF]
[INF] -generate-cache-manifest:
[INF] generating cache manifest to C:\git_projects\sitn_c2cgeoportal\sitn\static\mobile/build/production/App/cache.appcache
[INF] Generating checksum for appCache item: index.html
[INF]
[INF] -page:
[INF]
[INF] -after-page:
[INF]
[INF] native-package:
[INF]
[INF] -build:
[INF]
[INF] -after-build:
[INF]
[INF] build:
[INF]
[INF] app-build:

INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files alembic.ini.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files alembic_static.ini.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files apache/application.wsgi.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files apache/frontend.conf.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files apache/mapserver.conf.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files apache/README.txt.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files apache/sspi.conf.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files apache/wsgi.conf.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files development.ini.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/adresses.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/agriculture.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/altimetrie.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/amenagement.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/c2cgeoportal.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/cadastre_bruit_routier.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/cadastre_souterrain.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/canepo.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/chasse.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/citbru.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/dangers.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/defense_incendie.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/eaux.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/ecoreseaux.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/edition.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/energie.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/environnement.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/forets.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/geologie.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/hydrogeologie.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/infrastructures_sportives.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/mensuration.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/meteo_air.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/mistra_sitn.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/mobile_cadastre.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/mobile_cadastre_sgrf.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/mobile_fire.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/mobilite.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/orthophotos.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/perturbations_trafic.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/pgee.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/plants_invasives.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/points_interet.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/police.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/police_edition.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/proprietes.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/routes.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/sante.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/tlm.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/trans_n.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/travail_consommation.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files mapserver/viticulture.map.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files print/config.yaml.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files production.ini.mako
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --engine mako --files project.yaml.mako
rm -f .build/config-*.timestamp | true
INSTANCE_ID=michael APACHE_ENTRY_POINT=/michael/ DEVELOPMENT=TRUE PACKAGE=sitn .build/venv/Scripts/c2c-template --vars vars_sitn_localdev.yaml --get-config .build/config.yaml enable_wms_errors admin_email infolica_path lidar_http lidar_https ora_geone_address_string shapepath projects_web_url ora_acno tile_date_file sqlalchemy_oracle.url data_csv_dir neophyte_images is_intranet lubis_url logoNE crdppf_wms_url mapserv_url sld_local_url intranet_las_code reportThemes oracle_geos spms_nebotta1 raster_classification filter_layers sqlalchemy.url schema parentschema enable_admin_interface pyramid_closure node_modules_path closure_library_path default_locale_name servers layers available_locale_names cache admin_interface functionalities external_themes_url raster shortener hide_capabilities use_security_metadata mapserverproxy tinyowsproxy print_url tiles_url checker check_collector default_max_age jsbuild package srid reset_password
ERROR the variable 'reset_password' don't exists.
CONST_Makefile:427 : la recette pour la cible « .build/config-michael.timestamp » a échouée
make: *** [.build/config-michael.timestamp] Erreur 1
ochriste commented 8 years ago

the variable is defined in the vars.yaml file since the 1.6.0 release https://github.com/camptocamp/c2cgeoportal/blob/1.6.0rc1/c2cgeoportal/scaffolds/create/vars%2Bpackage%2B.yaml_tmpl so I guess it has been simply forgotten when you migrated from 1.5 to 1.6

just add the config block as shown in the current version of the config file: https://github.com/camptocamp/c2cgeoportal/blob/1.6/c2cgeoportal/scaffolds/create/vars_+package+.yaml_tmpl#L98

kalbermattenm commented 8 years ago

OK... So sorry for the noise... I totally missed the point that this variable was defined in https://github.com/camptocamp/c2cgeoportal/blob/1.6/c2cgeoportal/scaffolds/create/vars_+package+.yaml_tmpl and not in https://github.com/camptocamp/c2cgeoportal/blob/1.6/c2cgeoportal/scaffolds/update/CONST_vars.yaml_tmpl

What I do not get is that my project used to work before with version 1.6.4, but never mind...

Thanks a lot @ochriste !

elemoine commented 8 years ago

See https://github.com/Geoportail-Luxembourg/geoportailv3/pull/931. Basically, c2c-template is now more strict with missing variables.

kalbermattenm commented 8 years ago

Thanks, I did not know that. The strange thing about it, is that the build does not complain about the layer variable... I'll check tomorrow if this one is already defined in our project...