Gradle + ABE for building IS and MWS deployables?

Hi,

does anybody here use gradle to invoke ABE?
what we’d like to automate would be:

build with ABE
package RPM
copy RPM to target IS/MWS
execute install scripts there (which we already have)
run automated unit tests (where we already have an ANT build.xml for)

any experience you have would be great as well as a sample build.gradle file :slight_smile:

thanks

Hello Kreuz ,

You might want to look at the below.

http://techcommunity.softwareag.com/web/guest/pwiki/-/wiki/Main/Designer,%20Deployer+and+Installation+Tutorials.

Regards,
Srikanth

hi,

thanks! unfortunately the link does not work, but we now just call the ABE ANT scripts from a Jenkins job instead and maybe will use Gradles feature to include ANT scripts and targets down the road.

Hi,

Try this link:
http://techcommunity.softwareag.com/pwiki/-/wiki/Main/Designer%2C+Deployer+and+Installation+Tutorials

Best Regards,