Quick links: Content - sections - sub sections
EN FR
Quick Search Advanced search
 
Page

  [Opened] Pb installation module en ligne de commande

Posted by doubleface on 11/23/2009 14:51

Salut,

J'essaye de faire fonctionner l'application testapp du trunk et y a pas moyen!

Voila ce que je fais :

 hg clone http://hg.jelix.org/jelix/jelix-trunk/

Je fais les modifications qui conviennent dans les fichiers de conf pour les BDD (de toutes facon ca n'a rien a voir avec le pb)

 make tests

Et je recupere la sortie suivante :

 /home/thiriot/local/php52/bin/php build/buildjelix.php -D "MAIN_TARGET_PATH=/home/thiriot/Workspace/jelix" build/config/jelix-test2.ini
 /home/thiriot/local/php52/bin/php build/buildapp.php -D "MAIN_TARGET_PATH=/home /thiriot/Workspace/jelix" build/config/testapp-test.ini
 cd /home/thiriot/Workspace/jelix && cp testapp/var/config/dbprofils.ini.php.dist testapp/var/config/dbprofils.ini.php
 cd /home/thiriot/Workspace/jelix/testapp/install && /home/thiriot/local/php52/bin/php installer.php

 Installation start..
 Installation starts for the entry point index
 Check dependencies of the module jelix
 Check dependencies of the module junittests
 Check dependencies of the module jacldb
 Check dependencies of the module jacl2db
 Check dependencies of the module jauthdb
 Check dependencies of the module jauth
 Check dependencies of the module jWSDL
 Check dependencies of the module testapp
 Check dependencies of the module jelix_tests
 Check dependencies of the module testurls
 All modules dependencies are ok
 All modules are installed or upgraded for the entry point index
 Installation starts for the entry point soap
 Check dependencies of the module jelix
 Check dependencies of the module junittests
 Check dependencies of the module jacldb
 Check dependencies of the module jacl2db
 Check dependencies of the module jauthdb
 Check dependencies of the module jauth
 Check dependencies of the module jWSDL
 Check dependencies of the module testapp
 Check dependencies of the module jelix_tests
 Check dependencies of the module testurls
 All modules dependencies are ok
 All modules are installed or upgraded for the entry point soap
 Installation starts for the entry point jsonrpc
 Check dependencies of the module jelix
 Check dependencies of the module junittests
 Check dependencies of the module jacldb
 Check dependencies of the module jacl2db
 Check dependencies of the module jauthdb
 Check dependencies of the module jauth
 Check dependencies of the module jWSDL
 Check dependencies of the module testapp
 Check dependencies of the module jelix_tests
 Check dependencies of the module testurls
 All modules dependencies are ok
 All modules are installed or upgraded for the entry point jsonrpc
 Installation ended.

 cd /home/thiriot/Workspace/jelix/testapp/scripts/ && /home/thiriot/local/php52/bin/php tests.php default:index

 [exception 12] Unknow module in the selector "junittests~default:index@cmdline"         /home/thiriot/Workspace/jelix/lib/jelix/core/selector/jSelectorActFast.class.php        48

Ce qui me surprend est que je ne voie pas de sortie concernant "cmdline" a la sortie de l'installation. Ce qui expliquerait que je ne puisse pas utiliser ce module en ligne de commande.

Le seul soucis que j'ai vu est que le fichier de configuration de jelix compile contient :

 junittests.access=0

Alors que j'ai bien dans la version non compilee:

 junittests.access = 2

Et le fais de changer la valeur a la main dans le fichier compile ne change rien, d'ailleur...

Il se passe donc quelque chose de louche dans jConfigCompiler mais je ne maitrise pas bien ce qui s'y passe...

Un peu d'aide ?

  [Opened] Re: Pb installation module en ligne de commande

Reply #1 Posted by laurentj on 11/23/2009 19:08

Ne pas utiliser le trunk en ce moment. C'est cassé. Je suis en train de revoir tout le système d'install.

  [Opened] Re: Pb installation module en ligne de commande

Reply #2 Posted by foxmask on 11/23/2009 22:16

@doubleface :

pour essayer de continuer, ajoutes dans installer.ini.php une section

 [jelix] 

en mettant dedans la même chose que dans la section

 [module]

(qu'il faut aussi renommer index, comme le nom du entrypoint par defaut)

comme ça ça devrait te permettre de te debloquer le temps que Laurent stabilise la bête.


@GitHub - Forum HaveFnuBB! powered by Jelix - Le Booster Jelix !

 
Page
  1. Pb installation module en ligne de commande