MAJ V4.3.2 oublier de retirer l'écriture du node analyse.

This commit is contained in:
pablo rodriguez 2022-12-10 20:40:00 +01:00
parent 4514f70d80
commit 55804f577b
4 changed files with 7 additions and 6 deletions

Binary file not shown.

1
bin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/fenetres/

View File

@ -172,12 +172,12 @@ public class evaluerLesFichiersEtudiants implements Runnable{
// Run.ecritureNodeEnXML(nodStudent, "fichier student","",false,""); //écriture du node nodStudent de l'étudiant
node ana = analyseFichier.analyse(nodStudent, commandes.sujet, i, a);
try {
Run.ecritureNodeEnXML(ana, "analyse", commandes.path, "");
} catch (IOException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();
}
// try {
// Run.ecritureNodeEnXML(ana, "analyse", commandes.path, "");
// } catch (IOException e1) {
// // TODO Auto-generated catch block
// e1.printStackTrace();
// }
//**************************************************
//** Ecriture des fichiers d'analyse des students **
//**************************************************