App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
 View Only
  • 1.  deploy ACE library

    Posted Mon October 09, 2023 02:08 AM
    Edited by madhu ram Tue October 10, 2023 10:00 PM

    Hello Team,

    I have a static library in my repo.

    i am trying to build a bar file in build.gradle.have a seperate task as below

    task createBar(type: Exec) {
         commandLine baseFilePath + '/'+'server' +'/'+ 'bin/ibmint', 'package', '--input-path', './', '--output-bar-file', '/build/libs/test.bar', '--project', 'common-app' }

    i have the  the basefilepath set to def baseFilePath='C:/Program Files/IBM/ACE/12.0.5.0' in my local...

    the task execution shows error.

    Process 'command 'C:/Program Files/IBM/ACE/12.0.5.0/server/bin/ibmint'' finished with non-zero exit value -1

    Regards

    Madhu



    ------------------------------
    madhu ram
    ------------------------------