[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep Dumper.cpp,1.25,1.26 ModelRep.cpp,1.13,1.14

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Aug 24 13:34:40 CDT 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
In directory braindrain:/tmp/cvs-serv2902/Rep

Modified Files:
	Dumper.cpp ModelRep.cpp 
Log Message:
Silent invokation bug revealed/corrected (does not use the console anymore)

Misleading error messages corrected.


CVS User: zolmol

Index: Dumper.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep/Dumper.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Dumper.cpp	19 Aug 2004 18:29:52 -0000	1.25
--- Dumper.cpp	24 Aug 2004 17:34:38 -0000	1.26
***************
*** 617,621 ****
  	if ( aspect_selection_impossible)
  	{
! 		TO("Aspect selection not possible! Please check the log file for details");
  		delete theAspectDlg;
  		return false;
--- 617,621 ----
  	if ( aspect_selection_impossible)
  	{
! 		TO("Aspect selection not possible!");
  		delete theAspectDlg;
  		return false;
***************
*** 1444,1449 ****
  	if ( !checkAll()) // creates dummy aspects if needed
  	{
! 		TO("Please check the log file!");
! 		wait.Restore();
  		//success = false;
  	}
--- 1444,1448 ----
  	if ( !checkAll()) // creates dummy aspects if needed
  	{
! 		TO("Please correct the errors!");
  		//success = false;
  	}

Index: ModelRep.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep/ModelRep.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ModelRep.cpp	30 Jul 2004 00:10:23 -0000	1.13
--- ModelRep.cpp	24 Aug 2004 17:34:38 -0000	1.14
***************
*** 525,529 ****
  					if (!error) 
  					{
! 						TO("Check log file for errors.");
  						error = true;
  					}
--- 525,529 ----
  					if (!error) 
  					{
! 						TO("Please check the metamodel for duplicate roles.");
  						error = true;
  					}
***************
*** 620,624 ****
  					if (!error) 
  					{
! 						TO("Please check the log file for errors.");
  						error = true;
  					}
--- 620,624 ----
  					if (!error) 
  					{
! 						TO("Please check the metamodel for duplicate parts.");
  						error = true;
  					}



More information about the GME-commit mailing list