generateChangeLog getting IllegalArgumentException
Hello everyone,
We are currently trying to execute a generateChangeLog in unix (OMVS) and are getting the following error:
java.lang.IllegalArgumentException: EClass: org.eclipse.emf.ecore.impl.EClassImpl@ef72da92 (name: Auditable) (instanceClassName: null) (abstract: false, interface: false)
I have tried to pinpoint why/where the problem is occurring but have been unable to resolve the issue. The version we are using is:
<generateChangeLog currentSnapshotName=""
beforeSnapshotName=""
showFileChanges=""
changeLogFile=""
repositoryAddress=""
userId=""
password=""
verbose="" />
Obviously, with the fields all filled in.
Thank you in advance for your help.