Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi Guys,
I am new to MKS PTC Integrity and I am working on a project which uses MKS Integrity as a Source Code Management to checkout the code and build a EAR file using Apache ant.
My issue is when I run build.bat, It has si connect command which connects to integrity properly, but when it tries to create sandbox it shows following error stack
java.lang.NoSuchMethodError: com/mks/api/IntegrationPointFactory.createLocalIntegrationPoint()Lcom/mks/api/IntegrationPoint;
at mks.integrations.apache.ant.MKSTask.execute(Unknown Source)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
One thing I understood is that createLocalIntegrationPoint() method has been deprecated and following methods are used, Can someone please guide me on how can I make my Connection successfull??.
createLocalIntegrationPoint(int apiMajorVersion, int apiMinorVersion)
createLocalIntegrationPoint(VersionNumber apiRequestVersion)
Thanks,
Divyam Bhatt