[Mobies-commit] [commit] r4307 - in UDM/trunk/Projects/Win32/VC9: samples/CreateLampModel samples/cross_links tests/testGetAdjacentObjects tests/testOCL tests/testUdmCint tests/test_assocInheritanceMGA tests/test_crosslinks tests/test_generic2 tests/test_ns tests/test_ns2 tests/test_refports

ksmyth at redhat3.isis.vanderbilt.edu ksmyth at redhat3.isis.vanderbilt.edu
Tue Jul 8 11:37:33 CDT 2014


Author: ksmyth
Date: Tue Jul  8 11:37:32 2014
New Revision: 4307

Log:
Turn off Browse information. Use bin/Udm.exe and etc/StrResGen.exe

Modified:
   UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel/CreateLampModel.vcproj
   UDM/trunk/Projects/Win32/VC9/samples/cross_links/cross_links.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/testGetAdjacentObjects/testGetAdjacentObjects.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/testOCL/testOCL.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/testUdmCint/testUdmCint.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA/TestSignalFlow.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/test_crosslinks/Test_CrossLinks.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/test_generic2/test_generic2.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/test_ns/test_ns.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/test_ns2/test_ns2.vcproj
   UDM/trunk/Projects/Win32/VC9/tests/test_refports/test_refports.vcproj

Modified: UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel/CreateLampModel.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel/CreateLampModel.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel/CreateLampModel.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -55,7 +55,7 @@
 				AssemblerListingLocation="$(IntDir)/"
 				ObjectFile="$(IntDir)/"
 				ProgramDataBaseFileName="$(IntDir)/"
-				BrowseInformation="1"
+				BrowseInformation="0"
 				WarningLevel="3"
 				SuppressStartupBanner="true"
 				DebugInformationFormat="4"
@@ -218,7 +218,7 @@
 						Name="VCCLCompilerTool"
 						PreprocessorDefinitions=""
 						BasicRuntimeChecks="3"
-						BrowseInformation="1"
+						BrowseInformation="0"
 					/>
 				</FileConfiguration>
 				<FileConfiguration
@@ -248,7 +248,7 @@
 						AdditionalIncludeDirectories=""
 						PreprocessorDefinitions=""
 						BasicRuntimeChecks="3"
-						BrowseInformation="1"
+						BrowseInformation="0"
 					/>
 				</FileConfiguration>
 				<FileConfiguration
@@ -325,7 +325,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="LampDiagram_udm.xml -&gt; C++ API"
-						CommandLine="&quot;$(UDM_PATH)\bin\UdmD.exe&quot; -o &quot;$(GenPath)&quot; &quot;$(InputPath)&quot; -v&#x0D;&#x0A;"
+						CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(GenPath)&quot; &quot;$(InputPath)&quot; -v&#x0D;&#x0A;"
 						Outputs="$(GenPath)\LampDiagram.xsd; $(GenPath)\LampDiagram.cpp; $(GenPath)\LampDiagram.h"
 					/>
 				</FileConfiguration>
@@ -369,7 +369,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="$(InputFileName) -&gt; LampDiagram.xmp, Registering LampDiagram paradigm"
-						CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;cscript &quot;$(UDM_PATH)\etc\CreateMGA.vbs&quot; &quot;$(InputName).xme&quot; &quot;$(InputName).mga&quot; MetaGME&#x0D;&#x0A;cscript &quot;$(UDM_PATH)\etc\CreateXmp.vbs&quot; &quot;$(InputName).mga&quot;&#x0D;&#x0A;"
+						CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;cscript //b &quot;$(UDM_PATH)\etc\CreateMGA.vbs&quot; &quot;$(InputName).xme&quot; &quot;$(InputName).mga&quot; MetaGME&#x0D;&#x0A;cscript //b &quot;$(UDM_PATH)\etc\CreateXmp.vbs&quot; &quot;$(InputName).mga&quot;&#x0D;&#x0A;"
 						Outputs="xxxx;$(InputDir)LampDiagram.xmp;$(InputDir)LampDiagram.mta;$(InputDir)$(InputName).mga"
 					/>
 				</FileConfiguration>
@@ -379,7 +379,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="$(InputFileName) -&gt; LampDiagram.xmp, Registering LampDiagram paradigm"
-						CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;cscript &quot;$(UDM_PATH)\etc\CreateMGA.vbs&quot; &quot;$(InputName).xme&quot; &quot;$(InputName).mga&quot; MetaGME&#x0D;&#x0A;cscript &quot;$(UDM_PATH)\etc\CreateXmp.vbs&quot; &quot;$(InputName).mga&quot;&#x0D;&#x0A;"
+						CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;cscript //b &quot;$(UDM_PATH)\etc\CreateMGA.vbs&quot; &quot;$(InputName).xme&quot; &quot;$(InputName).mga&quot; MetaGME&#x0D;&#x0A;cscript //b &quot;$(UDM_PATH)\etc\CreateXmp.vbs&quot; &quot;$(InputName).mga&quot;&#x0D;&#x0A;"
 						Outputs="xxxx;$(InputDir)LampDiagram.xmp;$(InputDir)LampDiagram.mta;$(InputDir)$(InputName).mga"
 					/>
 				</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/samples/cross_links/cross_links.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/samples/cross_links/cross_links.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/samples/cross_links/cross_links.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -546,7 +546,7 @@
 				>
 				<Tool
 					Name="VCCustomBuildTool"
-					CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(GenPath)&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+					CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(GenPath)&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 					Outputs="$(GenPath)\CD1.cpp; $(GenPath)\CD2.cpp; $(GenPath)\CD3.cpp; $(GenPath)\CL.cpp; $(GenPath)\CD1.h; $(GenPath)\CD2.h; $(GenPath)\CD3.h; $(GenPath)\CL.h; $(GenPath)\CD1.xsd; $(GenPath)\CD2.xsd; $(GenPath)\CD3.xsd; $(GenPath)\CL.xsd"
 				/>
 			</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/testGetAdjacentObjects/testGetAdjacentObjects.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/testGetAdjacentObjects/testGetAdjacentObjects.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/testGetAdjacentObjects/testGetAdjacentObjects.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -468,7 +468,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="Generating UDM API files..."
-						CommandLine="&quot;$(OutDir)\udmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\testGetAdjacentObjects&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+						CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\testGetAdjacentObjects&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 						Outputs="$(OutDir)\Gen\tests\testGetAdjacentObjects\PackageA.cpp; $(OutDir)\Gen\tests\testGetAdjacentObjects\PackageA.h; $(OutDir)\Gen\tests\testGetAdjacentObjects\PackageA.xsd; $(OutDir)\Gen\tests\testGetAdjacentObjects\PackageB.cpp; $(OutDir)\Gen\tests\testGetAdjacentObjects\PackageB.h; $(OutDir)\Gen\tests\testGetAdjacentObjects\PackageB.xsd; $(OutDir)\Gen\tests\testGetAdjacentObjects\testAssociationScenarios.cpp; $(OutDir)\Gen\tests\testGetAdjacentObjects\testAssociationScenarios.h; $(OutDir)\Gen\tests\testGetAdjacentObjects\testAssociationScenarios.xsd"
 					/>
 				</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/testOCL/testOCL.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/testOCL/testOCL.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/testOCL/testOCL.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -299,7 +299,7 @@
 				>
 				<Tool
 					Name="VCCustomBuildTool"
-					CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\testOCL&quot; &quot;$(InputPath)&quot; -t -v -u math=http://www.w3.org/1998/Math/MathML -u sbml=http://www.sbml.org/sbml/level2 -g&#x0D;&#x0A;"
+					CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\testOCL&quot; &quot;$(InputPath)&quot; -t -v -u math=http://www.w3.org/1998/Math/MathML -u sbml=http://www.sbml.org/sbml/level2 -g&#x0D;&#x0A;"
 					Outputs="$(OutDir)\Gen\tests\testOCL\SBML2.cpp; $(OutDir)\Gen\tests\testOCL\SBML2.h; $(OutDir)\Gen\tests\testOCL\SBML2.dtd; $(OutDir)\Gen\tests\testOCL\SBML2.xsd; $(OutDir)\Gen\tests\testOCL\SBML2_xsd.h; $(OutDir)\Gen\tests\testOCL\SBML2_math.dtd; $(OutDir)\Gen\tests\testOCL\SBML2_math.xsd; $(OutDir)\Gen\tests\testOCL\SBML2_math_xsd.h; $(OutDir)\Gen\tests\testOCL\SBML2_sbml.dtd; $(OutDir)\Gen\tests\testOCL\SBML2_sbml.xsd; $(OutDir)\Gen\tests\testOCL\SBML2_sbml_xsd.h"
 				/>
 			</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/testUdmCint/testUdmCint.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/testUdmCint/testUdmCint.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/testUdmCint/testUdmCint.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -287,7 +287,7 @@
 				>
 				<Tool
 					Name="VCCustomBuildTool"
-					CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\testUdmCint&quot; &quot;$(InputPath)&quot; -t -v -uGeneTF=http://kutykuruty.khm.edu&#x0D;&#x0A;cd &quot;$(OutDir)\Gen\tests\testUdmCint&quot;&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; GeneTF_GeneTF.xsd GeneTF_GeneTF_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; GeneTF.xsd GeneTF_xsd&#x0D;&#x0A;"
+					CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\testUdmCint&quot; &quot;$(InputPath)&quot; -t -v -uGeneTF=http://kutykuruty.khm.edu&#x0D;&#x0A;cd &quot;$(OutDir)\Gen\tests\testUdmCint&quot;&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; GeneTF_GeneTF.xsd GeneTF_GeneTF_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; GeneTF.xsd GeneTF_xsd&#x0D;&#x0A;"
 					Outputs="$(OutDir)\Gen\tests\testUdmCint\GeneTF.cpp; $(OutDir)\Gen\tests\testUdmCint\GeneTF.h; $(OutDir)\Gen\tests\testUdmCint\GeneTF.xsd; $(OutDir)\Gen\tests\testUdmCint\GeneTF.dtd; $(OutDir)\Gen\tests\testUdmCint\GeneTF_GeneTF.xsd; $(OutDir)\Gen\tests\testUdmCint\GeneTF_GeneTF.dtd; $(OutDir)\Gen\tests\testUdmCint\GeneTF_xsd.h; $(OutDir)\Gen\tests\testUdmCint\GeneTF_GeneTF_xsd.h"
 				/>
 			</FileConfiguration>
@@ -354,7 +354,7 @@
 				>
 				<Tool
 					Name="VCCustomBuildTool"
-					CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\testUdmCint&quot; &quot;$(InputPath)&quot; -g -v -e -q jigcell -i xhtml -u math=http://www.w3.org/1998/Math/MathML -u sbml=http://www.sbml.org/sbml/level2 -u dbi=http://www.dbi.tju.edu/xmlns/dbi -u unigene=http://www.dbi.tju.edu/xmlns/unigene -u xhtml=http://www.w3.org/1999/xhtml -u jigcell=http://mpf.biol.vt.edu/ns -u bc=http://www.sbml.org/2001/ns/biocharon -u flux=http://arep.med.harvard.edu/fluxns&#x0D;&#x0A;cd &quot;$(OutDir)\Gen\tests\testUdmCint&quot;&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_math.xsd SBML2Ex_math_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_sbml.xsd SBML2Ex_sbml_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_dbi.xsd SBML2Ex_dbi_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_unigene.xsd SBML2Ex_unigene_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_xhtml.xsd SBML2Ex_xhtml_xsd&#!
 x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_flux.xsd SBML2Ex_flux_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_jigcell.xsd SBML2Ex_jigcell_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_jd.xsd SBML2Ex_jd_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex_bc.xsd SBML2Ex_bc_xsd&#x0D;&#x0A;&quot;..\..\$(OutDir)\StrResGenD.exe&quot; SBML2Ex.xsd SBML2Ex_xsd&#x0D;&#x0A;"
+					CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\testUdmCint&quot; &quot;$(InputPath)&quot; -g -v -e -q jigcell -i xhtml -u math=http://www.w3.org/1998/Math/MathML -u sbml=http://www.sbml.org/sbml/level2 -u dbi=http://www.dbi.tju.edu/xmlns/dbi -u unigene=http://www.dbi.tju.edu/xmlns/unigene -u xhtml=http://www.w3.org/1999/xhtml -u jigcell=http://mpf.biol.vt.edu/ns -u bc=http://www.sbml.org/2001/ns/biocharon -u flux=http://arep.med.harvard.edu/fluxns&#x0D;&#x0A;cd &quot;$(OutDir)\Gen\tests\testUdmCint&quot;&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_math.xsd SBML2Ex_math_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_sbml.xsd SBML2Ex_sbml_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_dbi.xsd SBML2Ex_dbi_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_unigene.xsd SBML2Ex_unigene_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_xhtml.xsd SBML2Ex_xhtml_xsd&#!
 x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_flux.xsd SBML2Ex_flux_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_jigcell.xsd SBML2Ex_jigcell_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_jd.xsd SBML2Ex_jd_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex_bc.xsd SBML2Ex_bc_xsd&#x0D;&#x0A;&quot;$(UDM_PATH)\etc\StrResGen.exe&quot; SBML2Ex.xsd SBML2Ex_xsd&#x0D;&#x0A;"
 					Outputs="$(OutDir)\Gen\tests\testUdmCint\SBML2Ex.cpp; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_math.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_math_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_sbml.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_sbml_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_dbi.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_dbi_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_unigene.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_unigene_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_xhtml.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_xhtml_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_flux.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_flux_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_jigcell.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_jigcell_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_jd.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_jd_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_bc.xsd; $(OutDir)\Gen\!
 tests\testUdmCint\SBML2Ex_bc_xsd.h; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex.xsd; $(OutDir)\Gen\tests\testUdmCint\SBML2Ex_xsd.h"
 				/>
 			</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA/TestSignalFlow.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA/TestSignalFlow.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/test_assocInheritanceMGA/TestSignalFlow.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -400,7 +400,7 @@
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="SignaFlow_udm.xml -&gt; C++ API"
-					CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_assocInheritanceMGA&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+					CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_assocInheritanceMGA&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 					Outputs="$(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.h; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.cpp; $(OutDir)\Gen\tests\test_assocInheritanceMGA\SignalFlow.xsd"
 				/>
 			</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/test_crosslinks/Test_CrossLinks.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/test_crosslinks/Test_CrossLinks.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/test_crosslinks/Test_CrossLinks.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -375,7 +375,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="Generating UDM API files from $(InputPath)"
-						CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_crosslinks&quot; &quot;$(InputPath)&quot; -d &quot;%UDM_PATH%\etc&quot;&#x0D;&#x0A;"
+						CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_crosslinks&quot; &quot;$(InputPath)&quot; -d &quot;%UDM_PATH%\etc&quot;&#x0D;&#x0A;"
 						Outputs="$(OutDir)\Gen\tests\test_crosslinks\Package1.h; $(OutDir)\Gen\tests\test_crosslinks\Package1.cpp; $(OutDir)\Gen\tests\test_crosslinks\Package1.xsd; $(OutDir)\Gen\tests\test_crosslinks\Package2.h; $(OutDir)\Gen\tests\test_crosslinks\Package2.cpp; $(OutDir)\Gen\tests\test_crosslinks\Package2.xsd; $(OutDir)\Gen\tests\test_crosslinks\CL.cpp; $(OutDir)\Gen\tests\test_crosslinks\CL.h; $(OutDir)\Gen\tests\test_crosslinks\CL.xsd; $(OutDir)\Gen\tests\test_crosslinks\CLPackage.cpp; $(OutDir)\Gen\tests\test_crosslinks\CLPackage.h; $(OutDir)\Gen\tests\test_crosslinks\CLPackage.xsd; $(OutDir)\Gen\tests\test_crosslinks\Package2_NSp.xsd; $(OutDir)\Gen\tests\test_crosslinks\Package2_NSp_NSc.xsd"
 					/>
 				</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/test_generic2/test_generic2.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/test_generic2/test_generic2.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/test_generic2/test_generic2.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -390,7 +390,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="LampDiagram_udm.xml -&gt; C++ API"
-						CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_generic2&quot; &quot;$(InputPath)&quot; -v --leesa&#x0D;&#x0A;"
+						CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_generic2&quot; &quot;$(InputPath)&quot; -v --leesa&#x0D;&#x0A;"
 						Outputs="$(OutDir)\Gen\tests\test_generic2\LampDiagram.xsd; $(OutDir)\Gen\tests\test_generic2\LampDiagram.cpp; $(OutDir)\Gen\tests\test_generic2\LampDiagram.h"
 					/>
 				</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/test_ns/test_ns.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/test_ns/test_ns.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/test_ns/test_ns.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -295,7 +295,7 @@
 				>
 				<Tool
 					Name="VCCustomBuildTool"
-					CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_ns&quot; &quot;$(InputPath)&quot; -t -v&#x0D;&#x0A;"
+					CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_ns&quot; &quot;$(InputPath)&quot; -t -v&#x0D;&#x0A;"
 					Outputs="$(OutDir)\Gen\tests\test_ns\test_ns.cpp; $(OutDir)\Gen\tests\test_ns\test_ns.h; $(OutDir)\Gen\tests\test_ns\test_ns.dtd; $(OutDir)\Gen\tests\test_ns\test_ns.xsd; $(OutDir)\Gen\tests\test_ns\test_ns_A.dtd; $(OutDir)\Gen\tests\test_ns\test_ns_A.xsd; $(OutDir)\Gen\tests\test_ns\test_ns_B.dtd; $(OutDir)\Gen\tests\test_ns\test_ns_B.xsd; $(OutDir)\Gen\tests\test_ns\test_ns_AB.dtd; $(OutDir)\Gen\tests\test_ns\test_ns_AB.xsd"
 				/>
 			</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/test_ns2/test_ns2.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/test_ns2/test_ns2.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/test_ns2/test_ns2.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -316,7 +316,7 @@
 				>
 				<Tool
 					Name="VCCustomBuildTool"
-					CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_ns2&quot; &quot;$(InputPath)&quot; -t -v&#x0D;&#x0A;"
+					CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_ns2&quot; &quot;$(InputPath)&quot; -t -v&#x0D;&#x0A;"
 					Outputs="$(OutDir)\Gen\tests\test_ns2\CHost.cpp; $(OutDir)\Gen\tests\test_ns2\CHost.h; $(OutDir)\Gen\tests\test_ns2\CHost.dtd; $(OutDir)\Gen\tests\test_ns2\CHost.xsd; $(OutDir)\Gen\tests\test_ns2\CHost_A.dtd; $(OutDir)\Gen\tests\test_ns2\CHost_A.xsd; $(OutDir)\Gen\tests\test_ns2\CHost_B.dtd; $(OutDir)\Gen\tests\test_ns2\CHost_B.xsd; $(OutDir)\Gen\tests\test_ns2\CHost_C.dtd; $(OutDir)\Gen\tests\test_ns2\CHost_C.xsd"
 				/>
 			</FileConfiguration>

Modified: UDM/trunk/Projects/Win32/VC9/tests/test_refports/test_refports.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/test_refports/test_refports.vcproj	Fri Jul  4 00:02:31 2014	(r4306)
+++ UDM/trunk/Projects/Win32/VC9/tests/test_refports/test_refports.vcproj	Tue Jul  8 11:37:32 2014	(r4307)
@@ -275,7 +275,7 @@
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="Generating UDM API files"
-					CommandLine="&quot;$(OutDir)\UdmD.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_refports&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+					CommandLine="&quot;$(UDM_PATH)\bin\Udm.exe&quot; -o &quot;$(OutDir)\Gen\tests\test_refports&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 					Outputs="$(OutDir)\Gen\tests\test_refports\RefPort.h;$(OutDir)\Gen\tests\test_refports\RefPort.cpp;$(OutDir)\Gen\tests\test_refports\RefPort.xsd"
 				/>
 			</FileConfiguration>


More information about the Mobies-commit mailing list