[udm-dev] Udm_ns 3rd party files have been reorganized. Update your build environment.

Attila Vizhanyo viza at isis.vanderbilt.edu
Mon Jun 27 16:23:32 CDT 2005


I have made the following changes to the udm_ns 3rd party files:
- moved antlr-2.7.1 directly under 3rdparty root folder
- deleted antlr.lib, antlr_D.lib, antlrD.lib, renamed antlr_vc7.lib to
antlr.lib; antlr_vc7D.lib to antlrD.lib
- moved contents of bin.net to separate bin folders under Xalan and
Xerces  
- deleted bin.net
- deleted swig.exe from bin
- deleted libcint.dll from bin
- deleted bin
- removed cint
- moved cppunit_vc7 to cppunit-1.10.2, deleted cppunit_vc7
- removed ocl
- removed stl
- reorganized folders Xaland and Xerces , now each have subfolders bin,
include, lib

These changes imply that you need to update your build environment as
follows:

UDM_PATH=
	your udm ns root folder (working folder for
$\MobiesTransition\Udm_ns) 
UDM_3RDPARTY_PATH=
	your udm ns 3rdparty root folder (extracted from
udm_ns_3rdparty.zip)
JDK_PATH=
	your Java 1.4.2 SDK path 
PATH=
	%UDM_3RDPARTY_PATH%\xerces-c_2_5_0\bin;
	%UDM_3RDPARTY_PATH%\xalan-c_1_8_0\bin;
	%UDM_3RDPARTY_PATH%\cppunit-1.10.2\bin;
	%UDM_3RDPARTY_PATH%\info-zip;
	%UDM_3RDPARTY_PATH%\sed;
	%UDM_3RDPARTY_PATH%\SWIG-1.3.24;
	%UDM_PATH%\bin;
	%PATH%
INCLUDE=
	%UDM_3RDPARTY_PATH%\xerces-c_2_5_0\include;
	%UDM_3RDPARTY_PATH%\xerces-c_2_5_0\include\xercesc;
	%UDM_3RDPARTY_PATH%\Xalan-C_1_8_0\include;
	%UDM_3RDPARTY_PATH%\Xalan-C_1_8_0\include\xalanc;
	%UDM_3RDPARTY_PATH%\antlr-2.7.1\lib\cpp;
	%UDM_3RDPARTY_PATH%\zlib;
	%UDM_3RDPARTY_PATH%\zlib\contrib\minizip;
	%UDM_3RDPARTY_PATH%\cppunit-1.10.2\include;
	%JDK_PATH%\include\win32;
	%JDK_PATH%\include;
	%INCLUDE%
LIB=
	%UDM_3RDPARTY_PATH%\Xalan-C_1_8_0\lib;
	%UDM_3RDPARTY_PATH%\xerces-c_2_5_0\lib;
	%UDM_3RDPARTY_PATH%\zlib;
	%UDM_3RDPARTY_PATH%\antlr-2.7.1\lib;
	%UDM_3RDPARTY_PATH%\cppunit-1.10.2\lib;
	%JDK_PATH%\lib
	%LIB%
CLASSPATH=
	%UDM_3RDPARTY_PATH%\antlr-2.7.1;
	%CLASSPATH%

You can find this information in the updated Udm_compile_guide.txt in
source control.
These changes were necessary in order to have a cleaner file structure.
Please update your build environment.
 
Thanks,
Attila


More information about the udm-dev mailing list