MAJ V4.3.2 oublier de retirer l'écriture du node analyse.
This commit is contained in:
parent
4514f70d80
commit
55804f577b
Binary file not shown.
1
bin/.gitignore
vendored
Normal file
1
bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/fenetres/
|
Binary file not shown.
@ -172,12 +172,12 @@ public class evaluerLesFichiersEtudiants implements Runnable{
|
|||||||
|
|
||||||
// Run.ecritureNodeEnXML(nodStudent, "fichier student","",false,""); //écriture du node nodStudent de l'étudiant
|
// Run.ecritureNodeEnXML(nodStudent, "fichier student","",false,""); //écriture du node nodStudent de l'étudiant
|
||||||
node ana = analyseFichier.analyse(nodStudent, commandes.sujet, i, a);
|
node ana = analyseFichier.analyse(nodStudent, commandes.sujet, i, a);
|
||||||
try {
|
// try {
|
||||||
Run.ecritureNodeEnXML(ana, "analyse", commandes.path, "");
|
// Run.ecritureNodeEnXML(ana, "analyse", commandes.path, "");
|
||||||
} catch (IOException e1) {
|
// } catch (IOException e1) {
|
||||||
// TODO Auto-generated catch block
|
// // TODO Auto-generated catch block
|
||||||
e1.printStackTrace();
|
// e1.printStackTrace();
|
||||||
}
|
// }
|
||||||
//**************************************************
|
//**************************************************
|
||||||
//** Ecriture des fichiers d'analyse des students **
|
//** Ecriture des fichiers d'analyse des students **
|
||||||
//**************************************************
|
//**************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user