cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Not able to create Sanbox using Apache Ant to build EAR

DB_9983700
3-Visitor

Not able to create Sanbox using Apache Ant to build EAR

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

0 REPLIES 0
Top Tags