In build.xml, the compile_tab target passes searchPath10=${data_server} twice and never passes data_client as a search path at all.
The dsrc/build.xml version passes all three correctly: data_shared, data_server, and data_client. Any .tab file that references client-data paths will fail to resolve them when compiled through swg-main.
In
build.xml, thecompile_tabtarget passessearchPath10=${data_server}twice and never passesdata_clientas a search path at all.The
dsrc/build.xmlversion passes all three correctly:data_shared,data_server, anddata_client. Any.tabfile that references client-data paths will fail to resolve them when compiled throughswg-main.