r1142 - in trunk: maven-eugene-plugin/src/site/fr/rst src/site/fr/rst src/site/rst
Author: ymartel Date: 2012-05-11 11:21:27 +0200 (Fri, 11 May 2012) New Revision: 1142 Url: http://nuiton.org/repositories/revision/eugene/1142 Log: add some doc around zargo file renaming Modified: trunk/maven-eugene-plugin/src/site/fr/rst/usage.rst trunk/src/site/fr/rst/08-FAQ.rst trunk/src/site/rst/08-FAQ.rst Modified: trunk/maven-eugene-plugin/src/site/fr/rst/usage.rst =================================================================== --- trunk/maven-eugene-plugin/src/site/fr/rst/usage.rst 2012-03-29 09:46:06 UTC (rev 1141) +++ trunk/maven-eugene-plugin/src/site/fr/rst/usage.rst 2012-05-11 09:21:27 UTC (rev 1142) @@ -243,7 +243,7 @@ Phase zargo ~~~~~~~~~~~ -This phase permits to take some zargo files to extract form them the xmi files. +Cette phase permet de prendre des fichiers zargo pour en extraire les fichiers xmi. Example: Modified: trunk/src/site/fr/rst/08-FAQ.rst =================================================================== --- trunk/src/site/fr/rst/08-FAQ.rst 2012-03-29 09:46:06 UTC (rev 1141) +++ trunk/src/site/fr/rst/08-FAQ.rst 2012-05-11 09:21:27 UTC (rev 1142) @@ -78,3 +78,13 @@ .. _ToPIA: http://nuiton.org/projects/show/topia .. _maven-eugene-plugin: ../maven-eugene-plugin/fr/index.html + +Pourquoi la génération ne marche plus après renommage des fichiers .zargo et properties +======================================================================================= + +Lorsque l'on renomme les fichiers .zargo et .properties correspondant, les +propriétés peuvent ne plus être prises en compte lors de la génération. En fait, +le fichier .zargo est une archive qui contient plusieurs fichiers dont le +fichier .xmi utilisé par la génération. Ce fichier n'est pas renommé avec le +fichier .zargo et il est donc nécessaire d'éditer le fichier .zargo afin de +synchroniser les noms de fichier qu'il contient. \ No newline at end of file Modified: trunk/src/site/rst/08-FAQ.rst =================================================================== --- trunk/src/site/rst/08-FAQ.rst 2012-03-29 09:46:06 UTC (rev 1141) +++ trunk/src/site/rst/08-FAQ.rst 2012-05-11 09:21:27 UTC (rev 1142) @@ -81,3 +81,11 @@ .. _ToPIA: http://nuiton.org/projects/show/topia .. _maven-eugene-plugin: maven-eugene-plugin/index.html + +Why properties are not taken during generation after renomming .zargo file ? +============================================================================ + +The .zargo file is an archive that contains some files, including .xmi file that +is used in the xmi phase after zargo phase. But when we change .zargo file name, +those included files are not renamed. The .zargo file must be edited to +synchronized all its included files. \ No newline at end of file
participants (1)
-
ymartel@users.nuiton.org