Hi, List! I have founded the error in Java WS Core 4.2.0. If you download the distribution from http://www.globus.org/toolkit/downloads/4.2.0/#wscore_src (part Java WS Core Source Download) and untar or unzip the distribution package, you can find following string in /ws-core-4.2.0/build.xml file:
<property name="authz.install" value="../authorization"/> The correct string is: <property name="authz.install" value="../authorization-4.2.0"/> -- Sergey Smolov
