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
------------------------------