ABE & Jenkins | Not able to create Build

Hi Everyone,

Currently i am trying to build Webmethod Project using Jenkins,ABE and GIT and referring SoftwareAG sample demo which is present on below location.

but i am getting below mentioned error.

[java] Java HotSpot™ 64-Bit Server VM warning: ignoring option MaxPermSize=128M; support was removed in 8.0
[java] [9/20/17 2:11 PM][MESSAGE] ispackage.ispackage: Starting to read packages Packages,Tests.
[java] [9/20/17 2:11 PM][MESSAGE] ispackage.ispackage: Starting to read package [Packages].
[java] [9/20/17 2:11 PM][MESSAGE] ispackage.ispackage: [Packages] is not an Integration Server package.
[java] [9/20/17 2:11 PM][MESSAGE] ispackage.ispackage: Starting to read package [Tests].
[java] [9/20/17 2:11 PM][MESSAGE] ispackage.ispackage: [Tests] is not an Integration Server package.
[java] [9/20/17 2:11 PM][MESSAGE] ispackage.ispackage: Completed all packages.

Below is my build.properties file.

sag.install.dir=/apps/softwareag
build.output.dir=/home/wmuser/ci_workspace/builds/current_builds
build.source.dir=/home/centos/.jenkins/workspace/naip-build-deploy-is/assets/IS
build.source.project.dir=/home/centos/.jenkins/workspace/naip-build-deploy-is/assets

and below is attached build.xml file and error Snapshot.

Can anyone please share your experience or thoughts on identifiying and fixing this issue .

With Regards
Sumit Jaiswal


build.xml (11.6 KB)