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 | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

