From: Philip C. <cro...@se...> - 2002-03-31 02:25:37
|
Hi Which of these is correct? I am under unix, and so only the core/build.xml works. Looks like some of these are trying to use the windows \ instead of the unix / ??? crotwell% grep SYSTEM */build.xml core/build.xml: <!ENTITY common SYSTEM "../gtbuild/common.xml"> defaultcore/build.xml: <!ENTITY common SYSTEM "..\gtbuild\common.xml"> gmldatasource/build.xml: <!ENTITY common SYSTEM "..\gtbuild\common.xml"> shapefile/build.xml: <!ENTITY common SYSTEM "..\gtbuild\common.xml"> thanks, Philip |