Changeset 582
- Timestamp:
- 04/20/07 08:49:09 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/info/phing/tasks/stubGenerateJsonRpcProxiesTask.php
r575 r582 70 70 { 71 71 stubClassLoader::load('net.stubbles.util.xjconf.xjconf', 72 'net.stubbles.util.xjconf.xjconfReal', 72 73 'net.stubbles.service.jsonrpc.util.stubJsonRpcProxyGenerator'); 73 74 74 $xjconf = new stubXJConfFacade( array('__default' => stubXJConfLoader::getInstance()));75 $xjconf-> parseAndAddDefinitions(stubFactory::getResourceURIs('xjconf/json-rpc-service.xml'));75 $xjconf = new stubXJConfFacade(new XJConfFacade(array('__default' => stubXJConfLoader::getInstance()))); 76 $xjconf->addDefinitions(stubFactory::getResourceURIs('xjconf/json-rpc-service.xml')); 76 77 $configFile = stubConfig::getConfigPath() . '/xml/json-rpc-service.xml'; 77 78 $xjconf->parse($configFile);
