[Mobies-commit] [commit] r3880 - UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Thu Sep 8 09:40:35 CDT 2011
Author: ksmyth
Date: Thu Sep 8 09:40:33 2011
New Revision: 3880
Log:
Use gmepy.exe for mga2xme et al, as it doesnt MessageBox and returns an error code
Modified:
UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA/TestSignalFlow.vcproj
Modified: UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA/TestSignalFlow.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA/TestSignalFlow.vcproj Wed Sep 7 10:49:13 2011 (r3879)
+++ UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA/TestSignalFlow.vcproj Thu Sep 8 09:40:33 2011 (r3880)
@@ -264,45 +264,45 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\..\..\Build\Win32\VC9\Debug\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp"
+ RelativePath="..\..\..\..\..\Build\Win32\VC9\Release\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp"
>
<FileConfiguration
Name="Debug|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
- ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
+ Optimization="2"
+ PreprocessorDefinitions=""
/>
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\..\..\Build\Win32\VC9\Release\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp"
+ RelativePath="..\..\..\..\..\Build\Win32\VC9\Debug\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp"
>
<FileConfiguration
Name="Debug|Win32"
- ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions=""
+ BasicRuntimeChecks="3"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions=""
/>
</FileConfiguration>
</File>
@@ -316,10 +316,10 @@
>
</File>
<File
- RelativePath="..\..\..\..\..\Build\Win32\VC9\Debug\Gen\tests\test_assocInheritanceMGA\SignalFlow.h"
+ RelativePath="..\..\..\..\..\Build\Win32\VC9\Release\Gen\tests\test_assocInheritanceMGA\SignalFlow.h"
>
<FileConfiguration
- Name="Release|Win32"
+ Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -328,10 +328,10 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\..\..\Build\Win32\VC9\Release\Gen\tests\test_assocInheritanceMGA\SignalFlow.h"
+ RelativePath="..\..\..\..\..\Build\Win32\VC9\Debug\Gen\tests\test_assocInheritanceMGA\SignalFlow.h"
>
<FileConfiguration
- Name="Debug|Win32"
+ Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
@@ -374,7 +374,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Signalflow_meta.xme -> Signalflow_meta.xmp, Registering SignalFlow paradigm"
- CommandLine="cd "$(InputDir)"
"$(UDM_PATH)\etc\CreateMGA" "$(InputName).xme" "$(InputName).mga" MetaGME
"$(UDM_PATH)\etc\CreateXmp" "$(InputName).mga"
"
+ CommandLine="cd "$(InputDir)"
"$(UDM_PATH)\common-scripts\gmepy.exe" xme2mga "$(InputName).xme"
"$(UDM_PATH)\common-scripts\gmepy.exe" mga2xmp "$(InputName).mga"
"
AdditionalDependencies="REGISTRY"
Outputs="$(InputDir)\SignalFlow.xmp; $(InputDir)\SignalFlow.xmp.log; $(InputDir)\SignalFlow.mta; $(InputDir)\$(InputName).mga"
/>
@@ -385,53 +385,53 @@
<Tool
Name="VCCustomBuildTool"
Description="Signalflow_meta.xme -> Signalflow_meta.xmp, Registering SignalFlow paradigm"
- CommandLine="cd "$(InputDir)"
"$(UDM_PATH)\etc\CreateMGA" "$(InputName).xme" "$(InputName).mga" MetaGME
"$(UDM_PATH)\etc\CreateXmp" "$(InputName).mga"
"
+ CommandLine="cd "$(InputDir)"
"$(UDM_PATH)\common-scripts\gmepy.exe" xme2mga "$(InputName).xme"
"$(UDM_PATH)\common-scripts\gmepy.exe" mga2xmp "$(InputName).mga"
"
AdditionalDependencies=""
Outputs="xxxx;$(InputDir)\SignalFlow.xmp; $(InputDir)\SignalFlow.xmp.log; $(InputDir)\SignalFlow.mta; $(InputDir)\$(InputName).mga"
/>
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\..\..\Build\Win32\VC9\Debug\Gen\tests\test_assocInheritanceMGA\SignalFlow_udm.xml"
+ RelativePath="..\..\..\..\..\Build\Win32\VC9\Release\Gen\tests\test_assocInheritanceMGA\SignalFlow_udm.xml"
>
<FileConfiguration
Name="Debug|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
- Description="SignaFlow_udm.xml -> C++ API"
- CommandLine=""$(OutDir)\UdmD.exe" -o "$(OutDir)\Gen\tests\test_assocInheritanceMGA" "$(InputPath)"
"
- Outputs="$(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.h; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.xsd"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
- ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
+ Description="SignaFlow_udm.xml -> C++ API"
+ CommandLine=""$(OutDir)\Udm.exe" -o "$(OutDir)\Gen\tests\test_assocInheritanceMGA" "$(InputPath)"
"
+ Outputs="$(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.h; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.xsd"
/>
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\..\..\Build\Win32\VC9\Release\Gen\tests\test_assocInheritanceMGA\SignalFlow_udm.xml"
+ RelativePath="..\..\..\..\..\Build\Win32\VC9\Debug\Gen\tests\test_assocInheritanceMGA\SignalFlow_udm.xml"
>
<FileConfiguration
Name="Debug|Win32"
- ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
+ Description="SignaFlow_udm.xml -> C++ API"
+ CommandLine=""$(OutDir)\UdmD.exe" -o "$(OutDir)\Gen\tests\test_assocInheritanceMGA" "$(InputPath)"
"
+ Outputs="$(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.h; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.xsd"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
- Description="SignaFlow_udm.xml -> C++ API"
- CommandLine=""$(OutDir)\Udm.exe" -o "$(OutDir)\Gen\tests\test_assocInheritanceMGA" "$(InputPath)"
"
- Outputs="$(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.h; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.xsd"
/>
</FileConfiguration>
</File>
@@ -444,7 +444,7 @@
<Tool
Name="VCCustomBuildTool"
Description="SignalFlow_uml.xme -> SignalFlow_udm.xml "
- CommandLine="cd "$(TargetDir)\Gen\tests\test_assocInheritanceMGA"
"$(UDM_PATH)\etc\Xme2UdmXml" "$(InputPath)" "$(InputName).mga"
"
+ CommandLine="cd "$(TargetDir)\Gen\tests\test_assocInheritanceMGA"
"$(UDM_PATH)\common-scripts\gmepy.exe" mga2udmxml "$(InputPath)"
move /y "$(InputName).mga" .\

"
Outputs="$(OutDir)\Gen\tests\test_assocInheritanceMGA\$(InputName).mga;$(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow_udm.xml"
/>
</FileConfiguration>
@@ -454,7 +454,7 @@
<Tool
Name="VCCustomBuildTool"
Description="SignalFlow_uml.xme -> SignalFlow_udm.xml "
- CommandLine="cd "$(TargetDir)\Gen\tests\test_assocInheritanceMGA"
"$(UDM_PATH)\etc\Xme2UdmXml" "$(InputPath)" "$(InputName).mga"
"
+ CommandLine="cd "$(TargetDir)\Gen\tests\test_assocInheritanceMGA"
"$(UDM_PATH)\common-scripts\gmepy.exe" mga2udmxml "$(InputPath)"
move /y "$(InputName).mga" .\

"
Outputs="$(OutDir)\Gen\tests\test_assocInheritanceMGA\$(InputName).mga;$(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow_udm.xml"
/>
</FileConfiguration>
More information about the Mobies-commit
mailing list