Date: Monday, December 19, 2005 @ 17:19:38
  Author: gilles
    Path: /cvsroot/carob/carob

Modified: .cdtproject (1.4 -> 1.5)

Changed build defaults to stop on first build error (prevent from waiting too 
long when an error occurs in a header)


-------------+
 .cdtproject |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: carob/.cdtproject
diff -u carob/.cdtproject:1.4 carob/.cdtproject:1.5
--- carob/.cdtproject:1.4       Wed Nov 23 15:18:29 2005
+++ carob/.cdtproject   Mon Dec 19 17:19:38 2005
@@ -24,7 +24,7 @@
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>all</buildTarget>
-<stopOnError>false</stopOnError>
+<stopOnError>true</stopOnError>
 <useDefaultCommand>true</useDefaultCommand>
 </target>
 <target name="clean" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
@@ -45,15 +45,15 @@
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>test</buildTarget>
-<stopOnError>false</stopOnError>
+<stopOnError>true</stopOnError>
 <useDefaultCommand>true</useDefaultCommand>
 </target>
 <target name="clean-test" targetID="org.eclipse.cdt.make.MakeTargetBuilder" 
path="">
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>clean-test</buildTarget>
-<stopOnError>false</stopOnError>
-<useDefaultCommand>true</useDefaultCommand>
+<stopOnError>true</stopOnError>
+<useDefaultCommand>false</useDefaultCommand>
 </target>
 <target name="clean-doc" targetID="org.eclipse.cdt.make.MakeTargetBuilder" 
path="">
 <buildCommand>make</buildCommand>

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to