Maybe, many years ago axapta had version control system integration.
And there was only Visual SourceSafe implementation.

The following can show you mortal remains of that:

1) create empty class TestClass4:

2) create Job:

static void TestXVcsClient(Args _args)
{
    xVCSClient v=new XVcsClient();
    TreeNode node=TreeNode::findNode("\\Classes\\TestClass4");
    ;
    info(node.AOTname());
    v.checkIn(node);
}

result:

---------------------------
Navision-Axapta Debugger
---------------------------
Run time error : xClassFactory object does'n have method 'createVSSClient'.



Stack trace:

\Classes\xClassFactory\createVSSClient

\Classes\xVcsClient\checkIn

\Jobs\TestXVcsClient - line 7
---------------------------
OK  
---------------------------

 
--
Best regards,
Max  
                     
http://belugin.newmail.ru
ICQ:9406811







Yahoo! Groups Sponsor
ADVERTISEMENT


Yahoo! Groups Links

Reply via email to