|
From: <de...@us...> - 2010-10-20 21:01:02
|
Revision: 5991
http://fudaa.svn.sourceforge.net/fudaa/?rev=5991&view=rev
Author: deniger
Date: 2010-10-20 21:00:55 +0000 (Wed, 20 Oct 2010)
Log Message:
-----------
Modified Paths:
--------------
trunk/framework/ctulu-common/src/main/java/org/fudaa/ctulu/CtuluAnalyze.java
trunk/framework/fudaa-common/src/main/java/org/fudaa/fudaa/commun/impl/FudaaCommonImplementation.java
Added Paths:
-----------
trunk/framework/fudaa-dico/bin/
Removed Paths:
-------------
trunk/framework/.classpath
trunk/framework/.directory
trunk/framework/ctulu-bu/.settings/
trunk/framework/ctulu-common/.settings/
trunk/framework/ctulu-fu/.settings/
trunk/framework/ctulu-gis/.settings/
trunk/framework/ctulu-ui/.settings/
trunk/framework/ctulu-video/.settings/
trunk/framework/dodico-common/.settings/
trunk/framework/ebli-1d/.settings/
trunk/framework/ebli-2d/.settings/
trunk/framework/fudaa-common-courbe/.settings/
trunk/framework/fudaa-common-save/.settings/
trunk/framework/fudaa-dico/server/.settings/
trunk/framework/fudaa-dico/ui/.settings/
Property Changed:
----------------
trunk/framework/ebli-3d/
trunk/framework/ebli-common/
trunk/framework/ebli-graphe/
trunk/framework/ebli-visuallibrary/
trunk/framework/fudaa-common/
Deleted: trunk/framework/.classpath
===================================================================
--- trunk/framework/.classpath 2010-10-20 20:56:40 UTC (rev 5990)
+++ trunk/framework/.classpath 2010-10-20 21:00:55 UTC (rev 5991)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
Deleted: trunk/framework/.directory
===================================================================
--- trunk/framework/.directory 2010-10-20 20:56:40 UTC (rev 5990)
+++ trunk/framework/.directory 2010-10-20 21:00:55 UTC (rev 5991)
@@ -1,6 +0,0 @@
-[Dolphin]
-Timestamp=2010,5,11,11,47,19
-ViewMode=1
-
-[Settings]
-ShowDotFiles=true
Modified: trunk/framework/ctulu-common/src/main/java/org/fudaa/ctulu/CtuluAnalyze.java
===================================================================
--- trunk/framework/ctulu-common/src/main/java/org/fudaa/ctulu/CtuluAnalyze.java 2010-10-20 20:56:40 UTC (rev 5990)
+++ trunk/framework/ctulu-common/src/main/java/org/fudaa/ctulu/CtuluAnalyze.java 2010-10-20 21:00:55 UTC (rev 5991)
@@ -358,7 +358,7 @@
}
public String getFatalError() {
- LogRecord log = getFirstOfLevel(Level.SEVERE);
+ LogRecord log = getFirstOfLevel(FATAL);
return log == null ? null : CtuluDefaultLogFormatter.DEFAULT.format(log);
}
Property changes on: trunk/framework/ebli-3d
___________________________________________________________________
Modified: svn:ignore
- .classpath
.project
target
+ .classpath
.project
target
.settings
Property changes on: trunk/framework/ebli-common
___________________________________________________________________
Modified: svn:ignore
- .classpath
.project
target
+ nb-configuration.xml
.classpath
.project
target
.settings
Property changes on: trunk/framework/ebli-graphe
___________________________________________________________________
Modified: svn:ignore
- .classpath
.project
target
+ .classpath
.project
target
.settings
Property changes on: trunk/framework/ebli-visuallibrary
___________________________________________________________________
Modified: svn:ignore
- .classpath
.project
target
+ .classpath
.project
target
.settings
Property changes on: trunk/framework/fudaa-common
___________________________________________________________________
Modified: svn:ignore
- .classpath
.project
target
+ .classpath
.project
target
.settings
Modified: trunk/framework/fudaa-common/src/main/java/org/fudaa/fudaa/commun/impl/FudaaCommonImplementation.java
===================================================================
--- trunk/framework/fudaa-common/src/main/java/org/fudaa/fudaa/commun/impl/FudaaCommonImplementation.java 2010-10-20 20:56:40 UTC (rev 5990)
+++ trunk/framework/fudaa-common/src/main/java/org/fudaa/fudaa/commun/impl/FudaaCommonImplementation.java 2010-10-20 21:00:55 UTC (rev 5991)
@@ -1000,7 +1000,7 @@
_analyze.printResume();
CtuluAnalyzeGUI.showDialogErrorFiltre(_analyze, this, _analyze.getDesc(), false);
}
- return _analyze.getFatalError() != null;
+ return _analyze.containsFatalError();
}
public boolean manageErrorOperationAndIsFatal(final CtuluIOOperationSynthese _opResult) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|