[Castore-commits] TypeDoc.java 1.4.2.2 1.4.2.3
Stéphane Bouchet
sbouchet at adullact1.hosting.cri74.org
Lun 6 Mar 16:51:31 CET 2006
Update of /cvsroot/castore/castore-applets/src/java/fr/emn/castor/applets/gestionTypeDoc/commun
In directory adullact1:/tmp/cvs-serv27398/src/java/fr/emn/castor/applets/gestionTypeDoc/commun
Modified Files:
Tag: v1_1_branch
TypeDoc.java
Log Message:
correction bug ecriture des fichiers au mauvais endroit
Index: TypeDoc.java
===================================================================
RCS file: /cvsroot/castore/castore-applets/src/java/fr/emn/castor/applets/gestionTypeDoc/commun/TypeDoc.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -d -r1.4.2.2 -r1.4.2.3
*** TypeDoc.java 16 Jan 2006 15:58:44 -0000 1.4.2.2
--- TypeDoc.java 6 Mar 2006 15:51:28 -0000 1.4.2.3
***************
*** 297,303 ****
*/
String crlf = System.getProperty("line.separator");
! // File file = new File("D:/Emilie/Castor/typeDoc/"+ name);
! // file.delete();
! String path = Constants.CASTOR_TYPEDOC_PATH;
File newfile = new File(path + "/" + name);
try {
--- 297,301 ----
*/
String crlf = System.getProperty("line.separator");
! String path = Constants.CASTOR_MAPPING_PATH;
File newfile = new File(path + "/" + name);
try {
Plus d'informations sur la liste de diffusion Castore-commits